Wes' Puzzling Blog
... trying to solve the puzzles of .NET
-
File Server/Source Code Sharer
Here is an interesting idea from code project about creating a file server using web services. http://www.codeproject.com/useritems/WSFileServer.asp#xx426600xx
-
Newsgator 1.0 Released
Newsgator 1.0 has been released http://www.newsgator.com/
-
Flash Mind Reader
See if you can crack the flash mind reader: -
The Last Configuration Section Handler I'll Ever Need
I'm sure someone, somewhere has already written this, but I figured it out on my own today, and it's just too cool not to share. Basically, it's a bit of code that lets me store objects in my application of web configuration file, and all I have to do is write the type that holds the values.
-
C# Lexer/Parsers links
There was a discussion on the DM lists about lexers and parsers so I just thought I would post some useful links and if anyone else knows of any links then by all means post them in the comments.
-
Getting a list of constants using Reflection
Anyway here is the function:
-
We are getting attention on .netWire
Ok fess up who put, information about the dotnetweblogs on .netWire http://www.dotnetwire.com/. Or is someone outside starting to take notice of all the great stuff posted on these weblogs.
-
Warcraft III: The Frozen Throne Beta Test Signups Announced
For those Warcraft III fans that don't know there is an an expansion pack coming out this summer The Frozen Throne. You only have until friday if you want to sign up to be a beta tester http://www.battle.net/register/war3xbeta/ There is an interview with the head developer about the new expansion at http://www.gamespy.com/previews/february03/warcraft3tft/.
-
Collapsible code ... I love it
I don't know about everyone else but I love collapsible code and regions in VS.Net. I find myself breaking down all my classes into regions, such as Private Fields, Constructors, Public/Private Methods, Public/Private Properties, and Event Handlers. And if you have learned the Ctrl+M, Ctrl+O(Collapse to Definitions) shortcut yet maybe you should. I found myself hitting Ctrl+M, Ctrl+O every time I opened a code file so I created an addin that will collapse code to definitions every time I open a source file. I love it.
-
Backup and running...
Well I'm finally backup and running. Yesterday with all the snow/sleet/ice in the Cincinnati area I was without power from about 5pm-10pm and to top that off once I got power back I was without my cable modem until this morning. It is scary how helpless I feel without internet access.