• About Me
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Advertise / Sponsor

DOTNET DETAIL

Learn Microsoft .NET Technologies

  • Home
  • Tutorials
    • Angular
      • Angular 5
      • Angular 6
    • ASP.NET Core
    • Azure
    • React
    • Vue
  • Books
  • Courses
  • Cloud Hosting
  • Interview Questions
You are here: Home / Archives for ASP.NET Core

Difference between .NET Core and .NET Framework

March 8, 2021 by mebakar1005 Leave a Comment

difference between .NET Core and .NET framework

In this tutorial, we are going to cover the difference between .NET Core and .NET Framework. .NET framework is a software development framework that is designed and developed, and maintained by Microsoft. In 2002, the first version of the .net framework 1.0 was introduced. It is windows based framework and primarily runs on Windows devices. It is used to develop desktop applications, web-based applications, and web services. There are different programming languages are available on the .net framework like vb.net, c#, and etc. It supports more than 60 programming languages.

[Read more…]

Filed Under: ASP.NET Core, ASP.NET Core, Asp.Net Core 5, Asp.Net MVC, Interview Questions Tagged With: .NET CORE, .NET Core and .NET Framework, .NET Framework, Interview Questions

Microservices Communication using RabbitMQ in Asp.Net Core

February 9, 2021 by mebakar1005 1 Comment

Microservices communication using rabbitmq in asp.net core

In this tutorial, we are going to cover the communication between microservices using RabbitMQ and MassTransit with Asp.Net Core 5. In the previous tutorial, we have discussed Microservices Architecture with Ocelot API gateway in Asp.Net Core 5. 

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Microservices, web API Tagged With: Asp.Net Core 5, MassTransit, Microservices, RabbitMQ

Microservices architecture with Ocelot API gateway in Asp.Net Core

January 23, 2021 by mebakar1005 1 Comment

microservices with ocelot api gateway using asp.net core

In this tutorial, we are going to cover the implementation of microservices architecture with Ocelot API Gateway using Asp.Net Core 5. We will create a very simple blank solution using visual studio 2019, and then we will implement Microservices architecture, and then we will see how to implement Ocelot API Gateway in Asp.Net Core 5 application.

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Microservices Tagged With: API Gateway, Asp, Asp.Net Core 5, Microservices, Microservices Architecture, Ocelot

Implement API Versioning in Asp Net Core 5 Web API

December 20, 2020 by mebakar1005 1 Comment

Asp Net Core 5 web api versioning

In this article, we are going to cover an Asp Net Core 5 web API Versioning example. There are many approaches to versioning APIs. And in this article, we will see how to implement API versioning in Asp Net Core 5 web API application. So, first-of-all, we will create an Asp Net Core 5 web API and then we will see how to implement API versioning and different aspects of API versioning. 

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, web API Tagged With: .NET Core 5, API Versioning, Asp Net Core 5, WEB API

Build a Microservice using Asp Net Core 5 and Docker

December 5, 2020 by mebakar1005 Leave a Comment

Build a microservice in Asp.Net Core 5

In this tutorial, we are going to discuss how to create a Microservice in Asp.Net Core 5.0 web application using Entity Framework Core and Docker. So, first-of-all, we will see “what is a microservice” And then we will see how to create a microservice in Asp.Net Core 5.0 application and then we will test our microservice using postman via IIS and then we will see how to run a microservice using docker.

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Microservices Tagged With: .NET Core 5, Asp.Net Core 5.0, Microservices

Asp Net Core 5 web API token based authentication example using JWT

November 29, 2020 by mebakar1005 3 Comments

Asp.Net Core 5.0 token based authentication using jwt

In this tutorial, we are going to cover a web api token based authentication example using JWT in Asp.Net Core 5 using visual studio 2019. So, first-of-all, we will create a new Asp.Net Core 5 web API project and then we will see how to implement Microsoft Identity and then finally we will see how to implement token based authentication using JWT in Asp.Net Core 5 web API app.

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Authentication and Authorization, Security, web API Tagged With: .NET Core 5, Asp.Net Core 5, ASP.NET Core Authentication, Authentication, Authentication and Authorization, WEB API

How to upgrade Asp.Net Core 3.1 App to Asp.Net Core 5

November 25, 2020 by mebakar1005 Leave a Comment

upgrade asp.net core 3.1 to asp.net core 5

In this tutorial, we will see how to upgrade Asp.Net Core 3.1 application to Asp.NET Core 5 using very simple steps.  Microsoft announced its major release .NET 5. It provides a unified .NET SDK  experience with a single base class library (BCL) across all .NET 5 applications. It provides a single .NET Platform form for all kinds of applications like Desktop Applications (WPF, Windows Forms, UWP), Asp.Net Core, Xamrin, and etc. If you want to know more about .NET 5 then click here.

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Visual Studio Tagged With: .NET Core 5, ASP.NET CORE, Asp.Net Core 5, Visual Studio 2019

Key Vault secrets in Asp.Net Core 3.1

June 6, 2020 by mebakar1005 Leave a Comment

Key vault secrets in Asp.Net Core 3.1

In this tutorial, we are going to discuss Azure Key Vault secrets using Asp.Net Core 3.1 web application. Azure Key Vault is a tool where we can store and access secrets. The purpose of Key Vault is to store sensitive information like API keys, Authenticated Token Keys, Database Connection strings and etc. This is the best cloud-based solution for Azure web Apps.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, Azure, Security, web API Tagged With: .NET CORE, Key Vault, User Secrets, WEB API

User Secrets in Asp.Net Core 3.1

May 22, 2020 by mebakar1005 Leave a Comment

user secrets in asp.net core 3.1

In this tutorial, we are going to cover user secrets in Asp.Net Core 3.1 web application using visual studio code. First, we will understand what is secret manager in asp.net core and then we will implement all the user secrets options (E.g. set, remove, list, clear) in Asp.Net Core 3.1 web API application in step by step.

[Read more…]

Filed Under: ASP.NET Core, web API Tagged With: App Secrets, Asp.Net Core 3.1, User Secrets

JWT Authentication in Asp.Net Core 3.1

May 19, 2020 by mebakar1005 Leave a Comment

jwt authentication in asp.net core 3.1

In this tutorial, we are going to cover jwt authentication in Asp.Net Core 3.1 web api in visual studio code. We will see how to implement identity, and then we will see how to implement token based authentication in Asp.Net Core 3.1 web API, and then finally we will test our API using postman.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, React, web API Tagged With: Asp.Net Core 3.1, Authentication, JWT

  • 1
  • 2
  • 3
  • …
  • 7
  • Next Page »
Buy me a coffeeBuy me a coffee

Jobs

Dotnet Jobs

Join Us

Join Us

Subscribe to Blog via Email

Enter your email address to subscribe.

Recent Posts

  • Realmente Hace Él En absoluto como yo ?
  • Fiscal Planning — What You Need to Know
  • Organization Strategies for Good Business Success
  • Contemporary Business The usage
  • Deciding on a Document Management Program
  • Most Popular Dating Apps For Black Gay – Remanufactured Online Hookup for Gays
Copyright © 2022