DoctorShammy
can I use caliburn micro in WPF application .net 7
Can I use Caliburn.micro nuget in a Wpf application project and not WPF App(.Net Framework), I want to use .Net 6 or later. If not can anyone recommend another helpful package to use MVVM in Wpf?
5 replies
Database Identity MVC
Hey guys, thought I'd throw out a question. When you make an mvc application with Induvidual Accounts preselected and thus get completed Identity with a database. In my application, the user should be able to log in and only then be able to access the various pages of the application, these pages are personal and the information that the user enters there is supposed to be saved into a databse. The question then is, should I make new tables in Identity db or should I make a completely new database?
3 replies