Let me tell you why you should take a good long look at F# and how it could fit into your team, the types of benefits it offers, and how it can change how you think about .NET development in general.
Tag: Beginner
Create an ASP .NET Core Site with Entity Framework
In this tutorial we’ll create an ASP .NET Core 3.0 web application using MVC, Entity Framework, and a restful Web API.
Migrating to TypeScript
Let’s discuss TypeScript, its quality benefits, and how to take a legacy JavaScript app and migrate to TypeScript.
Creating a .NET Core API
This article will walk you through some simple steps in creating, running, and testing a new ASP .NET Core Web API. Prerequisites I will be using .NET Core 2.1 as it’s what I have installed on my machine, though today Release Candidate 1 of .NET Core 3 came out. To get started: Download […]