application-design
Localization via database or flat file?
For multi-language PHP application assume labels/phrases will be translated into multiple languages. Those labels can be placed in language specific files (e.g. one file per language) or can be loaded[详细]
2023-02-23 13:58 分类:问答Working with Node.JS
Last night I dump windows 7 and formatted my hard driver to port to a Linux based operating system, Purely for the reasons that I wanted to start working with Node.JS[详细]
2023-02-14 08:45 分类:问答Hibernate lazy-load application design
I tend to use Hibernate in combination with Spring framework and it\'s declarative transaction demarcation capabilities (e.g., @Transactional).[详细]
2023-02-12 03:07 分类:问答Should I queue emails in a database before sending, instead of on the fly?
I\'m developing a site that sends email notifications to users after certain events/user actions (tagged in a photo, added as a friend, etc.)[详细]
2023-02-08 08:27 分类:问答Best Application Design for Software As Service
Using ASP.NET MVC3 C# AND MS SQL 2008 I\'m developing a Software As Service site.It\'s a Car Inventory app for Car Dealers.I have a few ideas of the architecture of the site but wanted a second opini[详细]
2023-02-06 23:22 分类:问答MVC Authentication flow query
I am writing a small app to allow users to update their personal开发者_开发百科 information online.[详细]
2023-02-05 10:39 分类:问答Pitfalls to avoid when writing project specs [closed]
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[详细]
2023-02-04 12:11 分类:问答Application design - When should interfaces be used?
I kind of understand an interface as being a contract that can be applied to classes that would otherwise have nothing in common (ex: Comparable in Java). However, in what situation(s) would you have[详细]
2023-02-01 07:02 分类:问答Unique Key Constraint
What\'s the best practice in handling data insertion/update on a table with unique key constraints at the application level? These are what I came up with:[详细]
2023-01-31 17:42 分类:问答Switching Entity Data Model
I am using Entity framework for my DAL (Data Access Layer). We have three different instance of DB (DEV,QA,PROD). The DAL is part of a DLL which expos开发者_开发技巧es the DA as API for the business l[详细]
2023-01-26 23:39 分类:问答