About
Samples
Videos
Courses
Contact
View courses
If you want to learn about Blazor WebAssembly and Dependency Injection in .NET, check out our online courses
Home
.NET
.NET
Log Data Changes in Entity Framework Core – Part 2 - Service Integration For Testing With An API
Using entities & DbContext's for integrating services into our ASP.NET Core MVC API. We then use Postman to log data changes in Entity Framework.
12th August 2020
File Downloads
Code & Database
Log Data Changes in Entity Framework Core - Part 1 - Create Entities & DbContext's
Using Entity Framework to log data changes. We create our entities and our DbContext's. Next, we go ahead and set up EF Migrations.
7th August 2020
File Downloads
Code & Database
How to Add Google Authentication to a ASP.NET Core Application
Setting up a new project in Google Cloud Platform and creating OAuth credentials. Then, we integrate Google Authorisation in ASP.NET Core MVC app.
29th July 2020
Create Your Own Logging Provider to Log to Text Files in .NET Core
Looking at the LogLevel options and the Console logging provider in .NET Core. Creating our own logging provider to write log events to text files.
23rd July 2020
Using Hosted Services in ASP.NET Core to Create a "Most Viewed" Background Service
Using ASP.NET Core's Hosted Service for background tasks. Initialising a new scope in IServiceProvider to use Entity Framework in Hosted Services.
17th July 2020
Create CRUD API Endpoints with ASP.NET Core & Entity Framework
We use an ASP.NET Core API to create generic CRUD Endpoints. Using Entity Framework's DbContext & Migrations, as well as Reflection & Controllers.
13th July 2020
How to Publish an ASP.NET Core & React SPA to IIS
Using Visual Studio to publish an ASP.NET Core app, integrated with a React SPA. Then, using ASP.NET Core Runtime's Hosting Bundle to run in IIS.
7th July 2020
Using SignalR in ASP.NET Core & React to Send Messages
Integrating React TypeScript and ASP.NET Core to send messages. Create a MVC API Controller to send a POST request through JSON to use with SignalR.
2nd July 2020
ASP.NET Core MVC API: How to Perform a Partial Update using HTTP PATCH Verb
Using a ASP.NET Core API application to create a PATCH method within a controller. Test in Postman to partially update the record using the PATCH HTTP verb.
25th June 2020
Create a Small Blog in Blazor - Part 4 - Build Category and Page Razor Components
We build up our Blazor blog, building up our NavMenu, Category and Post Razor components, using @page and OnParametersSetAsync to do this.
16th June 2020
File Downloads
Exercise
Final Solution
Page 6 of 10
1
2
3
4
5
6
7
8
9
10
Categories
.NET
Blazor
Entity Framework
ASP.NET Core Web API
ASP.NET Core Web Hosting
Azure
SignalR
Front-End Development
SQL Server