Tag: Development

Community

ASP.NET 4.5 Test-Drive

(Peter Vogel) Before the end of the year, Web developers will have a new version of Visual Studio (11), ASP.NET (4.5) and ASP.NET MVC (4). Here’s a look at what’s new in ASP.NET, followed by new features in ASP.NET MVC. There are enough new goodies that this article will just concentrate on what’s n

Community

Useful .NET Delegate Internals

(Alois Kraus) Delegates in .NET are a very handy addition to the language. With the introduction of LINQ they did become mainstream and everyone is using them or is at least finding them cool. But what the CLR is really doing to them under the covers remains largely unexplored. This is ok as long as