Posts by Severo • 51 points
3 posts
- 
		1 votes1 answer601 viewsA: How to transform Amble expressions into sql commands?Just following a pattern for the names when creating the lambda expression and making the following code I already managed to get a good result. public GenericDAL<TModel>… 
- 
		2 votes1 answer601 viewsQ: How to transform Amble expressions into sql commands?How can I manipulate expressions to help automate the creation of SQL commands like Linq to SQL? So: using Entityframework I can make queries such as: var livros = contexto.Livros .Where(livro =>… 
- 
		2 votes1 answer1405 viewsQ: What are the layers and folder names for organizing projects?I have an application that will need to be developed as follows: Web Application (probably MVC) Web Server Application (WCF - Run on IIS) Client Server Application (WCF Windows Services) Client…