0
What is the difference between WINDOWS FORM APPLICATION and WPF APPLICATION?
4 Réponses
+ 1
WPF is from what I have heard, a newer (and appparently better) version of the good old winforms.
+ 1
Windows forms is the old library. Windows Presentation Foundation is the new library. It's a lot better and your programs won't look like they were made ten years ago. Also WPF let's you use markup for visual details which gives ALOT more control then drag-n-drop.
0
In windows form is very simple, with drag and drop you putt the object where are you want... my opinion...
- 1
is WPF better that Windows form application?