I\'m not very experienced with Cocoa but I am with MVC and coding in general. I come from an ActionScript background, so I\'m very familiar with PureMVC.
I have a project where I\'m already working on a traditional 3 layers architecture (Entity / Business / UI), and I\'m applying the repository pattern and IoC.
I have to build the architecture of a web application using Entity Framework 4.1 and ASP.NET. I already have the database structure, so I have to use the database-fist. I have read lots of articles an
it might be stupid question, but I dont know the answer to it and I dont know where to search the answer, so it would be nice if someone could help me.
I think it is a tough question but I want to verify the architecture of my software is robust enough.
We are looking at building a GUI application having the following attributes - * approx 100 screens * approx 200 users
I currently have an ASP.net web application running on IIS using an SQL database. The site receives a growing amount of traffic and I want to start thinking about scaling the website up and ensuring I
Users of our system are able to submit un-validated contact data. For example: Forename: null Surname: 231
When should a new model or controller be made? Should the开发者_如何学Cre only be controllers that go with a corresponding view 1 to 1 and like so with controllers and models? Or is it good practice t
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_JS百科 Want to improve this question? Update the question so it can be answered with facts and citations