How to get Access token and refresh token from in-built Asp.Net Identity Authentication (Internal memory)
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). I want to get refresh token which it is automatically generated by…
ASP.NET API

how to implement JWT token using .net core 8 web api
I am new to jwt token generation and as well as .NET core 8 web Api, so now i am building nurse recruitment portal backend implementation from scratch so below I have written code for jwt token generation and i want to check its correct way of implement…
ASP.NET Core Training
How to fix Add-Migration problem?
Hi, I am trying to add another entity to the database in my e-commerce solution which includes client and admin projects using Blazor WASM and Server, Asp.Net Core API, and data access projects. However, I am getting an error message as shown below: How…
Entity Framework Core
ASP.NET Core
Blazor
C#

Application Insights not being updated after releasing new version of .NET Framework app service
I released a new version of .NET Framework Web API to an Azure app service and the telemetry reported to Application Insights on Azure has drastically reduced. The app appears to be running fine but a lot of the requests previously being logged are no…
ASP.NET API
How to add configuration to auto save access token and refresh token in AspnetUserToken table
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). I want to save the auto generated token from Identity Authentication into…
ASP.NET Core Training
error in asp.net
i configoring ny project of asp.net and code vb.net i got this errror Error in project-level import 'app.config' at 'app' : 'app' is not accessible in this context because it is 'Friend'. i dont have in my project a file named app.config how can i…
ASP.NET API
Is MVC a design pattern or an architectural pattern?
I have confused with the conflict between design pattern and an architectural pattern. I find MVC, MVVM, etc.. under architectural pattern but MVC is described as The Model-View-Controller (MVC) is an architectural pattern which separates an…
ASP.NET
Unexpected identifier in using Export & Import in Javascript Modules
Hi there: It seems a trivial issue but I'm stuck and don't know why: I'm using Import/Export in two my JavaScript files. For simplicity sake ...the "mother"js.file has a function export function ShowAlert(val) { alert(val); } There…
ASP.NET API

The Asp.Net Training Module: "Create a web UI with ASP.NET Core" is not finished.
This module was obviously never finished. I don't know if the person who was writing it left the company or what, but it is not complete. You can compare the course instructions with the "solution" branch that user CamSoper pushed to the Azure…
ASP.NET Core Training
unpkg provider cannot resolve any library
I was trying to install microsoft signalr to my project but unpkg cannot resolve it, I looked around a bit more and found out that unpkg cannot resolve any libraries. I have sent the solution to other friends to check and they can install just fine, what…
ASP.NET Core Training
Server Error in '/' Application Web.config
HI I need this problem solution. If anybody have this solution then pls reply to it. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the…
ASP.NET
.NET Runtime
Save token in Database
Hi, I am using Microsoft.EntityFrameworkCore (Version 8.0.6) + Microsoft.AspNetCore.Identity.EntityFrameworkCore(Version 8.0.6) + Npgsql.EntityFrameworkCore.PostgreSQL (Version 8). By using these packages, Is Identity Frmaework have any…
ASP.NET API
ASP.NET session has expired or could not be found (unable to find the solution) - SSRS Report
unable to find out the solution we have tried 2 things but there was no ouput: We have tried to extend the session time out to 30mins Tried to scale up the Azure speed when this error occurs Attached Screenshot for reference, kindly assist for the…
ASP.NET
SQL Server Reporting Services
net472 to net8.0 migration
Hi Team, I am trying to migrate my project with n-tier architecture from .net framework 4.7.2 to .NET 8.0. We are using Entity Framework 6.5.1 and Microsoft.EntityFramework.SqlServer 6.5.1 in shared library [projects, How can i migrate them, tried net472…
ASP.NET Core Training
Hide IIS version when user gets error HTTP Error 404.0 - Not Found and view source file from webbrowser
When user load the page with wrong url or type wrong path to the file in url then user get error with below message in web browser. " HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is…
ASP.NET
Web push notifications with Azure Notification Hubs
Hello Everyone, I am new to Azure and i want more information from you about my problem. Now what i want to do is set a web push (browser push) notification from Azure notification hub and i want to integrate it to my backend that is in .net core. I…
Azure Notification Hubs
ASP.NET Core
My ASP.NET MVC Forms Send Null
My ASP.NET Core (or MVC .NET Framework) form is showing unexpected behavior: the data I enter in the fields does not reach my controller correctly, resulting in null properties in my model. I have already checked the 'Network' tab of the browser, and in…
ASP.NET Core Training
FIX ASP.net controller
public class TodosController : Controller { public AppDbContext DbContext { get; set; } public TodosController() { DbContext = new AppDbContext(); } public IActionResult Index() { TodosIndexViewModel model = new…
ASP.NET API
anti-forgery tokens implementation in asp.net web api
Can any one help me with anti-forgery tokens implementation in asp.net web api and AngularJS. how do we maintain the forgery key in web api to validate the key for every request. Please provide the full example.
ASP.NET

how-to-forcefully-set-ies-compatibility-mode-off-from-the-server-side
Hi, I have an application that opens in Edge wih IE mode due to organization policy. From that application we open Blazor application in new tab/window. Due to redirection it also opens in Edge with IE mode and Blazor does'nt wor in IE mode. Please help…
Microsoft Edge

ASP.NET Core
Blazor
