I am little bit confused that how we can choose a best开发者_Python百科 architecture and a best model before starting a website or web-application in asp.net?
I\'m coming to build new \"Enterprise solution\"开发者_C百科 So i decided to use \"Onion Architecture\" because i wanna as much as flexible architecture.
For our application, which has a website and a backend, we really like the notion of capturing a \"full name\" for people to allow for the many different ways of expressing someone\'s name. However;
What is the best way and why? V1: try { var service = IoC.Resolve<IMyBLService>(); service.Do(); } catch(BLException ex)
We are starting development of an web application which would later be ported to mobile as well. So I was thinking to encapsulate Data Access and Business Logic inside an WCF Layer. This would make it
What are the parameters on the basis of which a particular n-tier architecture is chos开发者_运维问答en for an application.Architecture (in general, not only n-tier) is chosen basing on a set of quali
I would like to ask you what experience you have with developing and deploying one application that in general has some standard features, but the application can also have customer specific features.
I h开发者_运维技巧ave a question regarding the best way to structure a restful design for a particular part of an app I am working on.
I am reviewing this technology but have a few design concerns that made me pause a few times. Can someone help straighten me up?
I am new to Entity Framework 4.0, using it with C#, and currently experimenting with its features. What I noticed is that, like with most similar ORMs, it relies on an Context object to deal with the