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...
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!
Consuming a REST API from c#
Create a full REST API desktop client with c# that allows you to consume and use 3rd party REST APIs.
Deserializing JSON with c#
Introduction to Javascript Object Notation, (JSON). What is it, why use it and the alternatives. We then use c# and json.net to deserialize and use JSON objects!
POSTing to a REST API with c#
Learn how to attach and POST Data to a REST API. This is a full step by step tutorial in c#!