WebExtras is a collection of helper methods for .NET developers. This library is aimed at adding to the existing helper methods already provided by .NET MVC along with some general useful list of extensions and helpers.
WebExtras.dll
Major namespaces | Description |
---|---|
WebExtras.Core | Generic helper methods that can aid in any .NET development, be it desktop or web development |
WebExtras.JQDataTables | Contains helper method which are very useful when using the jQuery Datatables library to display tables on a website. These classes along with the provided partial view helps in leveraging all creation logic to C# which is type safe rather than doing it in Javascript |
WebExtras.JQFlot | Contains helper methods which are very useful when using the jQuery Flot graph plotting library. |
WebExtras.Mvc.dll
Major namespaces | Description |
---|---|
WebExtras.Mvc.Core | Generic helper methods that can aid in .NET MVC Web development |
WebExtras.Mvc.Bootstrap | Helper methods for the popular Bootstrap theming and griding framework |
WebExtras.Mvc.Gumby | Helper methods for the Gumby 2.x theming and griding framework |
WebExtras.Mvc.Html | Contains all entity classes and the basic framework logic to create various HTML elements |