Skip to content

gordon-matt/Extenso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate

Logo

Extenso Code Library

Intro

This project is partly based on a much older project of mine called, MBG Extensions Library, which I wrote back in 2010. There is an article on CodeProject of which large portions are still applicable to Extenso.Core and parts of Extenso.Data. In any case, Extenso aims to be more than just an extensions library - various other helper classes will be added in separate packages, so you can pick and choose what you like.

Documentation

Documentation can be found here: https://gordon-matt.github.io/Extenso/

NuGet Packages

Package Link Downloads
Extenso.Core NuGet NuGet
Extenso.Data NuGet NuGet
Extenso.Data.MySql NuGet NuGet
Extenso.Data.Npgsql NuGet NuGet
Extenso.Data.OleDb NuGet NuGet
Extenso.Data.Entity.Abstractions NuGet NuGet
Extenso.Data.Entity NuGet NuGet
Extenso.Data.Entity.AutoMapper NuGet NuGet
Extenso.Mapping NuGet NuGet
Extenso.Data.QueryBuilder NuGet NuGet
Extenso.Data.QueryBuilder.MySql NuGet NuGet
Extenso.Data.QueryBuilder.Npgsql NuGet NuGet
Extenso.Drawing NuGet NuGet
Extenso.AspNetCore.Mvc NuGet NuGet
Extenso.AspNetCore.Mvc.ExtensoUI NuGet NuGet
Extenso.AspNetCore.Mvc.ExtensoUI.KendoUI NuGet NuGet
Extenso.AspNetCore.OData NuGet NuGet
Extenso.Windows.Forms NuGet NuGet

Package Details

Package Description
Extenso.Core This is the main library and mostly contains various extension methods.
Extenso.Data Extension methods and other data-related helper classes.
Extenso.Data.MySql Data-related extension methods and other helper classes for MySql.
Extenso.Data.Npgsql Data-related extension methods and other helper classes for Npgsql.
Extenso.Data.OleDb Data-related extension methods and other helper classes for OleDb.
Extenso.Data.Entity.Abstractions This package contains generic IRepository and IMappedRepository<TModel, TEntity> interfaces
Extenso.Data.Entity This package contains generic IRepository and IMappedRepository<TModel, TEntity> implementations for Entity Framework.
Extenso.Data.Entity.AutoMapper This package contains an AutoMapper implementation of IMappedRepository<TModel, TEntity> for Entity Framework.
Extenso.Mapping A lightweight, simpler alternative to AutoMapper, complete with expression mapping for predicates, includes, projections, etc.
Extenso.Data.QueryBuilder This package consists of a Query Builder which lets you build T-SQL statements through a fluent interface.
Extenso.Data.QueryBuilder.MySql Fluent T-SQL Query Builder for MySQL.
Extenso.Data.QueryBuilder.Npgsql Fluent T-SQL Query Builder for PostgreSQL.
Extenso.Drawing Drawing-related extension methods and other helper classes.
Extenso.AspNetCore.Mvc MVC-related extension methods and other helper classes. Includes a FluentTagBuilder, an IRazorViewRenderService (to render Razor views to a string), various HTML Helpers and more.
Extenso.AspNetCore.Mvc.ExtensoUI HTML Helpers for creating common UI components (Accordions, Tabs, Panels, Modal Dialogs, etc). This package includes providers for Bootstrap 3, 4 and 5.
Extenso.AspNetCore.Mvc.ExtensoUI.KendoUI ExtensoUI provider for KendoUI / Bootstrap.
Extenso.AspNetCore.OData This library contains a GenericODataController. To get started, see the Demo project in this repo, which has a fully working CRUD demo using OData, KendoGrid and KnockoutJS.
Extenso.Windows.Forms Various WinForms-related controls and helper classes. Check out the DataGridView bar graph, calendar, masked textbox, multiline textbox, numeric updown and rado button column types!

License

This project is licensed under the MIT license.

Donate

If you find this project helpful, consider buying me a cup of coffee.

PayPal

Crypto Wallet Address
Bitcoin 1EeDfbcqoEaz6bbcWsymwPbYv4uyEaZ3Lp
Ethereum 0x277552efd6ea9ca9052a249e781abf1719ea9414
Litecoin LRUP8hukWGXRrcPK6Tm7iUp9vPvnNNt3uz

gordon-matt

About

Extenso is a set of useful extension methods, other helper methods and generic classes for handling data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages