Noob to Pro Redux
I have received some complaints about my Noob to Pro series. Apparently many people felt, I did not take it far enough. My goal was…
I have received some complaints about my Noob to Pro series. Apparently many people felt, I did not take it far enough. My goal was…
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…
After 9 posts, we have taken our calculator far in the world. In this last one, we put some spit polish on what we have.…
In the last couple of posts we have spent a bunch of time separating the GUI from the logic. Let complete this shift and get…
Today, I want to try a test. I want to see if I can wedge some Test Driven Development(TDD) into this series. Not sure if…
So we have done some serious work on our original code base. Before we do more we need to get over one of the hurdles…
In today’s post we will continue the Noob to Pro series. With the code in a much less complicated space, we will dig into how…
Before we can go and break something up to take our code to the next level. We need to clean up the complexity. This crazy…
Hopefully, you figured out yesterday’s homework and got the new function setup. In case you didn’t we will start with a refresher of the code…
So now we have the code better engineered for refactoring. It is time to start breaking down the code we have into functions. Before we…