If you don't have ASP.NET programming experience, here are some self-study resources and suggestions:
- Microsoft official documentation: Microsoft provides detailed documentation for ASP.NET Core, an open source framework for building ASP.NET Web applications. You can learn ASP.NET Core basics, API references, and tutorials in the official documentation.
- ASP. Net video tutorials: You can learn ASP. Net online through online learning platforms such as Pluralsight and Udemy. These courses cover everything from introductory to advanced development.
- Codecademy: Codecademy offers free online programming courses, including ASP.NET. These courses will introduce you to the basics of ASP.NET.
- ASP.NET Sample Project: On GitHub, there are many ASP.NET sample projects available for you to download and learn. You can select one or more sample projects that are relevant to your project.
- Experienced ASP.NET developers: Try to find experienced ASP.NET developers in the community and ask them questions. Join online forums or social media groups related to ASP.NET, such as StackOverflow and the ASP.NET community.
Suggestion:
1. It is recommended to learn the basics of C# before learning ASP.NET. This is the main programming language used by ASP.NET.
2. Try to write your own code and projects as you learn. Choose simpler projects, such as blogging systems, forums, etc., to improve your programming skills.
3. Always follow best practices and security principles when writing code. Consult official documentation and guidelines and recommendations in the community.