Skip to content
Papayawhip Blog
A place for code snippets.
Home
Home
C#
Tag:
C#
Serilog manual / automatic logging to file in .net core 6
admin
February 7, 2023
.NET Core 6
C#
Code Snippet
Serilog
zero comment
Utilizing Serilog in .net core 6 to automatically log events, as well as manual logging if needed. I will...
Read More
C# slope function
admin
November 16, 2021
C#
Code Snippet
zero comment
Pretty simple stuff here. Replicating rise over run in C#. Then grab this result and plug in for ‘m’...
Read More
Dropdown and multi select dropdown in C# razor views
admin
June 21, 2021
C#
Code Snippet
MVC
Razor
zero comment
I needed to change a single select dropdown to a multi select. It was easier than I thought, essentially...
Read More