As a game dev I was looking for some wpf tuts because I'm using wpf(noesisgui) to make gui for my game, ended up learng how to write a trading app. LOL. Great tuts!
@SingletonSean4 жыл бұрын
Hahaha, thanks SimGame. I suppose that could be a good and bad thing. It would be nice if I dedicated a series purely to WPF, which I plan on doing in the future (probably after this series).
@extracrispyz454 жыл бұрын
When you cover validation, FluentValidation is worth a look.
@SingletonSean4 жыл бұрын
Definitely Steve! I enjoy FluentValidation a lot, it's definitely a powerful, easy, and fun package to use.
@ludovicwagner26564 жыл бұрын
Hi Sean, I'm about to watch your new video right now!! I'm just wondering... I managed to fix many many little bugs I had despite the fact that I carefully followed your past videos. Did you add some instructions to your GitHub repository which are not shown in the tutorial?
@SingletonSean4 жыл бұрын
Hey Ludovic, what kind of bugs did you run into? Were these bugs related to getting your environment setup, such as connecting to the database? If so, I'm sure I can create a README on the GitHub repository with instructions to resolve the issues you experienced.
@ludovicwagner26564 жыл бұрын
@@SingletonSean Hi Sean, sorry for my late response. I didn't really mean bugs, but rather silly typos. I can't really remember the ones I had to fix but some were "silent" due to the mvvm pattern (loose coupling, etc.)