-
WPF When and Why
Hi All
Can anyone advise when and why use the WPF?
Is it same powerful for browser base application?
Muhammad Waqas
-
I would use WPF when: - I am creating a new Windows desktop application, and
- I have a long enough schedule for my developers to learn a new technology, or
- I want to do something that's difficult or impossible to do with Windows Forms
It would also be helpful to have a professional UI designer on the project; it's easy for non-designers to create very ugly UIs with WPF.
I would use it because: - WPF is much more powerful than Windows Forms, and
- It has ongoing support from Microsoft. Windows Forms is no longer being developed.
You cannot use WPF for browser-based applications, but you can use Silverlight, which is similar.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
For several examples of what's possible with WPF, take a look at this site: http://www.thirteen23.com/experiences/desktop/
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
WPF browser apps (also known as XAML Browser Application or XBAP) are an option, but are often passed over due to the fact that they require Internet Explorer and the full .NET 3 framework installed in order to run. For general purpose apps I think most people are looking to full WPF or Silverlight.
Some more examples:
http://windowsclient.net/community/showcase.aspx
One last thing to consider that is often overlooked when considering WPF. If you have an existing Windows Forms app, you don't necessarily have to do a full port if you want to move to WPF. Interop between the two is possible to do, so you can take advantage of an existing code base & toolset while adding features that WPF excells at, such as visualization of data.
Last edited by gurge60; 03-25-2009 at 06:16 PM.
-
Thanks All
What is sliverlight?
Muhammad Waqas
-
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks