I\'m implementing RavenDB in a project and after a few days trying the database i\'m now structuring this application but i\'m having a question.
We are working with a set of web services and we\'re looking for the best option to return errors to the web service\'s consumer. This is the current response:
In a typical MVC application we have validation that occurs in many different places.It might be client-side, in the controller, and then again at the data level.If you have a business layer, then the
We have applications that must reach into multiple databases. Previously, we had separate DALs that would reach into only a single database. A separate business layer would sit on top would reach only
I have an application under development that is following a modular application design.There is a \'core\' vertical stack that provides common, central services such as authentication/authorization, l
I went for an interview, and was asked to show up my Business layer architecture. I have some idea about 3 tier architecture but really no idea, to what to write in front of interviewer.
so , my users suddenly changed their minds and decided to go for a networked application , I have views and viewmodels on the same project (UI) , a BLL layer dll in a ClassLibrary project and my DAL
We are in process of re designing an old windows client server based application to web based application.
I\'m working on an n-tier application that needs a rules engine on the presentation end. I need to load display rules from a DB into the BLL tier and pass them onto the client. E.g. Item A is outline
In my Visual Studio solution I m having following types of project: Class Library - BusinessLogicLayer