Posts by William John Adam Trindade • 1,908 points
54 posts
-
6
votes1
answer137
viewsA: Problem with installation prerequisite
The problem is that the version check fails, because "10" is less than "7" if you use the string comparison (order 1, 10,11...,100,1000,10000,2,20,21,3,4,5,6,7) I believe it is a bug that will be…
-
1
votes3
answers4358
viewsA: ASP.NET Web Forms or MVC. What’s Best and Fastest?
There are several differences between the technologies mentioned. MVC is an old standard, but ASP.NET MVC is the natural evolution of ASP.NET. If you look at the designer side, Asp.NET MVC is much…
asp.net-mvc-5answered William John Adam Trindade 1,908 -
1
votes1
answer567
viewsA: SQL SERVER EXPRESS 2014 ERROR (Microsoft SQL Server, error 1225)
Look at this tutorial I believe Voce have not configured the protocols for remote access, which by default, are disabled (security) Att…
-
5
votes4
answers931
viewsA: How to verify variables that are not used?
There is a free extension that does this:Codemaid She’s not as complete as the Resharper, but adds several shortcuts that do not exist natively in Visual Studio. Works with express and community…