Notes from the workbench
everything I'm learning about modern .NET.
Tutorials, deep-dives, and field notes on .NET, ASP.NET Core, EF Core, AWS, Docker, and the architecture that holds up in production. Written when I've shipped something or learned something worth sharing.
139 articles · browse by category
page 12
133–139 of 139-
dotnetRepository Pattern in ASP.NET Core - Ultimate Guide
In this extensive guide, we will go through everything you will need to know about Repository Pattern in ASP.NET Core, Generic Repository Patterns, Unit of Work and related topics. We will build a project right from scratch where we implement a clean architecture to access data.
Jun 28, 2020 · 16 min read 84.9K views → -
dotnetHow to Integrate AdminLTE with ASP.NET Core? Detailed
In this article, we will learn about Integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch. We will also go through about integrating Identity Authentication to our MVC Applicaiton. Also, you will gain quite a lot of practical knowledge on Views, Layouts, Partial Views, Conditional Rendering, Navigation Indicatior and much more.
Jun 21, 2020 · 19 min read 109.5K views → -
dotnetOnion Architecture In ASP.NET Core With CQRS - Detailed
In this article, We will talk about Onion Architecture In ASP.NET Core and its advantages. We will also together build a WebApi that follows a variant of Onion Architecture so that we get to see why it is important to implement such an architecture in your upcoming projects.
Jun 18, 2020 · 19 min read 81.3K views → -
dotnetHow to Implement Blazor CRUD using Entity Framework Core? Detailed Demonstration
Let's build a Client-side Blazor CRUD Application that uses Entity Framework Core as it's Data Access Layer. In our previous articles, we discussed Blazor basics and it's folder structures.
Jun 4, 2020 · 13 min read 64.5K views → -
dotnetHow to Install Visual Studio 2019 Community – The Best IDE for C#
In this article, I will show you how to install Visual Studio 2019 Community on to your machine to kickstart your development journey.
May 31, 2020 · 6 min read 76.5K views → -
dotnetHow to Use Refresh Tokens in ASP.NET Core APIs - JWT Authentication
In our previous article, we learned about Securing ASP.NET Core API with JWT Authentication. Now, let's go through Refresh Tokens in ASP.NET Core APIs that use JWT Authentication. We'll be using the codebase that we built in the previous article and add functionalities that support Refreshing JWT Tokens.
May 27, 2020 · 13 min read 84.9K views → -
dotnetBuild Secure ASP.NET Core API with JWT Authentication - Detailed Guide
In this article, we will talk in detail about various API versioning techniques and How to implement API Versioning in ASP.NET Core 3.1 Applications.
May 25, 2020 · 17 min read 93.6K views →