"Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them. Instead of explicitly writing this: 'var employee = connection.Query<Employee, Department, Employee>(sql, (employee, department) => { employee.Department = department; return employee; });' Dapper.Mapper allows you to write this: 'var employee = connection.Query<Employee, Department>(sql);'."
Library or NuGet package built with .net standard and c# by Arjen Post.
Project website: https://github.com/dotarj/Dapper.Mapper
Repository: https://github.com/dotarj/Dapper.Mapper
"The Marten library provides .NET developers with the ability to use the proven PostgreSQL database engine and its fantastic JSON support as a fully fledged document data…"
Open source library or nuget package built with .net core and c# by @jeremydmiller.
"A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named."
Library or NuGet package built with .net standard and c# by David Ebbo.
"Type and Reflection polyfill extension methods for .NET 3.5+ and .NET Standard 1.0+"
Library or NuGet package built with .net standard and c# by Steve Wilkes.
"Winnovative HTML to PDF Converter for .NET is a library that can be used in any type of .NET application, including ASP.NET web sites and Windows Forms applications, to …"
Library or NuGet package built with .net standard and c# by Winnovative Software Solutions.
"A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands"
Library or NuGet package built with .net standard and c# by Maxim Milovanov.
"Amazon Elastic Transcoder is media transcoding in the cloud. It is designed to be a highly scalable, easy to use and a cost effective way for developers and businesses t…"
Library or NuGet package built with .net standard and c# by Amazon Web Services.
Hello, I'm Corstiaan. I'm a software developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2025 - created by Corstiaan Hesselink - submit project - RSS feed - contact