Questions tagged [wpf]

WPF is a graphical subsystem for rendering user interfaces in Windows-based applications.

WPF) is a graphical subsystem for rendering user interfaces in Windows-based applications. WPF employs XAML, a derivative of XML, to define and link various UI elements. WPF applications can be deployed as standalone desktop programs, or hosted as an embedded object in a website. Silverlight utilizes a subset of WPF to provide embedded web controls for web based and Windows Phone 7 applications.

263 questions
5
votes
1 answer

Any news on the Next version of WPF?

I've heard of Silverlight 5 from Microsoft. But what about WPF? Is Microsoft planning to discontinue WPF or will there be a new version? We just switched from winforms to WPF and now another transition is going to be tough. Please point me with any…
Josh
4
votes
2 answers

What are some current opinions on WPF?

We are trying to make a decision about if we should create a program in WPF w/ a WCF server, and I was wondering what the current opinions are of WPF. I was looking around online but most of the arguments I saw for/against WPF were dated a year or…
Rachel
  • 24,029
2
votes
4 answers

Assigned to a new WPF project, know nothing about it

I started as the analyst, talking to the client and jotting down requirements and all that jazz. Ended as the sole developer of the project. The schedule is OK, but not OK for someone that don't know nothing about how to develop a WPF application,…
Tolio
  • 445
0
votes
1 answer

Separate or not separate(Window and datagrid)?

I am new to WPF but actually I need to code in it. I have got a **UserControl(Window)** and there is a DataGrid in it. DataGrid can be used somewhere else in the future, but not 100% sure. Me and one of my collegue need to work in the same module,…
koviroli
  • 111