"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
"Helpers for Fody."
Library or NuGet package built with .net standard and c# by FodyHelpers.
"A simple http tracing library to write request and response information to your output window. Making your life easier when debugging http calls! We oftentimes find o…"
Open source library or nuget package built with .net standard and c# by @danielcauser, @dylbot9000 and @chaseflorell.
"Core server components for ASP.NET SignalR."
Library or NuGet package built with .net standard and c# by Microsoft.
"Microsoft.Azure.AppConfiguration.AspNetCore allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications. This pack…"
Library or NuGet package built with .net standard and c# by Microsoft.
"This package contains the ASP.NET Core authorization integrations for Hot Chocolate."
Library or NuGet package built with .net standard and c# by ChilliCream authors and contributors.
"Common Protocol Buffer messages for Google APIs"
Library or NuGet package built with .net standard and c# by Google LLC.
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.
© 2026 - created by Corstiaan Hesselink - submit project - RSS feed - contact