Tag: tutorial

How to setup SQL server with Entity Framework using .NET CORE

This article is the first of a series that is aimed to explain how to use familiar technologies with .NET CORE. The aim of this post is to create a Database from scratch using Entity Framework. We will configure SqlServer to run with our core app and finally touch upon table relationship in Entity Framework….


Transactional email made easy – Postmark

Every developer in their career has been asked to build a transactional email at least once. It usually starts with a simple request like: Please could you send a simple email when a contact form is submitted, something very simple, nothing special. A few minutes search on Google or Stackoverflow and “snap”, we find perfectly…