Articles tagged with: Development

Excel and CSV files II

Summary: A simple C# method for preparing CSV data for parsing.


Excel and CSV files

Summary: A guide on handling Excel and CSV files.


Getting started with ASP.NET MVC and LINQ

Summary: Getting started with ASP.NET MVC and LINQ.


Hacks: Tweak Firefox User Agent string

Summary: A guide on tweaking Firefox's user agent string to access hidden webpage content, with a caution on potential rendering issues.


Auto-Launch Visual Studio Web Server when running tests

Summary: A guide on auto-launching Visual Studio web server for unit tests using .NET's process handling features and NUnit.