Usually, I do several research to come out from my development error or bugs and I believe most of the time your's and mine bugs might be same So, here I am. I will share all of my experiences while the development of any project along with the technical news/updates.
Tuesday, 13 September 2011
CLR
CLR stands for Common Language Runtime. The .NET Framework provides a runtime environment called the Common Language Runtime or CLR. The CLR can be compared to the Java Virtual Machine or JVM in Java. CLR handles the execution of code and provides useful services for the implementation of the program. In addition to executing code, CLR provides services such as memory management, thread management, security management, code verification, compilation, and other system services. It enforces rules that in turn provide a robust and secure execution environment for .NET applications.
Thursday, 8 September 2011
.Net Framework
The .NET Framework is set of technologies that form an integral part of the .NET Platform. It is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.
The .NET Framework has two main components: the common language runtime (CLR) and .NET Framework class library. The CLR is the foundation of the .NET framework and provides a common set of services for projects that act as building blocks to build up applications across all tiers. It simplifies development and provides a robust and simplified environment which provides common services to build application. The .NET framework class library is a collection of reusable types and exposes features of the runtime. It contains of a set of classes that is used to access common functionality.
Wednesday, 7 September 2011
ASP.Net Introduction
ASP.Net is used for the application development it has been
invented in the January 2002 with the version of .Net framework 1.0 by
Microsoft.
ASP.Net involves Common
Language Runtime (CLR). CLR provides facility to programmers to write ASP.Net
code supported by any .NET language.
CLR provides memory management,
Security, Language Interoperability and exception handlings for the
writtenprograms. .Net Framework contains libraries and language
interopabilty between many languages. It is a software.
The programs written on .Net
framework runs on CLR, .Net framework provides Databaseconnectivity, web
application development, user interface.
Programmers work on .Net
framework by combining their code to .Net framework and other libraries. Till
now Microsoft launched the version of .Net Framework 1.0 to .Net Framework 4.5.
To provide better programming development environment Microsoft provides an
Integrated Development Environment (IDE) called Visual Studio.
Till Now Microsoft launched the
version of Visual Studio 2000 to Visual studio 2012.
Subscribe to:
Posts (Atom)
Which Game Engine you should choose | Neha Sharma
Unity3D and Unreal Engine are only 2 Game engine which executes an indispensable position in Game Industry. The choice of the engine must ...
-
Introduction: Most of the time our website display thousands of data in Gridview in ASP.net.Ususally admin can ...
-
CLR stands for Common Language Runtime. The .NET Framework provides a runtime environment called the Common Language Runtime or CLR. The CLR...