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 โSearch Results for: title
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 โWindows Azure Platform Training Kit – September 2010 Update
Windows Azure Platform Training Kit includes a comprehensive set of technical content to help you learn how to use Windows Azure, SQL Azure, and the Windows Azure AppFabric services. The September 2010 – Update contains the latest information and proceedings on Windows Azure Platform. A guide for every cloud developer. Overview The Windows Azure Platform […]
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 โ