Create an ical file in ASP.NET MVC
I recently had to write some code that generates an ical file and sends it to the browser. I decided to utilize the awesomeness that is asp.net mvc and try it like that. Following the information I got from reading Stephen Walther’s blog entry on using MVC to generate files to download, I started by [...]
Microsoft’s NuPack – .Net’s Gem Manager?
Today Microsoft announced the betas of several new projects – ASP.NET MVC 3 Beta 1, WebMatrix Beta 2, and NuPack. NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. Once installed, you can open a new “” within Visual Studio [...]

