Design Pattern In Software Development Csharp

/
  Design Patterns In C# Design patterns provide general solutions…

LINQ (Language-Integrated Query) in C#

/
Understanding LINQ: LINQ is a powerful feature introduced…

Action Methods in MVC

/
We can create action methods that return an object of any…

Overview of Blazor

/
  · Blazor is the newest free .NET open-source frontend…

CORS (Cross-Origin Resource Sharing) in ASP.NET

/
  What is CORS? CORS stands for Cross-Origin Resource…

Mediator Pattern in C#

/
CQRS Pattern  CQRS stands for Command Query Responsibility…

Navigating the Migration Journey: Migrating from .NET Framework to .NET Core

/
  .NET Core, Microsoft introduced a modern, cross-platform…

SMTP in C#

/
What is SMTP (Simple Mail Transfer Protocol)? SMTP (Simple…

ASP.NET Core – Environment Variable

/
· ASP.NET Core uses an environment variable called ASPNETCORE_ENVIRONMENT…

AJAX Calls with C#

/
Methods of AJAX Calls: XMLHttpRequest (XHR): XMLHttpRequest…

Filters and Action Filters in MVC

/
Types of Filters:- MVC supports the following types of filters: • Action…

View ASP.NET MVC

/
Types of View 1.Layout View 2.Partial View 3.Strongly Type…