ASP.NET 4.0 Webforms Enhancements

A post from Mike Ormond about ASP.NET 4.0 WebForms Enhancements.

Posted in ASP.NET | Leave a comment

View State is not making your morning coffee

A good post describing the View State from Infinities Loop.

http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/truly-understanding-viewstate.aspx

Posted in ASP.NET | Tagged , | Leave a comment

VS Project Add Reference Dialog

KB article from Microsoft, about how to add you assemblies to VS Project Add Reference Dialog. I have tested this with VS2008TE but i guess it will work with all editions. – http://support.microsoft.com/default.aspx?scid=kb;en-us;306149

Posted in Visual Studio | Tagged | Leave a comment

on mixing languages

Here is cool story on what may happen when you are out of the conversion domain  … in this case developers.

http://lericson.blogg.se/code/2010/february/this-might-seem-silly-git-pull.html

Posted in Fun | Tagged | Leave a comment

Moving to a new house

The blog will be moved to a new hosting, thus it will temporarily unavailable.

Posted in Uncategorized | Leave a comment

.Net framework features quick ref

Here is usefull link with simple matrix of the C# and .Net freamework features.

http://blogs.msdn.com/johnwpowell/archive/2008/03/16/c-and-net-framework-features-by-version-quick-reference.aspx

Posted in Uncategorized | Leave a comment

Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc

Agha Usman Ahmed explains here how to access 2005 databases from VS2008 and get rid of the above error.

Posted in Uncategorized | Leave a comment

gacutil exists with 9009 code

Setting up new machine I forgot to download few files form TFS, which i figured out later than earlier, but mean while i got this gacutil error code 9009.

It turns out gacutil is not taking into account the PATH environment variable.

Via Dominic Zukiewicz.

Posted in Uncategorized | Leave a comment

Beat that Microsoft and Apple

A “Minority Report” interface is already here. Click Play.

Via Galin Iliev blog

Posted in Uncategorized | Leave a comment

Visual Studio : Clean Solution

Ever wondered what what “Clean Solution” option does ?

Here is the answer : StackOverFlow.com post

Posted in Uncategorized | Leave a comment