Benefits of .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please I need to find a good text about the benefits of .NET... Can you give some links

Thanx in advantage..
 
Automatic Memory Management.

Managed Environment.

Multiple Language Support.

All .Net languages compile to MSIL (MS Intermediate Language) and hence,
will be Platform Independent in the near future.

A Runtime that is well-structured to handle all the functionalities of a
.net application.

Multiple Device Development Support (You can develop apps for the
internet, Windows, Linux (currently work on), Tablet PCs, Mobile Devices
etc. with just one framework - .net.

A support of over 3400 classes in the .net framework provides you with
many possibilities.


with regards,


J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- http://www.411asp.net/func/search?
qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com
 
Back
Top