Spaxter
Explore posts from servers✅ Is it a good idea to store CSS class as a property in my C# model?
I guess it's really a personal preference and there's nothing wrong with what you're doing, but IMO the back-end should not be responsible for any styling or other CSS/HTML related stuff, that's the front-ends job. The back-end provides data and the front-end decides how to render that data.
14 replies
✅ EF Core - Not getting updated data from PostgreSQL table
Aright, turns out DBeaver which I'm using for editing the table was lying to me when it said the data was updated. After invalidating and reconnecting I saw that the value had in fact not changed. Changing the value with the psql CLI worked, thanks.
6 replies
I'm new to C# and i need to know something
Visual Studio just has a bunch of built in stuff and works right off the bat with C#. If you're using VSCode you're going to need a bunch of extensions and configuration to get it to work with whatever project you have in mind.
66 replies