What is Secret Manager in ASP.Net Core?

This article explains how to hide confidential information for an ASP.NET Core app on a development machine. We will learn about Secret Manager in .NET Core. As we know, the ASP.Net Core application comes with appsettings.json file. This file contains basic configurable information about the project. Some developers store database connection strings with passwords and … Read more

How to create .NET 5 API in Visual Studio Code?

In this blog, we will learn “How to create .NET 5 API using Visual Studio Code?“ What is .NET 5? This version of .NET is one of the major releases after .NET Core 3.1. It was released in November 2020. Microsoft, dropped the word “Core” from the name to indicate that this is the future of … Read more

What’s new in .NET 5 ?

.NET 5 is one of the major releases after .NET Core 3.1. Note that, there is no .NET Core 4.0. This is to avoid confusion with the existing .NET Framework 4.x. In this post, let’s explore the new things in .NET 5 When was .NET 5 released? .NET 5 was released in November 2020. Is … Read more

.NET Framework vs .NET Core vs .NET 5

In this blog, we will see about .Net Framework vs .NET Core vs .Net 5. Many developers have little doubt about the use of .NET Core and ASP.NET Framework. If you will visit the Microsoft site to download .NET, you will find 3 options – It creates a doubt in our mind, Which one should … Read more

How to secure ASP.NET Core Web API using API Key Authentication?

In this blog, we will see How to secure ASP.NET Core Web API using API Key Authentication. Although there are many ways to secure the web API, here we will discuss API key-based authentication. What is API? Web API is the Microsoft open-source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for … Read more

Top .NET Core Interview Questions and Answers

In this article, we are going to cover Important ASP.NET Core interview questions and answers, which will help you to pass your next job interview. .Net Core interview questions given below will prove to be very beneficial for both freshers and experienced developers. So, without delay, let’s read each interview question of ASP.Net Core and … Read more

Cache Tag Helper in ASP.Net Core MVC

Caching is a very interesting topic in any programming language. It provides drastic changes in app performance. A cache tag is provided to implement caching in the ASP.NET Core MVC. This became possible with the tag helper features of ASP.NET Core Mvc. What is a Cache Tag Helper? Cache Tag Helper provides caching to the … Read more

Create interactive client-side UI with Blazor in .Net Core

Friends, as you all know, so far you and I have used java script for interactive client-side while developing web application in C# language. Now, an interesting twist has come. A new client side framework has been introduced with ASP.Net Core 3.0, called Blazor. What is Blazor in .NET Core? Blazor is a new framework for … Read more

ASP.Net Core MVC for beginners

This article includes the ASP.NET Core MVC web development introductions for beginners. If you are new to MVC, then read my earlier blogs on ASP.Net MVC. This article explores the basics of building an ASP.NET Core MVC web app. This article includes the following topics- Introduction to ASP.Net Core MVC Routing in ASP.Net Core MVC … Read more

Creating a High-Performance ASP.Net Core CRUD App with ADO.Net

In this blog, I am going to create a web application in ASP.Net Core to demonstrate CRUD operations using ADO.Net. Those people who already know about ASP.NET, they will understand this example very well.Those who are freshers, I would request you to read my previous blog so that they don’t get confused. To demonstrate this … Read more

RSS
YouTube
YouTube
Instagram