I have a business layer that has some business objects/POCOs/entities/whatever. I also have some repositories for the data access. Up until this point, I\'ve been accessing the repositories directly f
We have incremental burden of maintaining EntityTranslator to transform the business messages to the service message and service message to business message in .NET and WCF application. In fact, I can
I have a ASP.net (C#) project that is using a three layer architecture.I started to use Entity Framework in my DAL and the question is to what extent classes generated by Entity Framework can be used
I don\'t know if this question has any sense, but this is what my boss want. I work in a company with an intranet web.
I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to.
I am looking to do something like this public class ProductBiz: BizBase<Product> { public List<String> BrokenRules {get;set;}
I\'ve not yet found a clear answer to this and to clarify: With nHibernate and SQL server are you expected to disregard or migrate your busin开发者_开发知识库ess logic stored in your stored procedure
We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc.