Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,

I want to create wpf app i know all the basics and concepts i want sample project can u guide me or send snippets
Posted
Updated 4-Dec-13 18:58pm
v2

A simple google search would get you what you need. We are not a replacement for google, you need to do SOME of the work yourself.

Here, I'll get you started: http://www.wpftutorial.net/[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Dec-13 1:10am    
I really appreciate (my 5) that your only reference is a tutorial, not a code sample. This is what I advised. I tried to motivate it in my answer, please see.
—SA
Ron Beyer 5-Dec-13 1:12am    
I 5'd yours too. I just got done reading a 1000+ page WPF book, I can certainly appreciate the difference between tutorials and snippets in that one teaches and the other just demonstrates.
Sergey Alexandrovich Kryukov 5-Dec-13 1:17am    
Thank you, Ron. One questionable thing is also the quality of the snippets found somewhere. I noticed such a trend: poor developers tend to learn from poor developers. A good manual can at least help to understand what's good and bad, and why.
—SA
Ron Beyer 5-Dec-13 1:25am    
Indeed, I tried the linked site some time ago and while it was useful, it certainly didn't replace the "Pro WPF 4.5 in C#" book I just got done reading, which was written by one of the MS WPF framework developers. I tend not to recommend books because I know a lot of people don't have access to much disposable income, but its the best resource I think.
Only the title of your post contains some question. To create such project, first start from Visual Studio WPF application template prompted to you when you create a new project.

There are way to many WPF projects which you could look at, at CodeProject and everywhere on the Web. However, I never advise to look at projects written be others before you try to create your own. At first, read just the manuals and documentation. Later on, when you face first problems or want to learn some advanced techniques or critically review your own ones, code written by other can help. By that time, you also will be able to better understand the code.

—SA
 
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