Sample DashBoard Application in C # or VB.net?

While this is not a programming question, I am sorry about that.

but I hope this quesiton is helpful to a developer who or will be developing Dashboard Appllication like this one demonstrating more than here .

I'm just trying to develop a Dashboard app in vb.net but can't find a good example [even in C # .net] ...... so please help me or suggest me a good example [either VB.NET or C # .NET and does not use any third party control like VisiFire, etc.] For a panel style application. Thnank you so many.

+3


source to share


1 answer


I suggest you check out PRISM Library .

It is a library of patterns and practices for building composite applications (consisting of multiple controls)



This reference implementation, Stock Trader RI is a toolbar-like application.

This library contains many quick starts and samples in Silverlight

, C#

and VB.NET

. It was widely accepted. I have been using it for quite some time and it has helped me learn WPF

and develop my applications WPF

.

+1


source







All Articles