Prasad Rane

Prasad Rane

  • 359
  • 4.3k
  • 622.4k

Currently we have legacy monolithic solution built on .NET and angular

Oct 15 2020 12:31 AM
Currently we have legacy monolithic solution built on .NET and angular.We are in porcess on migrating it to modularized archtiteture using .NET CORE and blazor WASM.
 
We are splitting each individual module as a seperate project with Blazor for UI and .NET CORE for API.
 
The API project would a comman project which inculdes API's for all the module projects. 
 
We are also building shareable  blazor componenets which should be shared across  multiple projects using nudget.
 
It would be great if you would able to share your thoughts on pros and cons of above architecture  and also suggest on most opitimzed way to implement the requirment.