Info
| Version: | 1.1.0.7 | 
| Author(s): | Skywalker ISP | 
| Last Update: | Tuesday, August 30, 2011 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://mvcviewcomponents.codeplex.com/ | 
| NuGet Url: | https://www.nuget.org/packages/Skywalker.Web.Mvc.ViewComponents | 
Install
Install-Package Skywalker.Web.Mvc.ViewComponents
                        dotnet add package Skywalker.Web.Mvc.ViewComponents
                        paket add Skywalker.Web.Mvc.ViewComponents
                        
                                Skywalker.Web.Mvc.ViewComponents Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Skywalker.FluentComponents(1.1.0.3)
 
Tags
                
Just like the CustomControls of ASP.NET WebForms.
A ViewComponent is:
Reusable / redistributable;
Skinnable;
Easy to consume from Views (using fluent syntax) as well as easy to author (by using a simple set of base classes and interfaces);
Able to provide rich UI components;
Using a Component based model that will allow you to create shared functionality from which more specific components inherit from;
In the end nothing more than a ViewModel created and populated by its Fluent wrapper. Just the ViewModel is used within the skin / partial view.