I\'m designing a C# application Presentation ( web site + flex apps ) Business Logical Layer (might be WCF to enable multi client platforms)
I\'m new to MVC and even though there is a lot (and I do mean a lot) of information out there that is very useful - it\'s proofing very difficult to get a clear understanding on how to achieve my exac
This question is regarding the ASP.NET webservice that i am creating using the DAL-BLL architecture for my final school project.
I have a question regarding n-layer architecture. I thought long and hard before asking this question as there\'s a lot of similar questions here already... however, after literally a day and a half l
In my situation, my company services many types of customers. Almost every customer requires their own Business Logic. Of course, there will be a base layer that all business logic should inherit from
In many posts concerning this topic I come across very simple examples that do not answer my question.
I g开发者_如何学Pythonot a Data Access Layer that\'s being formed by one DBML in which i just include all object I need. Is it necessary to write more functionality in this dbml or can I just use the
I\'m working on a small application fro开发者_Python百科m scratch and using it to try to teach myself architecture and design concepts.It\'s a .NET 3.5, WPF application, and I\'m using Sql Compact Edi
I am an ASP.NET C# web developer. The architecture followed is 3 layer The layers used are 1. UI 2. BLL (Sometimes Communicating with BLL is done using WebServices)
Simple question for which I think I have an answer but I am looking for a sounding board. Should the DAL be the one translating whatever comes from the database (be it through straight SQL, stored pro