Reputation: 2741
Though this is not a programming question i am sorry for that.
but i hope this quesiton will be help full for the developer who are or will developing Dashboard Appllication as this one live demo over here.
i just trying to develop Dashboard application in vb.net but can't find any good example[not even in C#.net]......so please help me or suggesting me any good sample[either VB.NET or C#.NET and Doesn't using any third party control like VisiFire or etc] for dashboard style application. Thnank you so much..
Upvotes: 3
Views: 21284
Reputation: 4692
I suggest that you check PRISM Library.
It's a Patterns and Practices library for creating composite applications (composed from multiple controls)
It's reference implementation, the Stock Trader RI is a dashboard-like application.
This library contains many quick-starts and samples in Silverlight
, C#
and VB.NET
. It's been widely adopted too. I've been using it for quite long and It has helped me in learning WPF
and designing my WPF
applications.
Upvotes: 1