Posts by Charles Barbosa • 93 points
4 posts
-
0
votes1
answer3947
viewsQ: How to increase timeout on IIS 7.5
Hello, I’m having trouble executing a feature that runs on MVC3 on an IIS 7.5 server. As the functionality returns many lines, after 30 seconds of execution, it simply aborts, I’ve tried several…
-
5
votes1
answer7829
viewsQ: php Artisan command serves by running multiple hosts
I am developing two applications, one that will be my front and the other the backend, it occurs that when I raise the applications for development the Framework only enables one applications, but…
-
3
votes2
answers1684
viewsA: Select with INNER JOIN, bringing fields that have NULL foreign key
There is the option you can use LEFT JOIN, take a look at this post click here, still you would need to check your business rule, and still have the issue of performance.…
-
-1
votes2
answers222
viewsA: Entity Framework and parameterized constructor
The first constructor is valid and recommended if you are using DDD and want to apply TDD, but in this case the second constructor should be private, only so it can be used in EF Migrations. Ref:…