Tag: asp
-
Dirty Logging With Serilog For ASP.NET 5
Here we are again on yet-another tutorial on using Serilog1 as your primary logging framework for both development as well as production. If you look on the internet you’ll see there are many ways to integrate Serilog in your existing application, on this tutorial I’ll show you what I’ve been using for all the projects…
-
Quick Simple GraphQL Provider on ASP.NET Core 5.0
My most recent project tackles implementing GraphQL1 provider using C#. This is my first time implementing this stuff on C#, but I’ve already implemented it before on Java and also on Rust. These are the simple things I’ve learned while implementing a simple (hello world) GraphQL server on C#. In your thoughts, you need to…
-
Sending Email Using MailKit in ASP.NET Core Web API
You do not need to know precisely what is happening, or exactly where it is all going. What you need is to recognize the possibilities and challenges offered by the present moment, and to embrace them with courage, faith and hope. — Thomas Merton. Hey guys, recently I’ve been working on an ASP.NET Core project…