On frameworks and libraries A logging framework helps you log what's happening in your application. A UI framework helps you render and animate UIs to the user. A communication library helps connecting parts of a distributed system. All of these tasks and concepts are pretty easy to understand. They...
A series of posts providing proven guidance for developing ASP.NET MVC applications from idea to well-designed implementation. Day 3 – Define the Domain Design Model Objective of the Day Transform the actor/system interaction diagrams - from Day 1 - and the domain conceptual model - from Day 2...
A series of posts providing proven guidance for developing ASP.NET MVC applications from idea to well-designed implementation. Day 2 – Define the Domain Conceptual Model Objective of the Day Transform the requirements from Day 1 into an appropriate domain conceptual model reflecting objects, attributes...
A series of posts providing proven guidance for developing ASP.NET MVC applications from idea to well-designed implementation. Part I - Planning & Design For the planning and design phase of project delivery, each "day" will have an objective, inputs, activities, and outputs: Objective...
A series of posts providing proven guidance for developing ASP.NET MVC applications from idea to well-designed implementation. So you’ve landed your first project! Just days ago your client came to you and said “I’ve got a great idea and I want you to build it!” With unwavering...