Lounder
ASP.NET Core - Database Model and ViewModel Validation
What is the point of writing Validation attributes outside of the EF Core Data Model (for example in the ViewModel), given that the checks are not only valid for the database, but are also triggered when a request is received?
18 replies
✅ EF Core navigational properties
This works fine (no navigational property to Business):
This causes an error:
Initialization code:
How can I make this work while also keeping Address' nav property to Business?
Please @ me so I respond immediately
48 replies
❔ I'm looking for a Visual Studio 2022 extension, which organizes my CSS
https://raw.githubusercontent.com/ucsw/css-organizer/master/images/CSS-Organizer.gif
An extension such as this one https://marketplace.visualstudio.com/items?itemName=ucsoftware.css-organizer
3 replies
Class making my program run as a background process after I close it [Answered]
https://paste.myst.rs/7o8qz5vk
After I close my program through RMB>Close window it continues running in the background unless I close it through the task manager.
I have found out that this class causes this
3 replies