Nikhil Singhal's Blog
.Net Programming tips and gotchas
jQuery AJAX functions part 1–the load() method
Check out my latest post on jQuery AJAX functions part 1–the load() method on my new blog on...
Author: Nikhil Singhal Date: 06/02/2011
ASP.NET HttpHandlers
Check out my latest post on ASP.NET HttpHandlers on my new blog on Programming Interviews Series.
Author: Nikhil Singhal Date: 06/02/2011
ASP.NET HttpModule explained
Check out my latest post ASP.NET HttpModule explained on my new blog on Programming Interviews...
Author: Nikhil Singhal Date: 06/02/2011
Explain ASP.NET data binding using DataSets and DataSourceControls
Check out my latest post Explain ASP.NET data binding using DataSets and DataSourceControls on my...
Author: Nikhil Singhal Date: 06/02/2011
Explain System.IO and System.IO.Compression namespaces with an example
Check out my latest post Explain System.IO and System.IO.Compression namespaces with an example on...
Author: Nikhil Singhal Date: 05/31/2011
How to find if a number is perfect square
Check out my latest post on How to find if a number is perfect square on my new blog on Programming...
Author: Nikhil Singhal Date: 05/28/2011
LINQ Query, Selection, Partial Selections and Aggregations
Check out my latest post on LINQ Query, Selection, Partial Selections and Aggregations on my new...
Author: Nikhil Singhal Date: 05/28/2011
ASP.NET Session modes explained
Check out my latest post on ASP.NET Session modes explained on my new blog on Programming Interviews...
Author: Nikhil Singhal Date: 05/28/2011
ASP.NET AJAX using UpdatePanel control
Check out my latest post on ASP.NET AJAX using UpdatePanel control on my new blog on Programming...
Author: Nikhil Singhal Date: 05/28/2011
Operator overloading and pairing rules in C#
Check out my latest post on Operator overloading and pairing rules in C# on my new blog on...
Author: Nikhil Singhal Date: 05/27/2011
How to add HTML Server Controls to a Web Page Using ASP.NET
Looks like I am on a roll today. Just posted another post on How to add HTML Server Controls to a...
Author: Nikhil Singhal Date: 05/27/2011
New post of ASP.NET Page directive
Check out my latest post on ASP.NET Page directive on my new blog series on Programming Interviews...
Author: Nikhil Singhal Date: 05/27/2011
New post on programming interviews on FileSystemWatcher
I just posted a new post on how to monitor file system changes using FileSystemWatcher in C# at my...
Author: Nikhil Singhal Date: 05/27/2011
Programming Interviews Series
I have recently started a new blog series at https://www.programminginterviews.info/. The goal is to...
Author: Nikhil Singhal Date: 05/25/2011
TFS build - post build cleanup - recursively delete wildcard files using MSBuild.proj
I have seen many requests over the years asking for help in doing post build cleanup for TFS Build....
Author: Nikhil Singhal Date: 05/10/2010
Converting objectSid to string
I was writing a tool yesterday that involved mucking with Active Directory and such. During the...
Author: Nikhil Singhal Date: 05/05/2010
Basics of Search Engine Optimization
Google has a great document that talks in extreme clear terms what site owners should do to enable...
Author: Nikhil Singhal Date: 03/08/2009
How to: Identify Blocked SQL Processes Quickly
There was a great article in Visual Studio magazine (June 2008) by Ian Stirk in which he talks in...
Author: Nikhil Singhal Date: 07/13/2008
Running a Windows Service from command line
One of the common problems that we face in designing a Windows service is the ease of debugging it....
Author: Nikhil Singhal Date: 07/09/2008
Visual Studio Setup/deployment projects and Team Foundation Server
Team Foundation servers use MSBuild to build our projects. MSBuild does not support the Visual...
Author: Nikhil Singhal Date: 06/12/2008
Handling global web service unhandled exceptions
One of the most tiresome (but important) things when developing web services is handling un-handled...
Author: Nikhil Singhal Date: 06/11/2008
Bulk Insert into SQL from C# App
One of the common problems I have seen is to bulk upload data to a SQL Server database. If you have...
Author: Nikhil Singhal Date: 06/11/2008