Browsing the archives for the C# tag

Languages Span!

I have often been caught in the cross fire of the ongoing and awfully brutal and emotional language wars. I am a C programmer by choice and a PHP/Perl Developer by trade, so I get some of the most heated and misfortunate of the angry or emotionally charged responses from people who just do not [...]

0 Comments

Changes are in the wind…

school has begun, and this winter quarter I am expanding my math as usual, but also undertaking something I am not quite sure why I dreaded. Java is being added to my arsenal and as with the other languages I have developed I plan to release whatever applications I create. I have only been in [...]

0 Comments

sQL Server Reporting Services, Microsoft at its best

I have had my own reasons for not following along the MS bandwagon – Open source hostile, Expensive (far from free), but most of all, they appeal to the wrong folks – Suits. I am sitting in a class on MSSQL Server Reporting Services, and boy was I amazed when I found that there was [...]

0 Comments

Viewer Mail #2

I received an email a couple days ago and I have been trying to figure out how to approach it, until now.
Hey man,
I am new to coding, obviously, and I love your tutorials on hl2, but I have this distinct feeling that I’m missing something. I coded in VB for a while and it was [...]

0 Comments

My GUI Designer is coming along

I just finished the key values class and its rolling pretty well. Lots of the same features as the one I wrote in C++ but this one I had the honor of designing, and design I did. The class in c# is has dynamic data structures, an array list, sorted list, writing this class over [...]

0 Comments

Keys && Values

the last couple days I have been working on a C++ class that is quite interesting, and inspired by Half Life 2. HL2 is highly dependant on key value paired files, everything from the weapons to the GUI to the keys are all handled with the same system of keys and values. I recently released [...]

0 Comments