Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for ndc
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #277953 | Initial revision | — | about 4 years ago |
Answer | — |
A: Include a Blazor Webassembly project into an existing ASP.NET Core project 1. Add `Microsoft.AspNetCore.Components.WebAssembly.Server` nuget to the ASP.NET Core application. 1. Reference the Blazor WebAssembly application from the ASP.NET Core application. ```xml ``` ... (more) |
— | about 4 years ago |
Edit | Post #277894 | Initial revision | — | about 4 years ago |
Question | — |
Include a Blazor Webassembly project into an existing ASP.NET Core project When creating a new Blazor Webassembly project, there is a checkbox `ASP.NET Core hosted` where if selected will create three projects at once, a blazor webassembly project, an ASP.NET Core project, and a shared library project. When the ASP.NET Core project is run in Visual Studio, we can debug the ... (more) |
— | about 4 years ago |