How to Learn. Net?
. Net is. net Framework. as long as you have learned well, or mastered it, you are familiar with it.. NET Framework. NET development, you have understood a rough idea ~ The rest is to look at msdn to call APIs and the organizational structure.
. Net Framework includes clr cts fcl CLs and other modules. The most important two modules are Clr and FCL, respectively. CLR (Common Language Runtime) is mainly responsible for C # VB. net J # JScript. net and other languages (compile it into msil and run it on CLR), and FCL (framework class library) is a collective name of a series of DLL, these dll contains more than 4000 classes to meet most programming requirements.
After learning the above two modules, it is basically a beginner/intermediate developer of. NET development ~
In addition, many people in BBS asked how to learn ASP. NET.
The same is true. net Framework, learn HTML JavaScript/JScript, CSS, XML, a database technology, understand the working principle of the Web server, and the lifecycle and usage of each object (ex: what does IIS do after a request is sent to IIS? How many steps are followed before response? How long is the lifecycle of httpcontext? What is its role? Are there different httpapplications in different applicationdomains ?) I believe that after understanding the above knowledge, we can basically develop a decent B/S program.
Note: html css Javascript is an important and commonly used technology. You need to study it carefully.