Posts by Luís Deschamps Rudge • 146 points
2 posts
-
1
votes3
answers109
viewsA: How to test Entity Framework performance?
You can use the good old stop public void Teste() { Stopwatch sw = Stopwatch.StartNew(); var pessoas = MeuContexto.Pessoas.ToList(); sw.Stop(); Console.WriteLine("Tempo demorado = {0}ms",…
-
2
votes2
answers762
viewsA: How to Add SSL Free in Azure? Is it Possible?
Oops, I did a post exactly Sober this a while ago! http://luisrudge.net/configurando-ssl-com-seu-dominio-no-azure-websites/ Below is the transcript of the post. In this example, I will use a free…