Visual Studio 2019 is out! Along with Visual Studio, .Net Core 3.x is in preview mode, and with that comes C# 8. Joe will be reviewing some of the new language features. In addition, you will get to ...
This one is a new subject for me. I've seperated logic in all kinds of programs before, but never in C# where forms are involved. Honestly, I'm just teaching myself the language, having a decent ...
I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.<BR><BR>In ...