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 the Manifesto for Agile Software Development in 2001, along with more than 15 co-authors. He […]
Read more →Search Results for: title
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 valid copy of the installation package ‘sqlncli_x64.msi’.” as shown below. After that, the Microsoft SQL […]
Read more →Windows Server 2008 R2 – NetGear WN111 Wireless-N300 USB adapter – Crazy Driver Error – Code 19
Few months back in a heavy lightning my motherboard(MSI K9A2-Platinum v2) got fried a bit. My onboard network card and few USB ports of the mother board got affected because of it. Remaining everything working smoothly. So I do not have any other option other than start using a Wireless-N300 USB adaptor. I opted for […]
Read more →Use LoadDataOptions class in LINQ for immediate filtering and loading of relational data
LINQ is one of the nice feature every .NET developer would love to appreciate Microsoft for. I do not wish to explain much about linq, I am getting in to topic with a belief that you will have minimum understanding of LINQ and how it helps in data access from .NET Framework 3.5 onwards. Consider […]
Read more →Doing Parallel Tasks using Parallel Class – Part 01(Parallel.For Parallel.ForEach)
Introduction Recently I had a requirement for performance tuning the application which my team is working on. We thought of running using normal .NET Threading. But I thought about utilizing the Parallel programming extensions(PFX) in .NET Framework 4.0. Since we have lots of For Loops and for each loops consisting of web service calls, makes […]
Read more →Creating Excel Files from DataSet using OpenXML 2.0 – C#
Introduction It is quite often we programmers have to develop business applications which provides the facility for the end-user, such as “Export to Excel”, dumping report information to an Excel worksheet and mail them to the user. Since excel is a good medium to generate easy to use reports, calculation, sales forcasts etc. Imagine that […]
Read more →