Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
199 views

A minimal MVC setup for ASP.NET 2.0

I have to migrate a web application I made with ASP.NET MVC to a regular Visual Studio 2005 ASP.NET Web Forms based website. I've looked at things like MonoRail, but it's too different for my ...
1
vote
5answers
175 views

Where can I find information on writing a version control system that integrates with Visual Studio?

Basically, I'm doing a lot with Visual Studio lately and in my quest to get a simple version control system that I could host myself, I just thought to myself: how difficult could it actually be to ...