Archive | Code

12 November 2009 ~ View Comments

Silverlight Sample Application with SQL Azure

Updated : 30th Apr 2010
My favourite Author Matthew MacDonald is publishing a book on Silverlight 4.0. Please check here.

I was trying some silverlight business application that Brad Abrams was describing in his blog and it is an amazing silverlight series. If you want to learn silverlight (not the graphic stuff, dev stuff) then you hang [...]

Continue Reading

26 September 2009 ~ View Comments

Web server configured to not list the contents of this directory & The page you are requesting cannot be served because of the extension configuration.

Updated: 30 April 2010
For a long time, I am reasonably a good developer but I am really afraid of web server issues (iis 6.0/7.0) and deployment issues.  Some of the problems with web servers are really difficult to understand and solve. But recently I have come across one really good book for asp.NET developers to [...]

Continue Reading

Tags: ,

29 July 2009 ~ View Comments

Identity column starts from zero instead of one

I was experiencing a strange problem. Identity field of a table is set to [1,1] by generating script. Every time, when I drop the whole database, and then re-create it by running script in SQL Server 2005 Management Studio, and then insert a record into that table programmatically, SQL Server set identity field value of [...]

Continue Reading

Tags: ,