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 [...]
New Index option disabled
I’ll make this short and sweet. I was trying to create an index on a new table I had created through SQL Management Studio 2005. I right clicked the Index folder under the table and noticed that the option of New Index was grayed out (disabled). I figured out that Management Studio will disable that [...]
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 [...]

