MarimerLLC / csla

A home for your business logic in any .NET application.
https://cslanet.com
MIT License
1.24k stars 395 forks source link

Create ProjectTracker ASP.NET Core app #852

Open rockfordlhotka opened 6 years ago

itgoran commented 5 years ago

@rockfordlhotka What did you have in mind here? Controller=>CSLA Command (mapping from dto=> bo) => server side with EF Core ?

rockfordlhotka commented 5 years ago

My plan was to use the new Razor Pages model to create a web ProjectTracker UI. The underlying tech is MVC, but with (I think) a better level of abstraction than manually coding controllers over and over again.

The idea is to bind the view directly to the domain objects, using the existing NS2 business library project - it already supports all the other UI types, and shouldn't need alteration. This same business library supported the ASP.NET MVC UI a few versions back - I just haven't had time to recreate the web UI with modern ASP.NET.

itgoran commented 5 years ago

Thanks for info

StefanOssendorf commented 3 months ago

@rockfordlhotka isn't this already done or outdated?

rockfordlhotka commented 3 months ago

Given that I totally restarted ProjectTracker with only Blazor, I think this issue remains valid.