Saturday, September 8, 2007

What's new in .NET Framework 3.5

My post on Visual Studio 2008 Vs netBeans 6.0 was pretty well accepted by a lot of developers, but then they told that I was a little biased towards Java. Even friends those who know that I'm an unbiased devotee of programming, and not programming languages thought that I had shifted to the evil-side of becoming a language fanatic. .NET friends from Microsoft thought I had become a netBeans supporter. So just to come clean and tell you the facts right, let me show you what's new with .NET Framework 3.5

.NET these days is a very refreshing platform for Windows Developers/ASP developers. After the earlier debacle of non-backward compatibility between 1.0, 1.1 and 2.0 of the framework, it felt like Microsoft was loosing it, but lately the progress on the ASP.NET front and the XAML excitement shows good sign for .Net developers. I have programmed quite a bit in C# from the very first SDK days, and somehow have got the most productive results in developing Windows applications in C# compared to any other language.

.NET Framework 3.5 will be released sometime towards the year end, along with Visual Studio 2008. It's going to be an exciting release with lot's of goodies for Windows/Office Developer and also for Team Managers because of the improvements to Visual Studio Team System. Popularly, other people have talked red bits/green bits here. You can read those and join the discussion back here.


What's New in .NET Framework 3.5:

1.) CLR Enhancements: Although the CLR uses the same model as 2.0, you can read here about the improvements/changes to the assemblies.

2.) Compiler Enhancements: New VB.NET 9.0 compiler and support for changes to C# 3.0 like expression trees, lambda methods, extension methods, static reference for anonymous types etc.

3.) LINQ: Probably the most revolutionary change in the 3.5 framework. LINQ to XML, LINQ to SQL, LINQ to Objects and LINQ to Datasets. Along with functional programming, LINQ is an outlook change to programming in C#.

4.) Performance Improvements: Quite a few performance improvements have been made in 3.5. ADO.NET gets paging support as well as synchronization from caches at local and server datastores. Also performance improvements for multicore CPUs

5.) Networking changes: Peer-to-peer networking stack, including a managed PNRP resolver.

6.) Windows Information APIs: New wrappers for WMI and Active Directory Services. WMI 2.0 gets a managed provider.

7.) ASP.NET: New implementation of Client Application Services as well as 3 new ASP.NET controls. Also AJAX programming for ASP.NET is easier and better performing.

8.) Windows Communication Foundation: WCF now works with POX and JSON data.

9.) Windows Presentation Foundation: Newer plugin model for creating AddIns. Although SilverLight is separate, I think its still presentation right?? SilverLight CLR is also part of the .Net Framework. I really don't know if XAML gets any language change in the 3.5 framework. I love the XAML designer from VS2008 though!!

10.) Misc: The C/C++ get a standard template libarary (STL) so that these languages can use share .NET libraries

This is not at all exhaustive. I may have missed a few points, but then its got most of the changes till beta2. Not much should change between this and the final, other than the bug fixes!! And friends, please write your comments here instead of sending me emails about something you didn't understand or some mistake I made. That way we can broaden the discussion further!!

3 comments:

Unknown said...

Great to see someone as passionate about this stuff as I am. Keep up the good work! People are reading.

Sara
GirlDeveloper.com

Lloyd McFarlin said...

Well said. I agree with Sara. It's nice to see others who are more passionate about development than about a particular brand or anti-brand.

Developer Techno said...

Read more about .NET Framework 3.5 Enhancements from developertechno