Difference between .net2008 and 2010
difference between .net2008 and 2010
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted May 9, 2012, 4:17 AM
VS 2010 supports DB2, Oracle along with SQL server, but Vs2008 supports SQL server only.
VS2010 also includes F#.
Improved intellisense
selvi subramanianPosted May 9, 2012, 3:43 AM
selvi subramanianPosted May 9, 2012, 3:40 AM
MuthuMari MPosted May 9, 2012, 3:25 AM
Main difference is
NET framework 3.0:
Also called WinFX,includes a new set of managed code APIs that are an integral part of Windows Vista and Windows Server 2008 operating systems and provides
Windows Communication Foundation (WCF), formerly called Indigo; a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.
Windows Presentation Foundation (WPF), formerly called Avalon; a new user interface subsystem and API based on XML and vector graphics, which uses 3D computer graphics hardware and Direct3D technologies.
Windows Workflow Foundation (WF) allows for building of task automation and integrated transactions using workflows.
Windows CardSpace, formerly called InfoCard; a software component which securely stores a person's digital identities and provides a unified interface for choosing the identity for a particular transaction, such as logging in to a website
.NET framework 3.5:
It implement Linq evolution in language. So we have the folowing evolution in class:
Linq for SQL, XML, Dataset, Object
Addin system
p2p base class
Active directory
ASP.NET Ajax
Anonymous types with static type inference
Paging support for ADO.NET
ADO.NET synchronization API to synchronize local caches and server side datastores
Asynchronous network I/O API
Support for HTTP pipelining and syndication feeds.
New System.CodeDom namespace.
http://faisalmb.com/blog/post/2008/09/Difference-between-NET-203035.aspx
http://msdn.microsoft.com/en-gb/library/dd409230%28VS.100%29.aspx
http://msdn.microsoft.com/en-gb/library/bb386063%28VS.100%29.aspx
If this post is useful then mark it as "Accepted Answer"