What is learning asp.net?

zhaozj2021-02-16  69

In fact, learning ASP.NET has started very early, but it has been intermittent. At the time of school, it is a complete look, the title "Beginning ASP.NET with C #" is Kang Bo translation, saying that there are many people who think that Kangbub translation is garbage, but I think this An ok, you still have to turn over now. That book is very comprehensive, almost all about an initiator wants to know something about ASP.NET. So I recommend it.

Recently, some information and code examples have also been added, and the scope of ASP.NET technology has been further understood. Incident, have the following aspects, I hope to share with everyone.

1. Simple web principle. We have to put the ASP.NET architecture on the client / server in the architecture of the architecture, must have a full understanding of this architecture so that we can understand the working principle of ASP.NET. In this architecture we need to understand the IIS server, HTTP protocol, and other principles between other Web communication.

2, .NET Framework principle. Microsoft adds the entire ASP .NET, that is, this is built on the .NET platform, so you can better understand the internal mechanism of ASP.NET, and .NET Framework is also one. Rich class libraries give us a powerful and easy-to-develop feature.

3, WebForm.

4, C # language and object-oriented mechanism.

5. Objects in ASP.NET.

6, ADO.NET. With the introduction of .NET, Microsoft has upgraded ADO to ADO.NET, which will become more convenient for the database.

The above is just a primary, and there is more advanced:

1. Design of N-layer architecture application

2, design mode in ASP.NET

3, ... ..

Sorry, a lot of knowledge I am studying, so I can't let the river I will open the river, or it is less likely to say

转载请注明原文地址:https://www.9cbs.com/read-17515.html

New Post(0)