"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
".Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the packag…"
Library or NuGet package built with .net standard and c# by Microsoft.
"Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter …"
Library or NuGet package built with .net standard and c# by Machine Specifications.
"A cross platform library that allows you to call for standard user dialogs from a shared/portable library. Supports Android, iOS, and UWP"
Library or NuGet package built with .net standard and c# by Allan Ritchie.
"P/Invoke methods for the Windows BCrypt.dll."
Library or NuGet package built with .net standard and c# by Andrew Arnott.
"SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. …"
Library or NuGet package built with .net standard and c# by Øystein Krog, Frank Krueger & Tim Heuer.
"This package contains a platform-specific native code build of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCL.raw. The build of SQLCipher pac…"
Library or NuGet package built with .net standard and c# by Couchbase, SQLite & Zetetic.
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