An ode to developers everywhere. We feel your pain.

 

 

SoulSolutions is a very good resource when it comes to Windows Live development. They also posted articles and one of them is the full description of the pop-up styles that Virtual Earth is generating. View their post here.

Since I find it hard for me to create Join inside LINQTOSQL, I created a Stored Procedure for my select statement. I will just call the Store Procedure using LINQ and presto I have my resultsets.

That is all fine if I have a straight select statement. The problem happens when I have a dynamic statement and I need to create string command and then execute it using EXEC command inside the Stored Procedure. When a statement is build in this manner, the LINQTOSQL treated the result as int and not the INUMERABLE result. 

 

I cannot find a solution for now. I'll post it here once I was able to solve it. 

 

Microsoft announces that the jQuery will be included in the Visual Studio IDE. It is a great help for ASP.NET and ASP.NET AJAX developers.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

See post here