Browse by Tags

All Tags » .Net Framework 4.0 (RSS)

Understanding Thread Local Storage(TLS) in TPL by Pawan_Mishra

.Net 4.0 simplified writing parallel code by introducing the parallel variant of For/ForEach loop constructs. Most often the code that we write using Parallel.For/ForEach looks something like this : Parallel.ForEach(<some collection>,(item) =>...

Web.config file in VS 2010 and .Net Framework 4.0 website by Pawan_Mishra

With every new framework of .Net , the size of Web.config file kept on increasing.Initially the size was quiet minimal but then came Asp.Net Ajax and it brought along with itself its own set of config section entries , corresponding HTTP Handlers and...

VS 2010 Beta 2 : Quick Glance by Pawan_Mishra

I got my copy of VS 2010 Beta 2 installable DVD just a few days back. Without wasting much time I straight away installed the beta version of VS 2010 .Installation was pretty smooth , just like its predecessor VS installation requires quiet a big amount...
More Posts