Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all,
I am building windows application, i request any one to suggest me on best frame wrok which i can opt for as this application is going to grow to considerable big sized application. Like design Patter.

Like how we have Zend , codeIgnitor, cakePHp for PHP.

Thanks in advance.
Posted

If you are using C# (as you indicate via the tags), you can use either Windows Forms or WPF. There's no real need to roll out your own custom UI framework. Why reinvent the wheel?
 
Share this answer
 
My vote for WPF with LINQ to sql classes (as you told that its going to grow to considerable big sized application)
 
Share this answer
 
For WPF, I personally always recommend Adam Nathan's book:

http://www.amazon.com/Windows-Presentation-Foundation-Unleashed-WPF/dp/0672328917[^]

You probably don't need a book for WinForms though, MSDN + a few articles online should be good enough.
 
Share this answer
 
I personally recommended... Windows Forms with LINQ to BLL & DAL classes.

Split entire Project into sub modules(Class Libraries Dll's).. finally integrate it. Try to Use Microsoft Enterprise Library. see the following links :

http://msdn.microsoft.com/en-us/library/ff632023.aspx[^]

Try to Implement some Design Patterns. see the below link for your reference

http://msdn.microsoft.com/en-us/library/ee817667.aspx[^]

http://www.dofactory.com/Patterns/Patterns.aspx[^]

http://csharpindepth.com/Articles/General/Singleton[^]
 
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