WinForm User Control Is Missing
I am wrapping up a WinForm project that required me to create some custom user controls. While Visual Studio makes that stupid easy, there are…
I am wrapping up a WinForm project that required me to create some custom user controls. While Visual Studio makes that stupid easy, there are…
It is surprising frequent that I have customers who do not like using third party libraries. They want to own all the code. As a…
Some errors are cryptic and it takes hours to fix, others tell you explicitly what is wrong but you have no idea what to do.…
Back in 2010, I met my first nemesis for the 2010’s it was the Art of Unit Testing from Manning. This is a combination of…
One of the questions, I got in my mailbag is a question on how to implement some blurb of code on multiple controls. For instance,…
I have gotten a couple of questions about how to do thing x with colors in WinForms. One of the weird things that always seem…
I got a funny little email, it was a plea to answer a question that had gotten them stuck. They wanted to pass information between…
Because Entity Framework screwed me with ADO.NET, we need to get ADO and SQLite together in holy .NET-ism? Is that a thing? Anyway, just to…
When I started playing with my Garden App back in 2018, I figured out how to get SQLite to work with Entity Framework. It was…
Wrapping up our week of short circuit posts, we have the Visual Basic.NET short circuit demo. If you are fluent in C# this will look…