Tagged Questions

1
vote
4answers
89 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 …
-4
votes
1answer
82 views

Convert oracle to sql query [closed]

pl_generate_jv PROCEDURE PL_GENERATE_JV(SRL_NO IN VARCHAR2) IS FINAL_DOC_NO VARCHAR2(14); BEGIN PL_GEN_PROV_NO; DECLARE LINE_NO NUMBER(3) := 1; DEBIT_TOT NUMBER(17, 3) := 0; …
1
vote
5answers
141 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 …