profile

Hi, I’m a creator

Regarding my Digital Product - I want to share some interesting news to you

Published 10 months ago • 1 min read

Hello there,

Hope you are doing good.

I wanted to share some interesting news to you.

You want to add authentication to secure your resources, authorize access, implement CORS policies, enforce HTTPS, or even cache responses – you will add the respective built-in libraries to the web application.

These are all exposed by the ASP.NET Core framework as Middleware – pieces of code blocks that are responsible for a single functionality.

Announcing my new digital product - "How to work with ASP.NET Core Middlewares - The Ultimate Guide" 🔥🤩🙂

In this short guide, let us learn everything that you must know to get started with Middlewares in ASP.NET Core


What will I learn?

👉 We will get familiar with the concept of Middlewares and the Middleware architecture of ASP.NET Core

👉 We will discover what were there before Middleware and the advantages Middleware components has over these legacy stuffs.

👉 We will glance through the built-in Middleware components you can find in a typical ASP.NET Core application and what do they do.

👉 We will discover in how many ways we can create our own custom middleware components using the .NET extension methods - differences, when to use them etc.

👉 We will follow up with some advanced concepts such as Dependency Injection and Unit Testing these custom components with


Why should I consider?

✅ Fully Covered - I've tried to cram as many topics as possible, without letting you feeling lost

✅ Zero to Hero - Starting with a basic thing such as a Middleware, you will end up knowing how to write Unit Tests and inject services into Middlewares

✅ Precise - I've made sure you are not loaded with more information - every section has a summary where I will give a brief table / bullet points of what is explained

✅ Code Snippets - Every section has code snippets to give you a better understanding, plus the source project with all the code snippets included + Test project


I have included a free preview of the ebook that covers the first 9 pages of the total ebook. You can download the free version and see if the explanation suits you. Try before you take a call! 🙂

It is 23 pages loaded with just the information you need to know about Middlewares.

And.. it is up for grabs at just $5!

I'm sure it will be of use to you! 🤩 Please do check it out!

https://referbruv.gumroad.com/l/Exploring-ASP-NET-Core-Middlewares-A-Complete-Guide-Developers/

Have a great week ahead!

Cheers!

Hi, I’m a creator

Read more from Hi, I’m a creator

Hello there, Hope you are doing good. Token based Authentication is one of the most popular and widely used authentication and identity management systems used across the world. It is simple, easy to integrate and makes user experience better. Applications can decouple User Identity and Authentication layer to an externalized Authorization Server layer and delegate authentication to this server. You will only enter credentials at a centralized Identity Provider site and the application...

9 months ago • 2 min read

Hello there, Hope you are doing good. This week, I want to introduce you to the 3 caching patterns that we generally use to implement Caching in our applications. We choose a caching pattern that best fits our application based on its behavior, business requirements and tolerance. The following are the 3 popular patterns used for caching in microservices. Cache-Aside The cache is lazy loaded with data only when needed and is not available in the cache. The microservice decides if the data...

10 months ago • 1 min read

Hello there, Hope you are doing good. This week I want to introduce you to Authorization and How to implement Authorization for a Web API in ASP.NET Core. .NET provides us with 3 ways of implementing Authorization depending on the requirement and the use-cases. In this article, I touch base on all the 3 mechanisms with explaining examples, so you don't need to look up for another content. Article Link - https://codingramen.com/blog/how-to-authorize-requests-in-asp-net-core-web-api/ I hope you...

10 months ago • 1 min read
Share this post