Contributions

Article
Save time and make your applications better. Check out this list of open source .NET libraries I love to use and recommend.
Tutorial
Use FluentEmail to send emails in .NET. Send with Smtp, Mailgun or SendGrid and use customisable Razor or Liquid templates for your content.
Article
Here is how I automated pushing packages to nuget.org for FluentEmail.

- Create a Github Action that runs on push to the master branch
- Use Publish Nuget action to package and publish nuget packages
- Create a Nuget.org API key and set it as a GitHub secret