Results 1 to 6 of 6

Thread: Does anybody know what is .NET?

  1. #1
    Join Date
    Dec 2009
    Posts
    59

    Does anybody know what is .NET?

    Hi Friends,

    I have one query to discuss with you. I want to be aware about the '.NET' concept. What is the use of '.NET'? Which programming language has support to '.NET'?.
    If you know the answers for these question then please reply it. So that it will helpful for me to understand the '.NET' concept.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Does anybody know what is .NET?

    The .NET is basically made up of two components i.e FCL(the framework class library) and CLR(common language run time). ".NET" is nothing but a model which enables true interoperability where in the language used is only a matter of choice. That is enabling organizations to take advantage of existing skill sets.Microsoft .NET is simply something you need on your Windows PC to run our software.A model where applications can be built as reusable components and are sharable over the internet

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Does anybody know what is .NET?

    Microsoft .NET is a software component that runs on the Windows operating system. .NET is probably one of the popular brands in the Microsoft history. .NET provides tools and libraries that enable developers to create Windows software much faster and easier. .NET benefits end-users by providing applications of higher capability, quality and security. The .NET Framework must be installed on a user’s PC to run .NET applications.One of the most important facets of the .NET Framework is language independence.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Does anybody know what is .NET?

    Hi friend,

    The intention behind the ".NET" was to To provide a code execution environment that simplifies deployment and versioning. It also provides a common programming model where the choice of a programming language becomes a matter of choice. We can write .NET applications using any number of different programming languages. The most popular languages tend to be C# and VB.NET

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Does anybody know what is .NET?

    Hi,

    The ".NET architecture" basically comprises of four major components, which is mentioned below:
    1. CLR(Common Language Runtime).
    2. FCL(Framework Class Library).
    3. .NET Tools.
    4. CLS(Common Language Specification).

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Does anybody know what is .NET?

    While the runtime is definitely the most important part of .NET, you can't do too much with it by itself. This is where the Base Class Library (or BCL) comes in.Integrated across the Microsoft platform, .NET technology provides the ability to quickly build, deploy, manage, and use connected, security-enhanced solutions with Web services. The CLR is the foundation of the .NET Framework and provides various services that applications can use.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,637,740.90381 seconds with 16 queries