Author Topic: WPF vs Windows Forms  (Read 4979 times)

0 Members and 1 Guest are viewing this topic.

Offline Unbr0ken

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 1
    • View Profile
WPF vs Windows Forms
« on: December 16, 2011, 01:36:18 pm »
I've been reading about this, and... well, it seems that WPF wins.

After struggling with the Windows Forms controls and their cons, I decided to try it with WPF, but I don't know how great would be the difference of code.

Did you work with WPF?... Is it really faster than Windows Forms?, How much change/modify/affect the C# code?

So the real question is: Is WPF better than Windows Forms?

Thx4Read.
« Last Edit: December 16, 2011, 01:36:34 pm by Unbr0ken »
[C] -> [C++] -> [C#]

Forgive
     To

 Forget

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: WPF vs Windows Forms
« Reply #1 on: December 17, 2011, 06:25:11 pm »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Unbr0ken

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 1
    • View Profile
Re: WPF vs Windows Forms
« Reply #2 on: December 17, 2011, 08:00:17 pm »
If you have not. Read this: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/42636e55-a1e0-4b29-bbd1-cd8073585584/ It pretty much sums it all up.

Wow, interesting thread, but it doesn't talk about the speed of each one, and that is what i'm looking for.

However tyvm...
« Last Edit: December 17, 2011, 08:08:29 pm by Unbr0ken »
[C] -> [C++] -> [C#]

Forgive
     To

 Forget

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: WPF vs Windows Forms
« Reply #3 on: December 17, 2011, 08:55:38 pm »
I would think WPF is slightly faster. But its .NET anyway, compared to other languages its kinda crap. And everything GUI got its limitations.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Unbr0ken

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 1
    • View Profile
Re: WPF vs Windows Forms
« Reply #4 on: December 19, 2011, 08:34:08 pm »
I would think WPF is slightly faster. But its .NET anyway, compared to other languages its kinda crap. And everything GUI got its limitations.


Well, thanks for the info, but I didn't ask you if .NET was crap or not.

On the other hand, what language do you think is best for developing applications with excellent GUI's and adequate performance? ... (Please, don't talk me about any Borland product)
[C] -> [C++] -> [C#]

Forgive
     To

 Forget

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: WPF vs Windows Forms
« Reply #5 on: December 19, 2011, 08:43:47 pm »
C or C++ will do you well. Might be a bit harder than .NET GUI development tho :P My uncle swears to the Qt framework for C++, never used it personally tho. Might be something to look into.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Unbr0ken

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 1
    • View Profile
Re: WPF vs Windows Forms
« Reply #6 on: December 19, 2011, 11:21:30 pm »
C or C++ will do you well. Might be a bit harder than .NET GUI development tho :P My uncle swears to the Qt framework for C++, never used it personally tho. Might be something to look into.


I see, for now i'd rather the .NET IDE, is extremely nice and it applications looks almost perfect. With C++... hmmm, lot of work. The only bad thing i see in .NET is the .NET Framework requirement. So, i'd continue with C# & WPF.

Thanks for all ;)..
[C] -> [C++] -> [C#]

Forgive
     To

 Forget