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.