VisualBuilder
  Home > Dotnet > Tutorials > .Net Components: - .NET Tutorial
Tell a friend
Link to us
Total Members
      Members: 84606
     
Sitemap Forum Chat
Home
.NET Tutorial Home
1 . Overview of .Net Framework
2 . .Net Components:
3 . CLR (Common Language Runtime)
4 . Steps to Run a program in CLR
5 . Assembly
6 . GAC (Global Assembly CACHE)
7 . Strong Name in .Net Assembly
8 . ILDASM: Intermediate Language Disassembler in .Net
9 . Custom Attributes in .Net
10 . Application Domain in .Net
11 . Code Access Security in .Net
12 . Type System in .Net -1
13 . Type System in .Net -2
14 . Reflection: Inspection of a Type\'s Metadata
15 . Introduction to Generics
16 . Generic Classes and Methods
17 . Generic Methods in .Net 2.0
18 . Overview of Inheritance in Generics classes
19 . Connection pooling in .Net Applications
20 . Deployment in .Net
 
Dotnet Group Home
Dotnet Discussion (9)
Dotnet Members (2825)
Dotnet Resources
Dotnet Source Code (0)
Dotnet Articles (0)
Dotnet Blogs
Dotnet Jobs
Dotnet Components (2)
Dotnet Books
Dotnet Websites (43)
Dotnet News (186)
Dotnet Q & A (3)
- Dotnet Ask Question
- Dotnet Questions
- Dotnet Unanswered Questions
 
GROUPS
.NET
ASP.NET
.NET
C#
ASP
Visual Basic
Java
Java
JSP
EJB
Other
Delphi
C++
Ajax
UML
JavaScript
PHP
Web Design
Web Hosting
SQL Server
Oracle
Project Management
More Groups

 
LEARNING CENTER
TUTORIALS
.NET
.NET Tutorial
ASP Tutorial
ASP.NET Database Tutorial
ASP.NET Development Tips
ASP.Net Security,Internationalisation And Deployment
ASP.NET Server Controls Tips
ASP.NET Tutorial
C Sharp Tutorial
Web Development
Flex Tutorial
HTML Tutorial
Learn AJAX Tutorial
PHP Tutorial
Software Development
Database Tutorial
SQL Tutorial
UML Tutorial
Java
Ant Tutorial
EJB 3 Tutorial
Hibernate Tutorial
Java Tutorial
Java Web Component Tutorial
Java XML Tutorial
JDBC Tutorial
JDK1.5 Tutorial
JSF Tutorial
JSP And J2EE Design Tutorial
JSP Tutorial
Spring Tutorial
Struts Tutorial

RESOURCES
Q & A (432 )
Source Code (3217 )
Articles (11 )
Components (1589 )
News (880 )
Websites (1207 )

SUBMISSIONS
Submit Article
Submit Website
Submit News
Submit Source Code
Submit Component

COMMUNITY
Members Directory
Discussion Forum
Chat

SITE
About Us
Sitemap
Search
Contact Us
Link To Us
Feedback
Tell a Friend
Partners
Advertise


Dotnet Tutorial
 .Net Components:
  << Prev: Overview of .Net Framework Next: CLR (Common Language Runtime) >>

.Net framework has following three main components.



  • .Net framework class library:- An OO collection of reusable Types. Further there are numbers of various components such as Ado.Net: for connecting, with database, and Asp.Net: for creating, running, and deploying web application and web services (distributed application). Include classes for database access, graphics, and Interoperability with unmanaged code, security and both Web and Windows forms All languages that target the .NET Framework use this common class library.

  • CLR [common language runtime]:- This is also called the core of the .Net framework. It provides the functionality or features such as:

    1. CAS (Code access security)

    2. Execute managed code and provide wrappers to communicate with unmanaged code.

    3. Exceptional Handling

    4. Garbage collection

    5. Convert MSIL code to Native code using JIT.

    6. Resolve problem of DLL Hell.

    7. Thread management.

    8. Enforcement of type safety and use.



  • Usage Area: - It provides multi-language object oriented environment for programmers, whether the code is stored and executed entirely locally or remotely. It facilitates software development and minimizes versioning conflicts. Provides environment that promotes safe code execution. Allow developer to create both Windows and Web-based applications.


Understanding the .Net Framework and its Role


 


The .Net framework is the infrastructure for building applications using .Net. The .Net framework provides a consistent OO Programming model that you can use to build all types of applications. The .Net framework provides 4 CLS- compliant languages:



  • Microsoft VB.Net

  • Microsoft Visual C#

  • Microsoft Visual C++.Net

  • Microsoft Visual J#.Net


The .Net framework provides the infrastructure and services per the CLI Specifications. These includes



  • Common Language Runtime: This includes the CLI and provides the execution environment to .Net applications. All the .Net language compliers compile the source code into MSIL code, which the CLR loads and executes when you run an application.

  • Common Type Systems: These provide the necessary data types, value and objects types, which you need to develop applications in different languages. All the .Net languages share a CTS. This implies that a string in Vb.Net is same as a string in Visual C#.

  • Type Safety: The .net framework ensures that operation to be performed on one value or object are performed on that value or object only.

  • Managed Code Execution: The .Net framework loads and executes the .Net applications, and manages the state of objects during program execution. This also provides automatically garbage collections.

  • Side-by-side execution: The .Net framework allows you to deploy multiple versions of an application on a system by using assemblies. Assemblies are the deployment unit in the .Net framework. An assembly contains the IL code and metadata.


  << Prev: Overview of .Net Framework Next: CLR (Common Language Runtime) >>
Dotnet Tutorial Home
Give feedback and win a prize.

 
   Printer Friendly
   Email to a friend
   Add to my Favourites    
  Download PDF version
   Report Bad Submissions
   Submit Feedback
 
  Delicious   Digg   Technorati   Blink   Furl   Reddit   Newsvine   Google Click each image to add
this page to each site.
 
 
Welcome Guest Signup
MEMBER'S PANEL
EMAIL
PASSWORD
Forgot your password?
New User? Click Here!
 
Resend Activation Email!
 
SEARCH
 
 
LINKS
MSN
Video Surveillance
Hosted Exchange, SDSL
Gift to Pakistan
 
ADVERTISEMENT
 
PARTNER LIST

More
 
 
 

Home | Login | About Us | Contact Us | Privacy Policy | Advertising