Things in .NET Framework 4 that every programmer should know

Posted by Faruz on Stack Overflow See other posts from Stack Overflow or by Faruz
Published on 2010-04-22T11:38:54Z Indexed on 2010/04/22 11:43 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I recently moved to Visual Studio 2010 and upgraded my website to work with .NET Framework 4. (From VS 2008 - Framework 3.5)

What are things I need to know to improve site speed, readability or memory use?

For example, I found out that when I use AJAX ScriptManager, one of it's new properties is EnableCDN which enables me to load AJAX .js files from Microsoft CDN.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about 4.0