By Nimesh Kumar Dagur, CDAC, India
By Nimesh Kumar Dagur, CDAC, India
NET Framework
The Common Language Runtime (CLR): This is the engine that executes all .NET
programs and provides automatic services for these applications, such as security
checking, memory management, and optimization.
WHAT IS THE .NET FRAMEWORK?
• This allows you to query the data from the various data
sources (like SQL databases, XML documents, Ado.Net
Datasets, Various Web services and any other objects such as
Collections, Generics etc.) using a SQL Query like syntax
with .Net framework languages like C# and VB.
Components of .NET Framework 4.5 Architecture -
WCF
• The Visual Studio IDE offers a set of tools that help you to
write and modify the code for your programs, and also detect
and correct errors in your programs.
• Using Visual Studio 2012 you can build Windows Store apps,
desktop apps, mobile apps, ASP.NET web apps, and web
services
What’s in the .NET Framework?
• The code that you create will be entirely C# but use the .NET
Framework throughout, and you’ll make use of the additional
tools in VS where necessary.
• In order for C# code to execute, it must be converted into a
language that the target operating system understands,
known as native code.
• This conversion is called compiling code, an act that is
performed by a compiler.
• Under the .NET Framework, this is a two-stage process.
DYNAMIC TRANSLATION