Search Results

0
votes

ASP.NET How to best create a test DB when doing TDD?

Although I'm not using Asp.Net or the MVC framework I do have the need to test services without hitting the database. Your question triggered the writing up of a short (ok, maybe not so short) summ …
1
vote

ASP.NET Schema Tables Causing Issues in VSTS

I'm not sure, but a quick look seems to reveal the following. The offending line in the script seems to be: Line 42 in procedure [dbo].[aspnet_Users_DeleteUser] (how do you do unde …