0

I have project that i want to build web app and mobile app using NET CORE

after research i just want to confirm the architecture=>> Blazor client side + asp core server side + NET MAUI for mobile. i can build with these three projects in the same solution an apllication interact such as reading and writing information from and to the Mobile and web app My question i can use Blazor WebAssembly for client-side web applications and ASP.NET Core for handling database interactions, APIs, and server-side processing. And, i can also use .NET MAUI for building mobile app all within the same solution.

  • 1
    https://stackoverflow.com/q/74043694/199364. That's a brief description of the **client** side: a library project with razor pages, shared between web client and Maui Blazor app. [I'm not an expert but] Having the **server side** in same solution doesn't quite make sense to me. Isn't the code needed on server quite different than what is needed inside the browser? I recommend making the solution you describe, and coming back with specific problems that you encounter. – ToolmakerSteve Feb 08 '23 at 00:50

0 Answers0