Daily Shaarli

All links of one day in a single page.

February 21, 2022

Dapper Data Access Layer (Extension for Visual Studio)

This extension adds a Visual Studio C# library project template (DAL) Data Access Layer that helps with working and connecting to the SQL server database using an app.config file connection string. It also contains methods that create and gets the data from the database and saves data to the database using data model classes and Dapper ORM. 

Thoughts On Markdown — Smashing Magazine
microsoft/reverse-proxy: A toolkit for developing high-performance HTTP reverse proxy applications.

We expect YARP to ship as a library and project template that together provide a robust, performant proxy server. Its pipeline and modules are designed so that you can then customize the functionality for your needs. For example, while YARP supports configuration files, we expect that many users will want to manage the configuration programmatically based on their own backend configuration management system, YARP will provide a configuration API to enable that customization in-proc. YARP is designed with customizability as a primary scenario, rather than requiring you to break out to script or having to rebuild from source.