Visual Basic.NET Short Circuit Demo
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…
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…
Today, we are going to look at doing a short circuit demo in C#. I really want to provide a solid example to help people…
Recently, I have been digging in my old source code. I ran across an if statement that was not optimized. In this instance, it was…
Normally, I don’t get this specific on my posts but I hate printers. If mankind gets destroyed by the machines, you can trust it will…
So we have an improved code base, we need to address the Bloom Filters and improve their hashes. When I say improve the hashes, I…
As we saw in a previous post, we have a basic implementation of a Bloom Filter but things are just not good for something more…
After a block of unrelated content, I have gotten back to Code Kata 5 and implemented my sample Bloom Filter. Lets dig into it and…
So I had a new problem recently that made me really have to work. I had someone who wanted to bulk copy multiple rows into…
As I was working the other day, I started thinking about the differences between String.Empty, string.Empty and “”. They are all empty strings but what…
I was not really planning on releasing a post on an ancient programming language but I have a small warm spot in my heart about…