Which is best? WebSockets or SignalR
Intro In this article we’ll build fully working chat apps with c# and .NET Core, using both WebSockets and SignalR, helping you decide which will work best for you. What You’ll Learn By the end of this article...
Build, Test and Deploy a REST API with Azure DevOps
Use Azure Devops pipelines with Github to continuously integrate and deploy a .Net Core REST API to Microsoft Azure.
Develop a REST API with .Net Core
This step by step tutorial teaches you how to build a full ASP.NET Core MVC REST API with .Net Core, Entity Framework and Microsoft SQL Server. We also take a quick look at Open API / Swagger!
Introduction to Entity Framework
Step by step tutorial on how to use the "Code First" workflow with Entity Framework and c#. The tutorial covers: Create, Read, Update and Delete operations.
Authenticating to a REST API from c#
Full c# tutorial on how to authenticate to a REST API using both Basic and NTLM authentication. We even create our own API to test with!