Lohith
Lohith
@granicz can you explain a bit more of the usage. Lets assume you have folders `fold1/fold2/fold3` You are in `fold1` now. you want to server `fold3`. you would do `dotnet...
@granicz my bad. I mis-understood what you were trying to say. I now see what you are hinting at. for the first time, if you do `dotnet server --directory fold2/fold3...
@RehanSaeed i left a comment on issue https://github.com/sayedihashimi/template-sample/issues/29 .... basically the template works from VS when we enter values to all the fields...
@marcelWCH In Step 10 of the workshop, the instruction to add a certificate is not for your Database. At the end of the section "`Publishing to a new App Service`",...
@asifmuhammad No to all your questions :) This workshop is not a full fledged pizza delivery system. It is just for folks getting started with Blazor showcasing how different aspects...
@asifmuhammad if this is no more an issue for you, do consider closing this issue. Thanks.
@rclarke2050 can you elaborate more on `nginx of both a blazor web assembly & a blazor server app`? From my understanding - the hosting model showcased for the Blazor WASM...
@rclarke2050 if you are using Visual Studio 2019 on Windows, you can install an extension called `VS Tools for Docker` https://docs.microsoft.com/en-us/dotnet/architecture/containerized-lifecycle/design-develop-containerized-apps/visual-studio-tools-for-docker. After this right click on BlazingPizza.Server project in your...
@rclarke2050 did you get a chance to check my responses above. If this is no longer an issue for you, do consider closing this issue. Thanks.
@Xenoage You will need to understand the Razor syntax. Here is the official documentation on Razor Syntax: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0. Check out the section titled "Explicit Razor Expressions" - https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0#explicit-razor-expressions. It's just...