Application Architecture Guide Read It Even If You Know It All
If you are an Architect or a Developer then I highly recommend that you read Application Architecture Guide from Patterns & Practices team at Microsoft. In recent years .Net Framework has grown tremendously to include technologies such as WPF, WCF, WF over the standard offerings such as ASP.NET, Windows Forms and BCL. How does one put all the pieces together? Do you even need all pieces for your solution? This guide provides useful guidance in making such decisions. The book is written in a to-the-point manner and is simple to understand.
As an architect I enjoyed reading the book. It served as a good refresher. I also feel that reading material such as Application Architecture Guide disciplines the thought process and provides structure. Of course the book does not teach you to be an architect. I am not sure if any book can teach you that.
You can Download the Guide in pdf format here.
One Response to Application Architecture Guide Read It Even If You Know It All
Leave a Reply Cancel reply
Top Posts
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Windows 7 Control Panel In Classic Mode
- More Details Emerge On Microsoft Master Certification
- Use SqlConnection With LINQ To SQL
- Free Icons And Images With Visual Studio 2008
- Capture XML In WCF Service
- Dynamic Sort With LINQ
- StyleCop Tutorial
Tags
.Net 2010 ADO.NET ASP.NET Azure Blogging Books Browsers C# Certification Cloud Computing Code Snippets Community Data Services Eclipse Entity Framework Google IDE Java LINQ Mac Microsoft Museum NetBeans Office Oracle REST SharePoint Silverlight SQL Server T-SQL Tips Tools Training Visual Studio Visual Studio 2010 WCF Web Windows Windows 7 Windows Forms Windows Live WMI WPF XAML


Architecture Guide: Windows Forms, Generics, Auto-Mapper, Entity Framework, Framework Design and many more..
By Nirosh | 22 Nov 2010 | Unedited contribution Part of The SQL Zone.
Architecting a windows form based system on top of a framework. This will help you develop form based application faster.
Source Code – Download DemoMain_v_1.0.zip – 1.48 MB
DB is inside – DemoCustomerFrms\DB\Raptor_Core_Local_DB_Backup_17_11_2010
Table of Contents
1.Introduction
2.Background
3.How You Use a Framework?
4.Let’s Have a Look at Our Demo Framework
5.How We Build Our Framework Gradually?
6.High Level Design Overview
7.Let’s look at the ‘Demo.Framework’ Module Design
8.Have a Look at the ‘BaseGridView’ Code Below
9.Let’s look at the ‘Demo.Data’ Module Design
10.Let’s look at the ‘Demo.Core’ Module Design
11.Let’s look at the ‘Demo.Core.UserControls’
12.Module Design Implementation of Data Controls
13.Final Note
14.History
Reader it here- >http://www.codeproject.com/KB/miscctrl/windows_form__EF_grid.aspx