Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i know that there is a lot of application in .net framework.
i 'm doing a project related to winform application.
i learned that to build those application we have to design them first.
example: a manage application is implemented as 3-tier or 3-layer architecture.
does any book teach how to design such application with some sample code enclosed ?
thank a lot.
Posted
Comments
[no name] 28-Mar-14 12:02pm    
Why don't you use google or the search feature of CodeProject to search for the information you are looking for?

 
Share this answer
 
My favorite book specifically on Windows Forms is by Matthew MacDonald, "Pro .NET 2.0 Windows Forms and Custom Controls in C#" (Apress, 2005): [^].

Even though it is an older book, I think the author's explanation of the WinForms controls is excellent, and the content on creating custom controls, and implementing advanced design-time features for custom controls, like Smart Tags, is the best I've ever read.

Also, please check out my recommendations here: [^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900