.Net 3.5 feature

7 01 2008

In .net 3.5 microosft divide assemblies in 2 categories

1)reg bits

2)green bits

The assemblies used below 2.0 version are category into reg bits

The assemblies used 2.0 and more versions are category into green bits

Under green bits category cryptography classes are introduced.

Bit Integer is new datatype in .net 3.5 namespace is System.numaric 





what new in vs2008

7 01 2008

1)Ajax Built in support no need to download separaly and installed

2)Office 2003/2007 Application and add-in support

3)Javascript Intellisence

4)Split view Mode in vs2005 only design and html mode only but here split mode is also there

5)Multi Version Targetting like 2.0,3.0,3.5

now user can develop their apps in vs2008, 2.0,3.0 and 3.5 application using single ide