Mitch Dusina Profile
Languages I know (from most comfortable with, to least comfortable with): VB.NET, C#, VB6, and C/C++
I'm 19 years old and pursuing a MS in Computer Science at the Colorado School of Mines. My dad introduced me to programming (with Visual Basic 6) when I was about 10. When I was 13 I was accepted and enrolled at Arapahoe Community College for a programming class and continued there during the summers while in high school.
 Check me out!
Need a vacation?
This user has contributed 7 articles, 1 code samples and posted 1131 messages in our discussion forums.
Technology Interests
Blogs-
Just my thoughts on technology and the philosophical issues surrounding it. I'll talk about topics such as programming, technology legislation, pure philosophy, etc. 
-
A blog for presenting GDI+ concepts and techniques using Microsoft VB.NET and C#. Topics covered will range all over the System.Drawing namespace. 
Articles & Tutorials-
Describes several fast and efficient processes to detect edges within a Bitmap..  -
There is much confusion over how exactly one should go about drawing using the .NET framework. This article is meant to clarify, in great detail, how to go about doing it correctly..  -
An implementation of the most common Bin Packing algorithms. Visually representing the computed data will also be discussed..  -
Most programmers are aware of a few number systems. Decimal, Binary, Octal, etc. VB.NET allows you to work with these number systems, but these alone. What about Duodecimal, Quinquevigesimal, or Roman Numerals? A proof of concept article..  -
Describes the process of inverting the colors of a Bitmap in a fast and efficient way using unsafe code..  -
Describes the process to adjust the colors within a Bitmap in a fast and efficient way using unsafe code..  -
Describes the process to adjust the brightness and contrast of a Bitmap in a fast and efficient way.. 
Code Samples-
Sample code to display useful information about the built in GDI+ Image Encoders and Decoders. Easily used to display information about any Encoder and Decoder as well.. 
|