Posts by Luiz Fernando Bueno • 60 points
3 posts
-
-3
votes1
answer1273
viewsQ: How to validate a regular expression text not allowing everything in white space?
I need to validate a line from a text file, where I already have part of the expression , but I lack the part where from position X to position Y I have 30 characters that correspond to the type…
-
2
votes1
answer1373
viewsA: Problem returning Entity models: "The Entity or Complex type ... cannot be constructed in a LINQ to Entities query"
The solution suggested by Harry Potter is really the most practical and most suggested, but, complementing the way it started to do, it should look something like this: public…
-
3
votes2
answers426
viewsA: Are Service Layer and BLL the same thing?
The BLL corresponds to the business layer, that is, where the rules of your business should be, the "intelligence" of it. The Service Layer (service layer) is understood as a platform of available…