Introduction Unified Modeling Language is a graphical language used to describe objects in a system. This post describes the UML class diagrams and relationships among business entities in the system. Domain Model represents the relation ship between logical entities in the system. It also illustrates how different entities in application domain would interact with each other. Class...
ASP.NET Application Architecture Steps
Introduction If you have good logical skills and aptitude then it can be easier for learning programming languages. Unlike programming Software Architecture requires years of experience to master. Software Architecture is a guide to shape your project and Architecture of a system is nowhere related to the code that you write for this system. This post explains the architectural steps involved in...