Application design (also known as software architecture) is the process of creating a conceptual structured understanding of the different aspects of the application.
What are the general guidelines and best practices to keep in mind while designing Java application [Simple console apps to …
java application-designWith the addition of the Tuple class in .net 4, I have been trying to decide if using them in my …
c# .net tuples application-designI tend to use Hibernate in combination with Spring framework and it's declarative transaction demarcation capabilities (e.g., @Transactional). As …
java hibernate spring lazy-loading application-designI'm starting a new Java web app from scratch. I don't have much experience on Spring Framework, but I know …
java spring guice application-design web-application-designIn a complete Java EE application that's clustered is the DTO pattern still a valid option? The application in question …
java design-patterns jakarta-ee application-designPossible Duplicate: Forgot Password: what is the best method of implementing a forgot password function? I'm programming a community website. …
security md5 application-design forgot-passwordHere is one design/ best practices question.. I'm new to android development, and basically new to web/mobile solutions. So, …
android design-patterns data-access-layer remote-access application-designI've got a WPF application. On the left side there is a stackpanel full of buttons. On the right side …
c# wpf user-controls application-designI want to build a simple application with the MVVM pattern. This application will have two main parts: menu on …
wpf mvvm application-designMy application loads lots of data from a database into a complex data structure. The in-memory data structure ressembles the …
database-design foreign-keys application-design application-dependency