What is the difference between Blazor Server and Blazor WebAssembly?

Blazor is Microsoft’s latest web framework technology. In coming days it might be a popular choice for building web applications along with Dot Net framework such as .NET 5 or .NET 6. If you will open Visual Studio 2019, you may notice 2 project template. One is Blazor Server App and another is Blazor WebAssembly … Read more

Understand SOLID Principles in C#

The SOLID principles are a standard software development practice that should be followed in all software applications that use Object-Oriented Programming. They set the norm of how to write a program with clean architecture. SOLID principles in C# help to write code that is easy to test, easy to maintain and easy to extend.  In … Read more

JWT Token Authentication Example with .NET 5

In this article, we will learn about JWT Token Authentication and how to create JWT Token-based Web API in .NET 5 or .NET Core. What is JWT Token Authentication? As per JWT.io – “JSON Web Tokens are an open, industry-standard RFC 7519 method for representing claims securely between two parties.“ JWT stands for JSON Web … Read more

Factory Design Pattern

In this article, we will understand the Factory Design Pattern with C# code. It is one of the most popular design patterns used in the programming world. There are mainly 3 types of design patterns which are sub-divided into multiple patterns. Factory Design Pattern comes under Creational Pattern and the other 2 are Structural Patterns … Read more

Middleware Concept in .NET Core

In this article, we will learn about Middleware in .NET Core. Middleware in .NET Core is similar to HttpHandlers and HttpModules which were part of classic ASP.NET. When a user hits the request from a client such as a browser then before it hits the controller, it has to pass through multiple HTTP processes and … Read more

.NET Core Microservice Architecture implementation with Ocelot

In this article, we will see about .NET Core Microservice Architecture and we will also see the implementation of Microservice Architecture with Ocelot API Gateway. What is Microservice Architecture? Microservice is a technique to build small services and each running and handling the logic independently. These are independent services that have their own database. Basically, … Read more

Service lifetime – .NET Core

There are 3 service lifetime available in .NET Core with Dependency Injection. They are Transient, Scoped and Singleton. As you know that Dependency Injection is at the core of .Net Core. To register dependency injection in .Net Core application we use startup.cs file. In this article, we will look into the 3 service lifetime in … Read more

Exam AZ 900 Notes: A beginner guide

Hello friends, this article is an important note for those who are preparing for AZ 900 Certification. After clearing the AZ 900 exam I am sharing my notes and related information via this article. You may treat this article as AZ-900 exam dumps. What is AZ 900? AZ 900 is one of the fundamental exams … Read more

Azure IoT, Big Data and Machine Learning – AZ 900 Notes

Azure IoT, Big Data and Machine Learning – AZ 900 Notes

In this article, we will see about Azure IoT, Big Data Analytics and Azure Machine Learning. This article is mainly focused on AZ 900 Exam. You may use this article for IoT AZ 900 notes. Want to read about Azure Storage: Microsoft Azure Storage – Benefits, Types What is IoT? IoT stands for Internet of … Read more

Azure Cost Management – AZ 900 Notes

In this article, we are going to know about Azure Cost Management, CapEX, OpEx and their pricing model. Azure provides a full set of cloud cost management capabilities and this includes a tool in Azure subscription to get more value out of the cloud and implement financial governance in your organization. This article is mainly … Read more

RSS
YouTube
YouTube
Instagram