Hello, I'm a developer, and you can to!
Welcome, to my page! You can find a couple of blog posts below or feel free to look at blog or my projects.
Nothingness in C# and Visual Basic
Modern programming languages tend to have two different classes of types: value types and reference types. Value types are simple concepts that can be written as a single value. For instance, some value types are: integers that have values like 3, booleans that have values like true, characters that have values like A. Reference types are pointers that refer to an object that is more complex than a singular value. You might have a car object that contains a number of value types combined into a single reference. In certain languages - including C# and VB.Net - there exists the concept of nullable value types. These nullable value types may be null prior to being set, but cannot be re-set to null. These types allow for variables that may be unset, but once set must have a valid value.
Read More!
Starting Work
Looks like I’m starting to work; much less of a change of pace than had been suggested by others. Perhaps it is the current responsibilities of my work or a honeymoon period, but I hope that the future will bring a wealth of new experiences and knowledge.
Read More!
Hello, World!
This blog is a place for me to discuss things that I think are important, interesting, or frustrating. I may talk about work, personal projects, ideas, or many other topics.