Friday, November 14, 2008

Which one to choose for UI?!

· Now we have a set of technologies like Windows Forms, ASP.NET, DirectX, WPF etc for building user interfaces. Which one should I use?
- Windows Forms – Better for building smart client application which didn’t need high end graphics, rich differentiated User experience.
- ASP.NET/Atlas – If you want to build dynamic thin client web applications.
- DirectX - Highest-intensity graphics applications (Mainly for developing Games!)
- WPF – Better for building differentiated User Interfaces which require features like 2-D, 3-D graphics, video, animation, media, complex data visualization etc

No comments: