C# .NET - Net 2.0 Framework

Asked By koty
24-Aug-11 06:04 AM
what is mean of   .Net 2.0 Framework?
  Web Star replied to koty
24-Aug-11 06:06 AM
the version of .net framework is 2.0
  Ravi S replied to koty
24-Aug-11 06:08 AM
HI

The Microsoft .NET Framework 2.0 builds on the success of the Microsoft .NET Framework 1.0 and 1.1 to provide the best runtime environment for Web and Microsoft Windows client applications. Microsoft's compatibility goal for .NET Framework 1.1 applications is that they should work smoothly on the .NET Framework 2.0 except for a set of documented changes as provided http://go.microsoft.com/fwlink/?linkid=51223.

Executive Summary

  • A complete list of known breaking changes is available http://msdn.microsoft.com/library/en-us/dnnetdep/html/breakingchanges.chm.
  • Microsoft recommends testing your .NET Framework 1.1 applications against the .NET Framework 2.0. Instructions for doing that are provided in http://msdn.microsoft.com/en-us/library/ms994387.aspx.
  • Standalone Microsoft Windows client or Web applications that were built with the .NET Framework 1.1 will automatically run against that framework even if the .NET Framework 2.0 is installed on the computer.
  • Managed add-ins to native applications, such as Microsoft Office or Internet Explorer, will automatically run against the latest version of the .NET Framework installed on the computer. Developers and IT managers should test add-ins against the .NET Framework 2.0 before deploying that version of the Framework.
  • To discuss and publish information about application compatibility use this MSDN forum: http://go.microsoft.com/fwlink/?linkid=65339
refer
http://msdn.microsoft.com/en-us/library/ms994381.aspx

  aneesa replied to koty
24-Aug-11 06:09 AM

.NET Framework Definition

net framework definition,net framework, netframework 2.0, netframework 3.5, microsoft .netframework, download netframework, netframework 2, net framework version 1.1 4322, netframework 3.0

The .NET applications and services operate within the .NET Framework (pronounced "dot net framework"). .NET applications do not directly access the operating system. Instead, they use the .NET framework, and the .NET framework accesses the operating system and hardware. The framework consists of two components:

  1. The .NET Framework Class Library, and
  2. The Common Language Runtime (http://blogs.icerocket.com/tag/CLR)

The http://blogs.technorati.com/tag/framework manages memory management, code execution, etc., and that is why .NET applications are called "managed applications."

The Common Type System makes sure that all .NET applications use the same data types.

The Visual Basic Compiler converts the humanly readable source code into an intermediate language. This intermediate language is also called http://www.idealprogrammer.com/ (or MSIL), and it is contained in an assembly. Assemblies have either a .exe (executable) or .dll (class library) extension. The Common Language Runtime (CLR) converts the intermediate language into the native language needed by the operating system. This is what makes .NET applications platform independent. Currently the CLR is only available on Windows Systems, but someday CLR's could be developed of Unix and Linux. This would allow .NET applications to execute in these environments.

  Web Star replied to koty
24-Aug-11 06:12 AM
.net framework is s/w framework It includes a largehttp://en.wikipedia.org/wiki/Base_Class_Library and supports several http://en.wikipedia.org/wiki/Programming_language which allows language interoperability,.NET library is available to all the programming languages that .NET supports.
And it developed by Microsoft he release different version of .net framework indicating by 1.0,1.1,2.0,3.0,3.5,4.0.
So .net 2.0 framework means .net framework version 2.0

  Vickey F replied to koty
24-Aug-11 06:12 AM

The .NET Framework is an integral Windows component that supports building and running the next generation of applications and XML Web services.
 
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 promotes 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.

Follow this table -

 

Version Version Number Release Date Visual Studio Default in Windows
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_1.0 1.0.3705.0 2002-02-13 http://en.wikipedia.org/wiki/Visual_Studio .NET Windows XP Tablet and Media Center Editionshttp://en.wikipedia.org/wiki/.NET_Framework#cite_note-3
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_1.1 1.1.4322.573 2003-04-24 Visual Studio .NET 2003 Windows Server 2003
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_2.0 2.0.50727.42 2005-11-07 Visual Studio 2005 Windows Server 2003 R2
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_3.0 3.0.4506.30 2006-11-06 Windows Vista, Windows Server 2008
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_3.5 3.5.21022.8 2007-11-19 Visual Studio 2008 Windows 7, Windows Server 2008 R2
http://en.wikipedia.org/wiki/.NET_Framework_version_history#.NET_Framework_4 4.0.30319.1 2010-04-12 Visual Studio 2010

A more


Hope this will help you.

  koty replied to aneesa
24-Aug-11 06:14 AM
thanks very much, but How can I know if I have it installed?

  aneesa replied to koty
24-Aug-11 06:15 AM
go to control panel, click add remove programs, there u can see whether it is installed.
  Riley K replied to koty
24-Aug-11 06:15 AM
NET is a programming framework created by Microsoft that developers can use to create applications more easily.

NET framework 2.0:

It brings a lot of evolution in class of the framework and refactor control including the support of

Generics
Anonymous methods
Partial class
Nullable type
The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more
Full 64-bit support for both the x64 and the IA64 hardware platforms
New personalization features for ASP.NET, such as support for themes, skins and webparts.
.NET Micro Framework

  James H replied to koty
24-Aug-11 06:17 AM
The next verison of .NET 1.0 is  the .NET Framework 2.0, was introduced in 2005 and is considered a major release of the framework.
  dipa ahuja replied to koty
24-Aug-11 09:44 AM
What is .net Framework ?
------------------------------

.Net is a framework where we can develop different applications in a single environment using different type of languages.

.Net has different framework its like versions, and different versions have new functionalities and new classes.

Current version is 4.0
Create New Account
help
visual studio.net 2003 and Access 2007 database .NET Framework Hi I am currently using Visual Studio.Net 2003 running on Windows Server 2000 operating system. I have used Visual Studio.net 2003 connecting to Access 2002 databases in the pass with great success. Now
Visual Studio .net .NET Framework Hi NG, ich habe vor längerer Zeit mit Visual Studio .Net 2003 gearbeitet und überlege momentan auf einen neueren Stand upzudaten. Ein Visual Studio .Net 2008 scheint es nicht zu geben. Habe zumindest mit googeln nichts gefunden. Was
Wise for Visual Studio.NET Wise for Visual Studio.NET By Peter A. Bromberg, Ph.D. To "Print This Page" Link Peter Bromberg Wise for Visual Studio .NET is a total and complete installation development system for creating and editing Windows® Installer
Visual Studio versioning . . . . how to tell? .NET Framework To my knowledge, Visual studio 6 was released in 1998, then Visual Studio .NET 2002 is VS 7, then Visual Studio .NET 2003 is VS 7.1, then Visual
Is Visual Studio self-hosting ? .NET Framework Does Microsoft use Visual Studio IDE, Visual Studio Debugger, Visual Studio Linker and Visual Studio compiler for developing Visual Studio ? Or is Visual Studio not