.net framework

  • Thread starter Thread starter deepthi
  • Start date Start date
D

deepthi

Hi,


Can any one help me in knowing the difference between .net framework 1.0 and
framework 2.0 and framework 3.0 .

The difference I wanted is in terms of page compilation,page life
cycle,debbugging etc.




Thanks
Deepthi
 
Framework 1.0 was the first iteration. It was released in 2002 with Visual
Studio .NET.

Framework 1.1 is the second iteration and was primarily fixes from rushing
out .NET 1.0. It was released in 2003 with Visual Studio .NET 2003.

Framework 2.0 is the third iteration and changed the way things operate from
1.1. It was released in late 2005 with Visual Studio 2005.

Framework 3.0 is the fourth iteration, which sits on top of, rather than
replaces, Framework 2.0. It is a major release (left of decimal point)
rather than a minor (other side of decimal point) as it adds some major
components: WCF, WF and WPF primarily. It was released in late 2006, largely
without tool support (WF being the exception).

Framework 3.5 is the fifth iteration, which also sits on top of 2.0 (and
3.0), rather than replacing. It was released a bit earlier this month with
Visual Studio 2008.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Framework 1.0 was the first iteration. It was released in 2002 with
Visual Studio .NET.

Framework 1.1 is the second iteration and was primarily fixes from
rushing out .NET 1.0. It was released in 2003 with Visual Studio .NET
2003.

Framework 2.0 is the third iteration and changed the way things
operate from 1.1. It was released in late 2005 with Visual Studio
2005.

Framework 3.0 is the fourth iteration, which sits on top of, rather
than replaces, Framework 2.0. It is a major release (left of decimal
point) rather than a minor (other side of decimal point) as it adds
some major components: WCF, WF and WPF primarily. It was released in
late 2006, largely without tool support (WF being the exception).

Framework 3.5 is the fifth iteration, which also sits on top of 2.0
(and 3.0), rather than replacing. It was released a bit earlier this
month with Visual Studio 2008.

Excellent summary. Can I steal this for my blog (and credit you accordingly
of course)

I get asked this all the time but this explains things very nicely
 
You are welcome to use anything that is useful. Ocassionally, I think I
actually add something to the group. :-)

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top