Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample WPF apps for line of business apps?

Tags:

I am learning WPF and wanted to look at source code to some good full fledged WPF apps which are used for business apps, data binding using data bound controls like grids and good use of WPF design and patterns.

Not interested in WPF apps which show off WPF's graphics capabilities. Yes I am into your typical boring business apps. Also looking further than codeproject.com. If you know something good at CodePlex, a pointer would be helpful.

Any recommendations?

like image 661
Tony_Henrich Avatar asked Jul 28 '09 23:07

Tony_Henrich


People also ask

Do companies still use WPF?

However, some industries still rely on WPF concepts and tools like XAML & MVVM to develop futuristic web, mobile, and desktop applications. None of Microsoft's GUI frameworks ever really die.

What are line of business apps?

An LOB application refers to one of the sets of critical computer applications that are vital to running an enterprise. LOB applications are usually large programs that contain a number of integrated capabilities and tie into databases and database management systems.

Is WPF used for Web applications?

Windows Presentation Foundation is a UI framework that creates desktop client applications. The WPF development platform supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding, documents, and security. WPF is part of .

Can Android run WPF?

. NET 5 is s unified platform to write code once and run anywhere.


1 Answers

CodeProject.com is a very good resource for finding examples of .NET applications. Some articles are at a "here's a control, here are some example usages", but there are the occasional full-fledged app write-ups too.

Here are a couple of examples of some business-y WPF usage which may fill your needs:

You can find many more in the WPF section.

like image 185
James Kolpack Avatar answered Oct 05 '22 12:10

James Kolpack