0
Follow
3
View

Asp.net design self-study

dsqlvxin 注册会员
2023-02-25 23:30

If you don't have ASP.NET programming experience, here are some self-study resources and suggestions:

  1. 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.
  1. 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.
  1. Codecademy: Codecademy offers free online programming courses, including ASP.NET. These courses will introduce you to the basics of ASP.NET.
  1. 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.
  1. 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.

z999ok 注册会员
2023-02-25 23:30

Part of the answer refers to GPT, GPT_Pro to better solve the problem
First of all, the graduation design direction is to build a website based on Asp_net. It is necessary to have some understanding of Asp.net technology before studying on your own. Therefore, you can start with the official documentation to understand the basic technical knowledge of Asp.net.

Second, you can choose some online courses, such as Asp.net courses on Microsoft's official website, or courses from MOOC platforms such as edX and Coursera.

In addition, go to Github and search for open source Asp.net projects, learn code written by others, and refer to design ideas and code styles.

At the same time, you can also go to some IT portals to view ASP. Net related technical articles, such as CSDN, Open Source China, etc., you can not only learn some new technical knowledge, but also see some application examples.

In addition, you can also attend some IT conferences and developer forums to share your experiences and learn some of the latest technologies.

Finally, pay attention to security and performance optimization, in order to ensure the security of the site, you can use some security-oriented libraries or frameworks. For performance optimization, pay attention to code duplication detection, memory leaks, database connection optimization, and so on.

// 代码示例
public void DoSomething() 
{
    // 这里是一行代码示例
    Console.WriteLine("Hello World!");
}

If the answer is helpful, please accept it.

About the Author

Question Info

Publish Time
2023-02-25 23:30
Update Time
2023-02-25 23:30