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 โSearch Results for: title
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 โEuphoria (Indian band)
I am not sure how many of the young generation are familar about “Euphoria (Indian band)”. I could recollect in my college beginning days (1998), i started listening to their songs. The albums “Dhoom – 1998”, “Phir Dhoom – 2000” attained lots of fans for the band, the fans itself been called as “DHOOMERS”. It’s […]
Read more โUsing External Configuration Files in .NET Applications (C#)
This post is about making a small code snippet which read from an external configuration file and get the custom configuration entries from it. I went through the solutions. My target was to checkout how we can use the external configuration files in an ASP.NET Web.config. The idea is that there are more than one […]
Read more โ