I have a new MVC 3 project, and in it I use model annotations like: [DisplayFormat(NullDisplayText = \"[Not set]\")]
Merged with Architectural question regarding Interfaces implementation and extensibility. I\'ve created a sample app, just to test and try out some of wpf\'s capabilities. I was basically
In my application I want to provide the user with a small undo functionality. There aren\'t many actions than can be undone by the user. Particularly the actions are:
We have two products: BI reports (Business开发者_Go百科 Information) Social networking Product \'Social networking\' is a web application, which allow users in a company to collaborate - in partic
I am working on a web application which involves create list of Restaurants in various lists like \"Joe\'s must visit places\". Now for each Restaurant 开发者_开发问答and list, I have display on websi
I need some advice how we can decouple nHibernate dependencies in the presentation layer. Currently we have a three tier C# winforms application consisting (simplified) of the following layers;
I\'m using Rails 3 and Devise. I can have 2 types of Users I\'m calling \'admin\' and \'client\', both stored in the Users table, differentiated by the value of the boolean \'admin\' column.
for those who developed/Designed large application开发者_JS百科 using LINQ2SQL tech What is the Pros/Cons (whats the limitations and whats the things i must be a ware off) when using LINQ in such a t
My professor said, that adding multiple layers in the BLL, will make the 3-tier an n-tier architecture.
I have some questions related to framework dependency. Generally best coding practice says that don\'t clutter your namespace with framework specific code. For e.g. in case of spring all the dependenc