Couple of years ago a reliable and decent performing Windows hosting was not affordable to many enthusiastic developers who want to try a startup idea…
When we manually build a .NET project using Visual Studio, the reference paths set in Project Properties are picked up by Visual Studio for referring…
An Object Relation Mapping(ORM) library helps developers to create data access applications by programming against a conceptual model instead of programming against a relational database…
Traditional asp.net web applications maintain their configuration settings in web.config files, where as Windows Azure based applications should have configurable entities into Service Configuration files.…
With cloud computing services, architecting a highly scalable and reliable applications is much easier than ever before. One of the main components of highly scalable…
While enhancing one of Windows Azure web application today, I was struck with the following error that occurs only Windows Azure environment Could not load…
Looks for steps to attach IIS 7 process to Visual Studio 2010 running on Windows 7? Here are the steps to be followed
Problem When you try to debug a solution in Visual Studio, you may get an error “Unable to attach. The binding handle is invalid”. This…
jQuery, the awesome open source javascript framework, is all set to embrace Microsoft’s Templates plug-in in its upcoming release. Microsoft’s Scott Gu made an announcement…
In one of the mobile device application we are developing using .NET Compact Framework(C#) utilizes conditional compilation to include/exclude device specific source code. In Visual…