.net features
.net 4.0's 5 features which is not available in .net 2.0??
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.
VulpesPosted Jul 27, 2012, 7:09 AM
1. Generics.
2. Anonymous methods, though lambda expressions (which have largely replaced them) were not.
3. Partial classes.
4. Nullable types
Hardik PatelPosted Jul 27, 2012, 7:15 AM
Atul KumarPosted Jul 27, 2012, 7:00 AM
WCF
WPF
Workflow
LINQ
ASP.net Ajax features
Some C# keywords like var, dynamic
Datalist control in asp.net
Generic classed for collections
Anonymous methods
Partial class
Nullable Types
Paging support for ADO.NET
Task Parrallel Library
Asynchronous Programming (Asynchronous network I/O API )