Tag: csharp
-
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…
-
C# .NET Projects Can Be Compiled and Run in MacOS or Linux
My primary goal of hacking was the intellectual curiosity, the seduction of adventure. — Kevin Mitnick. Before I never thought that a .NET solution project can be compiled and run on Linux. But as I’ve checked the GitHub of dotnet-core, I found there were many ways to do it. First is through Mono, which is…