This post is about one of the solution I suggested for my friend in our User Group. The context of this solution is given below. 1. There are few tables (for now let it be 5 tables) 2. For inserting data to these tables we have individual tables with standard naming convention(“usp_TABLENAME_Insert”). 3. Need to […]
Read more โSearch Results for: name
What is METRO on Windows Phone 7?
Introduction My intention with this article is to clarify the doubts among the .NET programmers having a misconcept about Windows Phone 7 and Metro. When people first hear about METRO, they started believing that it’s a new programming language for Windows Phone 7 and they start referring to that in so many places. What […]
Read more โSorting a List in ASC/DESC order using LINQ
Most of the developers are unaware of the capabilities of .NET 3.5 and above. Still going for old way of sorting calling List.Sort and implementing a delegate or lambda expression to specify the sort expression. But the slight problem is what you will do for “ASCENDING” and “DESCENDING” order sorting. You have to specify the […]
Read more โUsing IIS Express 7.5 with Visual Studio 2010 (without SP1)
This is an interesting blog I came across while doing some research on using IIS 7.5 Express with out the Integration or Tooling support that would require Visual Studio 2010 Sp1 Beta. Since VS2010 Sp1 is in beta stage, it would not be a wise choice taking this in to real time project, because as […]
Read more โInstalling Windows Phone Developer Tools on Windows Server 2008 or Windows XP
Installing Windows Phone Developer Tools on Windows Server 2008 or Windows XP Recently I have installed Windows Server 2008 R2 from Technet and started setting up my Development Environment from scratch. I wanted to use Windows Server 2008 R2 for a while for development provided how flexible it is for development as compared to Windows […]
Read more โGenerating WCF/WebService proxy class using SvcUtil.exe
Introduction This article prepared based on my recent explorations on creating generic WCF/WebService proxy class using SvcUtil.exe tool which is part of .NET Framework Runtime. SvcUtil.exe helps me in creating a single Proxy Stub class for my WCF/web service, which can be directly reused in any project when necessary, without the need to Add Web […]
Read more โ