aspnetcore-app-workshop icon indicating copy to clipboard operation
aspnetcore-app-workshop copied to clipboard

This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.

Results 31 aspnetcore-app-workshop issues
Sort by recently updated
recently updated
newest added

The links for DataLoader.cs, SessionizeLoader.cs, DevIntersectionLoader.cs, TechoramaLoader.cs and Techorama_2022.json files at the end of Session 2 aren't working.

the link that is provided at the very beginning of the ReadMe.md refers to a web app that brings up an exception page! [FrontEnd Web App](https://aspnetcorews-frontend.azurewebsites.net/) ![image](https://user-images.githubusercontent.com/33020372/176402316-b8104150-b88a-48bf-8458-a482cddfc1e6.png)

Let's add a module to teach how to test an ASP.NET Core app with Playwright + @debs-obrien

enhancement

IOException: The handshake failed due to an unexpected packet format. FrontEnd cannot establish connection with BackEnd api.

System.Net.Http.HttpRequestException: Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée ---> System.Net.Sockets.SocketException: Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée at System.Net.Http.ConnectHelper.ConnectAsync(String host,...

I have run into problems when I was trying to add migration for Identity framework in the 4th part of this workshop (https://github.com/dotnet-presentations/aspnetcore-app-workshop/blob/master/docs/4.%20Add%20auth%20features.md). When I run command `Add-Migration CreateIdentitySchema`, the...

I have tried the first section "Create BackEnd API project". However, when I scaffold the API controller using Visual Studio, it fails with the following error: `Method 'Create' in type...

``` PS C:\Users\geoff\work\ConferencePlanner> dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 3.1.1 Could not find any project in `C:\Users\geoff\work\ConferencePlanner\`. PS C:\Users\geoff\work\ConferencePlanner> dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 3.1.1 Could not find any project in...

When attempting to see Frontend Web Page, you get a HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).