As continuation to my previous question, (see h开发者_C百科ttps://stackoverflow.com/questions/3737848/creating-a-loosely-coupled-scalable-software-architecture
If I have those two projects: MyCompany.ERP.Billing MyCompany.ERP.Financial Billing asks/sends information to Financial and vice-versa. Both are too big so I don\'t want to put them in a single pro
I\'m looking for how to structure the layer of my app between the presentation layer and the model / business object layer.I see examples using Controller classes and others using Service classes.Are
We have a system (third party) where we access a web service to read data from its underlying database that returns .Net DataTable objects and in some cases even DataSet.
I\'ve been researching this for weeks.I\'m currently designing a loosely-coupled architecture design using n-tier (3-layered) method and factory design approach. My goal is to put each client\'s busin
I\'m building a web application using .net 2010, c#. I want to create several projects in one solution.
Is there a way to execute the backend code (ruby) in the web browser instead in a web application (rails)?
For now we have very heavyweight frontend (frontend+backend in one application actually). Frontend contains all the logic: UI, business logic, persistence logic and so on. It\'s very complicated and h
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m using Fluent NHibernate and I have two tables: BusinessPlan [Id, Year, CustomerCode] PreviousYearData [Id, Year, CustomerCode, MoreFieldsForData]