Today a colleague asked me how to export SQL Query Results to a CSV file. This got me thinking that it would be a nice exercise to do this from a C# application. So to start off, I downloaded the correct AdventureWorks database for my version of SQL from the following
Programming
C# Programming – Caller Information Attributes
Okay, so I don't have a specific series for this and seeing as this is more of a programming tip, I'll leave it out of the Visual Studio 2012 Tips series. Caller Information Attributes are a very useful and probably underutilized feature implemented in the C#5.0 Compiler. Caller Information Attributes
Why I Fall In Love With Code Each And Every Day
Typical Developer’s Life… in GIF’s (How you feel when…)
Debugging Windows Services using an #if Directive
Backwards Compatibility of SQL Server Management Objects (SMO)
Calling a .NET DLL From VBScript
South African ID Number Validation in C#
Import Application Option missing in IIS Manager
With the release of Visual Studio 2010 came support to package up your ASP.NET Web Application. This also packages dependencies like the web.config, databases etc. An administrator can then import the created package via the Import Application option in IIS Manager. When I first read about this option, I thought