Visual Studio Web Applications—.NET Development Model
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| Visual Studio Articles |
| © 2006 M. MacDonald, M. Szpuszta |
The .NET Development Model
To create an ASP.NET application, you need two high-level areas of functionality:
- The compiler, which inspects the developer code and translates it into lower-level code (in this case, IL)
- The IDE, which allows a developer to write code
.NET separates these two pieces. That way, every language can use the same design tools.
|

