Dashboard on Asp.Net MVC.

Back to Blogging. I have this project in ASP.Net MVC wherein I need to make a dashboard for our client using ASP.Net MVC.

Quick Requirements:
-A predefined dashboard for each user group.
-Customizable widget/gatgets/webparts whatever you want to call it.

Quick Goals:
-Create a webpart and webzones.
-Create a baseclasses with interfaces.
-Create a controller base which other controllers will inherit from.
-Webparts are independent.


Comments

Popular posts from this blog

Serializing JSON string to ExpandoObject

XML to ExpandoObject using Recursion in C#

Automatically Discover and Assign Parameter with Values to a Stored Procedure Call in C#