Use NPoco ORM With ASP.NET Core #aspnetcore #npoco #netcore

added by DotNetKicks
12/19/2016 6:19:17 AM

1538 Views

is a simple C# micro-ORM that maps the results of a query onto a POCO object. NPoco is a fork of with a handful of extra features. And NPoco ORM can be used with .NET Core. So in this post, let's find out how to use NPoco ORM with ASP.NET Core for CRUD operations.


0 comments