I'll take it for WPF, thank you very much. Give me your opinion on using MariaDB in LAN applications. Can you give an example of these databases?
@Jeremygrmn4 ай бұрын
Sqlite as a file format has always been an interesting idea for me
@billymartin64972 ай бұрын
You always have such great content. Was surprised that you didn't use a repository. Are you getting away from that?
@SingletonSean2 ай бұрын
Good point! I have been getting away from creating repositories. It's one less layer I need - although as I think about it, there probably are benefits to keeping all the low level database interactions in one cohesive unit. I kind of went through a phase of excessive decoupling long ago. Guess I never re-evaluated my opinions on repositories. I think either approach is fine in the end.
@billymartin64972 ай бұрын
@SingletonSean I'm really getting into vertical slices. Features folders with a shared folder. Seems to work really well.
@herczegzoltan922 ай бұрын
Is it really necessary to have Dto and Model when they are exactly the same?
@SingletonSean2 ай бұрын
For a simple domain, it's probably fine to use the same object!
@pomodorobreaklessons4 ай бұрын
Nice video. Wouldn't it be better to move the crud methods to a helper or service class?
@SingletonSean4 ай бұрын
Definitely! A service class that returns the Ticket domain object would be ideal
@ShahidKhan-vs8bb2 ай бұрын
Why don't you just use Efcore?
@SingletonSean2 ай бұрын
I find it a little overkill for a .NET MAUI app. In most cases, your app will connect to a SQLite DB, so no need to abstract up to EF. I feel like this SQLite package has everything I need in terms of an ORM, and it is much simpler than EF. I'm sure EF could work as well though.
@sergeylevitskiy46114 күн бұрын
Dear Sean, please slow down a bit during your video. Are you in a hurry or the time is somehow limited? It's ok that you think fast, but place yourself on the listener and/or watcher side - consider yourself on some sort of public event - you probably wouldn't like the fast speech and prefer more or less moderate speed