aspnetcore-app-workshop
aspnetcore-app-workshop copied to clipboard
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.
For Linux/macOS users or Windows users without Visual Studio, it's actually failry trivial to use SQL Server instead of SQLite if they have Docker installed: ``` sh docker run -e...
I would love to see some unit tests around this code as a new user to EF having used other ORM's for years. It is not obvious how you would...
For those examples that involve a number of copy/pasting several new files' worth of code, might make sense to have folks copy/paste into a `BigCopiedFile.cs` or something similar and then...
Adding this here to surface it in case it can bubble its way up to the right spot; feel free to close if there's nowhere for this to go. In...
Twitter requires application and approval. This takes about 2 weeks. Facebook is immediate (for now) and easier than Google. @blowdart
1. In the initial instruction of Session 1, while clear steps have been enunciated for command line, the Visual Studio code has been left to the discretion of workshop participant....
Can use the [Emulator](https://docs.microsoft.com/azure/cosmos-db/local-emulator) for local development. EF Core 2.1 will support NoSQL.
Instead of the HttpExtensions class, we can use the Microsoft.AspNet.WebApi.Client which already has these methods.
There are steps missing from each of the sessions that add pages - Search link - Speakers link
Hi, I started the workshop a few days ago. As target framework I use .NET6.0 Currently I am at session 4, however the whole "Adding admin section" is not working...