Sign In
Nikhil Singhal's Blog
.Net Programming tips and gotchas
Social Media Sharing
Options
Subscribe via RSS
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AJAX
ASP.NET
AssemblyInfoTask
AutoIncrement
C#
C++
code
cryptography
developer
Entity Framework
exceptions
interview
javascript
jQuery
LINQ
MSBuild
programming
SEO
SQL
TFS
toolsiuse
vdproj
web service
windows service
WP7
Archive
Archives
May 2012
(4)
July 2011
(2)
June 2011
(19)
May 2011
(10)
May 2010
(2)
March 2009
(1)
July 2008
(2)
June 2008
(4)
Blog - Title
June, 2008
MSDN Blogs
>
Nikhil Singhal's Blog
>
June, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nikhil Singhal's Blog
How to AutoIncrement version with each build using Team Foundation Server build (with a little help from AssemblyInfoTask)
Posted
over 4 years ago
by
Nikhil Singhal
3
Comments
One common requirement with any decent sized multi-version product is to automatically update the version numbers of the binaries on a regular basis. This is generally achieved by updating the AssemblyInfo.cs (or other language equivalent ) files. ...
Nikhil Singhal's Blog
Visual Studio Setup/deployment projects and Team Foundation Server
Posted
over 4 years ago
by
Nikhil Singhal
4
Comments
Team Foundation servers use MSBuild to build our projects. MSBuild does not support the Visual Studio Setup/Deployment projects natively. In many of today's applications it's a must to have msi based installs created via Visual Studio. Till someone actually...
Nikhil Singhal's Blog
Handling global web service unhandled exceptions
Posted
over 4 years ago
by
Nikhil Singhal
3
Comments
One of the most tiresome (but important) things when developing web services is handling un-handled exceptions. A good design principle forces you to catch and cast relevant exceptions raised by your web methods into more meaningful SOAP exceptions. But...
Nikhil Singhal's Blog
Bulk Insert into SQL from C# App
Posted
over 4 years ago
by
Nikhil Singhal
5
Comments
One of the common problems I have seen is to bulk upload data to a SQL Server database. If you have the flexibility to directly run your code in SQL, you have a ton of options. But let's say that you have to massage the data before you throw it in to...
Page 1 of 1 (4 items)