Automating the Repetitive with Source Generators
.NET dappi
Jan 28, 20255 min read326

Search for a command to run...
Articles tagged with #net
.NET dappi

Data persistence plays a big role in almost every application there is. With the introduction of .NET Core and EntityFramework Core a new possibility arose when it comes to data persistence. Now it is possible to use EntityFramework Core to generate ...

The first thing that comes up to mind with the name Nancy, is Frank Sinatra's first child. However, Nancy recently has been associated with another big name: Framework. Nancy is a lightweight, low-ceremony, framework for building HTTP based services...
