- Home
- .NET code examples
.NET code examples
SignalR hub example sending chat messages in ASP.NET Core
Download a .NET SignalR example which adds a hub that sends messages to clients when one is connected and when a method is invoked.Geolocation & IP lookup example to find client's location
A Geolocation code example in ASP.NET Core which uses IP lookup to find the client's location so you know which country they are located.Stripe .NET checkout example to add online payments
Download an ASP.NET Core Stripe checkout example that uses the Stripe.net NuGet package to take online payments through a Web API endpoint.xUnit project example for unit testing in .NET and C#
Download an xUnit test project to help you unit test your C# code in a .NET project. It includes Fact and Theory examples alongside different Assert methods.Using Moq in an xUnit project to unit test a .NET project
Download an xUnit and a .NET class library project that uses the Moq mocking framework to mock objects as part of unit tests.Get started with Entity Framework Core
Get started with EF Core includes creating a DbContext, adding a migration, CRUD operations, the Include method, raw SQL queries and stored procedures.ASP.NET Core Web API CRUD methods example
Download an ASP.NET Core Web API code example which includes endpoints for each of the CRUD methods (Create, Read, Update and Delete).Basic authentication in ASP.NET Core
Purchase a ASP.NET Core Basic authentication example allowing you to add the Authorization header to a HTTP request.JWT authentication in ASP.NET Core
Download a ASP.NET Core JWT authentication example allowing you to generate a Bearer token to authenticate a HTTP request.
Watch .NET tutorials
Subscribe to our YouTube channel