Architecture of .NET Framework
It is important for every dot net
developer to understand the architecture of .NET framework and its layers. The
architecture explains the entire relation between various components of .NET framework
and its operating system environment.
- Starting from bottom to top, the first layer is operating system/ hardware that was followed by CLR and .NET framework base class library (BCL) files.
- Various technologies used in .NET platform such as WPF (Windows Presentation Foundation), WWF (Windows Workflow Foundation), ASP.NET, ADO.NET are available on the next layers.
- The top most layer consists of basic applications that directly relies on the base layers of .NET framework architecture.
- Visual Studio is a separate layer that integrates all the features of all the .NET layers to form as comfortable working environment.
Labels
Open Source
Post A Comment
No comments :