I am little bit new in .Net + C# + WPF + MVVC + prism 4.
I am going to create one windows application using C# and WPF.
I think it’s good to using MVVM + prism 4.
But be-four start to working, i want to know few think
- Which is Best Project Solution Structure for C# + WPF + MVVC +
prism 4. Can give some reference for this.- Which is Best way to create Project Solution Structure.
- Which is Best Way for Exception Handling
- If any one know LinQ, is LinQ suitable with WPF + MVVC + prism 4.
Any LinQ extended library which help for development.- Any Existing or 3’rd party library which help for development like
Microsoft Enterprise Library- Any suggestions for different Tool,Framework,Design Patterns.
…etc- Any Reference/Help site links
Thanks In Advance
I will suggest the path that I followed.
Download the Prism, go through the samples (Quickstarts in the zip file) and also read the documentation (Prism4.chm). Once you graduate from the samples, have a look at the “StockTrader RI” that also comes with prism itself.
Once you are settled a little bit, you can start working on the structure of solutions that suits the best for you.
Vijay