Archive for the ‘General’ Category
I’m Back
Hey guys, sorry I’ve been away for a bit. I’ll try and respond to your questions, especially those over on the C# dynamic web service page.
I’ll be adding a whole lot of new content as well. If anyone has any suggestions on a topic feel free to leave them for me.
See Ya!!
July 15, 2009
Posted in: General
4 Comments
How To Extract A Zip File With C#
The .Net Framework Class Libraries are great and allow you to manipulate many different file formats. Unfortunately they seemed to have left out support for standard Zip files. Thankfully our good friends over at ICSharpCode have released an awesome little library for handling Zip files called the SharpZipLib.
The library is very simple to use [...]
April 3, 2009
Posted in: General
One Comment
Documentation Template Via Visual Studio Macro
Consistency is the key when working on computer software, especially if you are developing a large system with multiple programmers. You should be consistent with the layout and format of your source code. Unfortunately this can be difficult to achieve when time is precious – and isn’t it always. However Visual Studios macro system makes [...]
April 2, 2009
Posted in: General
5 Comments
WP-Syntax Test
Just wanted to check out the WP-Syntax plugin and see how it works/looks.
#include <stdio.h>
#include <stdlib.h>
int main( void )
{
printf( "HELLO WP-Syntax\n" );
return 0;
}
February 8, 2009
Posted in: General
No Comments
Welcome!!
Welcome to Crows Programming!
This site is dedicated to my various rants and raves, mostly related to computer programming and related technologies.
I look forward to hearing feedback from all of you on my thoughts and ideas!
~Crow–
February 6, 2009
Posted in: General
No Comments
