Referbruv

Newsletter Image

Messages

4/15/2024
1 : 34

How to Role based Authorization in ASP.NET Core

Let's see how we can authorize an API access based on an user role defined by the system or a user based on a claim based on the JWT token passed within the request. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
4/8/2024
1 : 34

How to use SignalR with ASP.NET Core Angular

In this detailed guide, let's understand how to integrate SignalR with ASP.NET Core and Angular to build realtime web applications using an example. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/31/2024
1 : 34

How to use Decorator pattern in ASP.NET Core

In this article let's look at how we can create a simple Decorator implementation for an existing component using a Dependency Injection container. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/25/2024
1 : 34

Implementing Cognito Forgot Password and Update Profile in .NET using AWS SDK

In this article, let's continue and implement other important user journeys once logged into any application - Updating Password, Updating Profile and.. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/18/2024
1 : 34

Implementing Merge Sort in an easy way

Merge Sort is another Divide and Conquer algorithm similar to Quick Sort, which can help efficiently sort a given set of elements in required order. The algorithm takes a constant O(NlogN) time for al
3/11/2024
1 : 34

How to call Stored Procedures in ASP.NET Core

In this week's newsletter, let's talk about how we can call Stored Procedures from our ASP.NET Core API using Entity Framework Core with an illustrating example. ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌
3/6/2024
3 : 14

Summarizing Complexity Analysis of Sorting and Searching Algorithms

In this week's newsletter, I want to briefly introduce you to time and space complexity and then follow it up with complexity analysis of the most popular sorting and searching algorithms. ‌ ‌ ‌ ‌
3/6/2024
3 : 14

Setting up Auditable Entities with EF Core

In this week's newsletter, I want to introduce you to the concept of auditable entities and how you can implement it with Entity Framework Core. ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌
3/6/2024
2 : 34

How to Integrate Swagger UI with Spring Boot 3

In this week's newsletter, let us see how we can implement SwaggerUI and OpenAPI specification for a simple Spring Boot 3 RESTful API ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌
3/6/2024
2 : 34

Implementing CORS in an ASP.NET Core Web API

In this detailed guide, let's talk about what is CORS and how do we enable CORS in ASP.NET Core with an illustrating example ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌
5/29/2023
11 : 4

How to use SignalR with .NET 6 and new Digital Product Announcement!

Hello there, Hope you are doing good. ​ This week I wanted to recap on one of the most interesting posts I've ever worked on - Real time communication. ​How to use SignalR with ASP.NET Core Angular
5/22/2023
11 : 4

How to create Social Logins with ASP.NET Core

Hello there, ​ Hope you are doing good. ​ Social Logins are a convenient way of logging in users into system. Users don't need to remember all the logins they have for different applications and
5/15/2023
10 : 4

Dockerizing ASP.NET Core Web API and Catching HTTP Errors Globally in Angular

Hello there, Hope you are doing good. For this week's newsletter I want to share with you two articles - One on the client side (Angular) and other on DevOps (Docker). ​I. How to deploy ASP.NET
2/20/2023
12 : 4

Here's how to deploy your .NET 6 API to a Kubernetes Cluster

Hello there, ​ Hope you're doing good. ​ Building and deploying containerized applications is one of the most common patterns used in microservice architectures - you have a cluster of nodes
8/29/2022
11 : 4

Week 21 - Going Serverless Compute with ASP.NET Core and AWS Lambda

Hi there, Hope you are doing good. In this week's newsletter, I want to share with you all I had learnt about #serverless compute and how we do it in #dotnetcore space. ​ I'll first start by
8/17/2022
13 : 4

Week 20 - How do you access AWS Resources with ASP.NET Core?

Hi there, Hope you're doing good. AWS is a popular cloud provider and you can build cloud native applications using one or many AWS services. But how do you integrate access to your AWS services
6/2/2022
11 : 5

Week 18 - How do you integrate Serilog for logging in ASP.NET Core?

Hello there, Hope you're doing good. As an application developer, logging is one of the key areas we focus. A good logging framework can help us in many ways in both monitoring and troubleshooting
5/6/2022
8 : 54

Week 15 - Integrating RabbitMQ with ASP.NET Core

In this week's article, let's look at how do we setup a Rabbit MQ and utilize its message queuing capabilities for queuing data created by a remote producer server and consume it and store it
5/6/2022
8 : 54

Week 16 - How to deploy an Angular application in Docker?

Hi there, Container deployment is one of the most simple yet effective way of deploying an application. Containers make scaling applications faster and easier. You can just scale from one server node
5/6/2022
8 : 54

Week 17 - How to distributed caching with NCache?

Hi there, In this week's article, let's look at how we can implement distributed caching in #aspnetcore, with NCache as the caching provider! 😁 We'll discuss the following: 1. Use of