18 November 2009 0 Comments

It’s true! Scot Guthrie will be presenting in Belgium on the 4th of December

http://msdn.microsoft.com/nl-be/ee815840.aspx At this free event on December 4th in the Kinepolis Brussels , Scott will be speaking about Visual Studio 2010, .NET 4 as well as about the latest on web development with ASP.NET 4.0 and the next version of Silverlight. Scott Guthrie , the man behind ASP.NET, is now Corporate Vice President of Microsoft .NET developer Platform and responsible in addition to ASP.NET for products as IIS, Visual Studio, Silverlight and the Common Language Runtime (CLR).

26 August 2009 0 Comments

Упрощенные файлы web.config

Это первая статья из запланированного мной цикла статей по ожидаемым VS 2010 и .NET 4. Эта статья будет небольшой, но мне кажется она описывает очень полезное изменение, которое будет в ASP.NET 4.0: простые и сокращенные файлы web.config. Вы столкнетесь впервые с этим изменением, когда создадите в Visual Studio 2010 новый пустой проект ASP.NET 4.0 Web application через File->New Project (именно поэтому я взял эту тему для первой статьи)

19 May 2009 0 Comments

ASP.NET 4.0 : Avoid Round Trip, use Response.RedirectPermanent

When we use Response.Redirect to move from one page to another we ideally also call HTTP 302 Found. This increases extra trip