Yearly Archive: 2011

Introducing you the “Martin Fowler” : The king of Software Development

Martin Fowler is an author and international speaker on software development, specializing in object-oriented analysis and design, UML, patterns, and agile software development methodologies, including extreme programming. Martin Fowler Fowler is a member of the Agile Alliance and helped create…
Read more

sqlncli_x64.msi cannot be found while installing SQL Server 2005 64bit on Windows Server 2008 R2

Recently while installing SQL Server 2005 64bit on a Windows Server 2008 R2 Enterprise 64bit an error message displays that “An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a…
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…
Read more