#58361 Author: Pankaj Mishra Member Level: Gold Member Rank: 44 Date: 13/Jun/2006 Rating:  Points: 2 |
Hi
.NET is a general-purpose software development platform, similar to Java. At its core is a virtual machine that turns intermediate language (IL) into machine code. High-level language compilers for C#, VB.NET and C++ are provided to turn source code into IL. C# is a new programming language, very similar to Java. An extensive class library is included, featuring all the functionality one might expect from a contempory development platform - windows GUI development (Windows Forms), database access (ADO.NET), web development (ASP.NET), web services, XML etc.
for more details please refer http://www.andymcm.com/dotnetfaq.htm#1.1
Regards Pankaj
Regards, Pankaj MyBlog
|
#58365 Author: prabu Member Level: Silver Member Rank: 0 Date: 13/Jun/2006 Rating:  Points: 2 |
Hi!..
The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet. The .NET Framework is designed to fulfill the following objectives: • To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. • To provide a code-execution environment that minimizes software deployment and versioning conflicts. • To provide a code-execution environment that guarantees safe execution of code, including code created by an unknown or semi-trusted third party. • To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments. • To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications. • To build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code. The .NET Framework has two main components: the common language runtime and the .NET Framework class library.
Prabu.T pgpalaym@yahoo.com
|
#58371 Author: Rajendra kumar Yerra Member Level: Gold Member Rank: 0 Date: 13/Jun/2006 Rating:  Points: 2 |
Hi The .NET Framework is an environment for building, deploying, and running Web Services and other applications. It consists of three main parts: The Common Language Runtime, The Framework classes, and The ASP.NET
|
#58377 Author: sourirajan saravanan Member Level: Gold Member Rank: 221 Date: 13/Jun/2006 Rating:  Points: 2 |
. NET Framework is the heart, brain of Microsoft .NET Technology, i.e. without .NET Framework there is not .NET. . NET Framework consists of 2 parts. CLR, Class Library
|
#64563 Author: HimaBindu Vejella Member Level: Gold Member Rank: 38 Date: 25/Jul/2006 Rating:  Points: 2 |
http://www.dotnetspider.com/kb/Article2006.aspx
http://himabinduvejella.blogspot.com http://sysntaxhelp.com/asp.net http://groups.google.com/group/mugh Hima's Tech Blog
|
#65784 Author: DotNetGuts (DNG) Member Level: Gold Member Rank: 61 Date: 31/Jul/2006 Rating:  Points: 2 |
Yes i agree with Hima,
http://www.dotnetspider.com/kb/Article2006.aspx
Is the best article for your query.
- CodeGuru Dot Net Logon to www.CodeGuruDotNet.2ya.com Join us @ codegurudotnet@yahoogroups.com
DotNetGuts (DNG) DotNetGuts Blog
|
#273428 Author: UltimateRengan Member Level: Diamond Member Rank: 8 Date: 30/Jul/2008 Rating:  Points: 1 |
The Microsoft .NET Framework is a software technology that is available with several Microsoft Windows operating systems. It includes a large library of pre-coded solutions to common programming problems, a runtime or virtual machine that manages the execution of programs written specifically for the framework, and a set of tools for configuring and building applications. The .NET Framework is a key Microsoft offering and is intended to be used by most new applications created for the Windows platform.
The pre-coded solutions that form the framework's Base Class Library cover a large range of programming needs in a number of areas, including user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. The class library is used by programmers who combine it with their own code to produce applications.
Programs written for the .NET Framework execute in a software environment that manages the program's runtime requirements. Also part of the .NET Framework, this runtime environment is known as the Common Language Runtime (CLR). The CLR provides the appearance of an application virtual machine so that programmers need not consider the capabilities of the specific CPU that will execute the program. The CLR also provides other important services such as security, memory management, and exception handling. The class library and the CLR together compose the .NET Framework.
The .NET Framework is included with Windows Server 2008 and Windows Vista. The current version of the framework can also be installed on Windows XP and the Windows Server 2003 family of operating systems.[2] A reduced "Compact" version of the .NET Framework also available on Windows Mobile platforms, including Smartphones.
Thanks & Regards G.Renganathan Nothing is mine ,Everything is yours!!! http://renganathan1984.blogspot.com/
|