Home
About
Contact
Login
Home
Code and Articles
Videos
Books
Search
Demos
Portfolio
Home
>
Books
>
Code from a Book
Beginning ASP.NET 2.0 E-Commerce in C# 2005 (1)
Pro .NET 2.0 Windows Forms and Custom Controls in (1)
Building Applications and Components with Visual B (5)
What is: .Net Framework, FCL, CLR, COM
Book Name:
Building Applications and Components with Visual B
Author:
Ted Pattison
Building Applications and Components with Visual Basic .NET
Buy This Book:
Click Here
Viewed Times:
818
Add Date:
08/18/2010
Some basic concepts on .Net Framework
The
.NET Framework
is a development platform that provides companies with the tools for building applications and component libraries. These development tools include things like programming languages, compilers, and debuggers. The .NET Framework also provides a rich set of classes that make it especially attractive to companies that are building distributed applications for today's larger network environments such as the Internet. The built-in classes that are distributed as part of the .NET Framework are collectively known as the
Framework Class Library(FCL).
Component Object Model (COM)
is a Microsoft technology that makes it possible to distribute and resue code in terms of component DLLs. Code Reuse in COM is based on a simple OOP model. COM also supports the interoperability of code written in different languages. For example: it's very common to write applications in Visual Basic 6 (VB6) that leverage COM-based DLLs written in C++.
The architecture of the .NET Framework is based on a standard execution engine called the
Common Language Runtime (CLR).
The CLR is meant to provide a universal runtime environment for applications and component libraries.
The CLR is responsible for loading code as well as managing the execution of that code. Software written to target the .NET Framework's CLR is known as
managed code
, such as: VB.net, C#....
Reply above Post
Related Posts
Whats new in ASP.Net 4.0 and Framework 4.0
What is an application object and where we use application object in ASP.Net
Developing Face book Application with .NET Using FBJS AJAX with ASP.NET/C#, Displaying Dialog with Dynamic Content and Using FBJS POPUP Dialogs with ASP.NET/C#
What is difference between delete and truncate
What is difference between stored procedure and Functions?
Post a Comment
Name:
(Optional)
Email:
(Optional, you can get an email if somebody replys your comments)*
Email me if somebody respons my comment below:
Yes
No
Details**:
Enter Text
as Below:
(case insensitive, if hard to read, click the "get a new one" button)
* Your email address will not be shared with any third parties for any reason.
** Maximum 1000 charactors.
jamest85
Contact Me
My Web Site