13 questions with ASP.NET Core Training tags

Sort by: Updated
1 answer

Broken hosting - vite.config.js missing host: true

Is there a typo in this tutorial? This was working for me as I progressed through page 3 - I had the container hosting the SPA on port 3000. Then on page 5 when setting up the mock data in db.json to be hosted on port 5100 it instructs to edit…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-06-05T03:48:48.8633333+00:00
AspiringDeveloper-0025 5 Reputation points
commented 2024-06-07T04:59:31.8466667+00:00
Pradeep M 895 Reputation points Microsoft Vendor
2 answers

Prepare code to fetch data from mock server does not seem to work

Hi! I am working through this Exercise: https://learn.microsoft.com/en-us/training/modules/build-web-api-minimal-spa/5-exercise-create-api. After starting the Mock Server (I can see in the Browser that it is running) The Website has the error: Unexpected…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-28T19:02:39.45+00:00
Frank Geisler 16 Reputation points MVP
answered 2024-06-05T03:55:37.7033333+00:00
AspiringDeveloper-0025 5 Reputation points
1 answer

Issue with Authenticaion and Authorization in Blazor

Dear Microsoft Team, I am developing the BlazzingPizzaApp by following this tutorial. Currently, I am implementing Authentication and Authorization concepts for this App. 1)Installed…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-06-03T18:23:20.73+00:00
supraja t 20 Reputation points
edited the question 2024-06-05T02:15:15.5566667+00:00
Pradeep M 895 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

registration in authenticator app fails following example in https://learn.microsoft.com/en-us/training/modules/secure-aspnet-core-identity/7-configure-multi-factor-authentication

I followed the description in https://learn.microsoft.com/en-us/training/modules/secure-aspnet-core-identity/7-configure-multi-factor-authentication the code generated in the microsoft authenticator app is rejected with message "Verification code…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-28T20:47:24.3+00:00
Christof Sidler 20 Reputation points
commented 2024-05-30T10:38:26.8533333+00:00
Pradeep M 895 Reputation points Microsoft Vendor
1 answer

I received the error "Unable to find an OpenAPI description" while running the API tutorial at https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api

https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api When connecting to localhost using httprepl and https, I received the error "Unable to find an OpenAPI description". I am using…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-10T14:06:11.3866667+00:00
Stanley, Eugene 5 Reputation points
commented 2024-05-20T05:20:10.3766667+00:00
Pradeep M 895 Reputation points Microsoft Vendor
1 answer

Unhandled exception in "Build a web API with minimal API, ASP.NET Core, and .NET" Unit 2.

I wrote my code exactly as instructed, and I'm getting the following error message: Unhandled exception. System.InvalidOperationException: The service collection cannot be modified because it is read-only. at…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-18T00:58:16.51+00:00
João Victor Serra Pinto 10 Reputation points
edited a comment 2024-05-18T01:51:51.47+00:00
AmaranS 2,945 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

CORS configuration does not work as expected

Hello! I am going through the course module "Create a full stack application by using React and minimal API for ASP.NET Core" and this unit describes steps to enable CORS in response to allow client app request data from API -…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-15T10:07:49.2366667+00:00
RomKo 20 Reputation points
commented 2024-05-16T10:20:01.41+00:00
RomKo 20 Reputation points
1 answer

The code generator for identity command failing saying No MSBuild was detected?

The code generator for identity command failing saying No MSBuild was detected?

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-06T13:47:43.7333333+00:00
Muhammad Naeem 0 Reputation points
commented 2024-05-10T01:24:34.38+00:00
Rita Kovács Sipeki 0 Reputation points
1 answer

Which is best web framework of the C#

I want to learning an web framework by C#. I have knowledge HTML, CSS and CSS other framework. Now which is better for me from ASP.NETCORE? The serial should be HTML CSS JS ----/--- ----/--- ----/---

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-05-07T18:16:57.1633333+00:00
Shahid ullah 0 Reputation points
edited the question 2024-05-08T04:08:51.93+00:00
Pradeep M 895 Reputation points Microsoft Vendor
1 answer

Hot to Fix The exception 'GenericArguments[0], 'PizzaStore.PizzaDb', on 'Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory`1[TContext]' violates the constraint of type 'TContext'.' was thrown while attempting to find 'DbContext' types.

I'm studing the module 'Exercise - Use the SQLite database provider with EF Core' (https://learn.microsoft.com/en-us/training/modules/build-web-api-minimal-database/5-exercise-use-sqlite-database), but when I try to set up the SQLite database to my…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-04-30T12:35:31.8633333+00:00
Raphael Soares 0 Reputation points
answered 2024-04-30T17:29:55.6033333+00:00
Pradeep M 895 Reputation points Microsoft Vendor
1 answer

In Web API creation exercise, response won't load, claims security issue

I'm running a Web API I've set up with the instructions here: https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api I have not modified this app from its original state. I used dotnet run and it says the…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-04-26T16:00:45.5166667+00:00
McKathlin 0 Reputation points
answered 2024-04-26T16:52:30.96+00:00
AmaranS 2,945 Reputation points Microsoft Vendor
0 answers

My Learn Profile has Disappeared

My MS Learn Profile has disappeared, together with all my achievements and collections. I navigated to my profile using a link from my bookmark bar, and got the "profile does not exist" page. I signed in using my MS personal account, went to…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-03-13T08:19:36.73+00:00
Eddie Noble 0 Reputation points
commented 2024-03-14T17:28:41.4066667+00:00
Eddie Noble 0 Reputation points
1 answer One of the answers was accepted by the question author.

Please can you fix the net editor for C# Microsoft training for this account (Elijah Afola)

The NET EDITOR for Elijah Afola Microsoft account is not working hence I cannot perform the exercises, challenges or even learn. Please can you fix that

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,968 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,452 questions
ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
13 questions
asked 2024-03-07T14:32:54.0366667+00:00
Elijah Afola 20 Reputation points
accepted 2024-03-08T13:07:12.0666667+00:00
Elijah Afola 20 Reputation points