MSDN Wiki#
This is pretty cool:
 
 
People can now add their own comments, suggestions, etc to the MSDN documentation.

Categories:  |  | 
Friday, June 09, 2006 9:16:09 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Byte Array To String#
Here is a very simple code snippet for converting a Byte Array to a String in VB.Net

Encoding.ASCII.GetString(bytes)



And here is a function for that uses it to convert a byte array to a string

    
Private Function streamToString(ByVal stream As System.IO.MemoryStream) As String
Dim o As New IO.StreamWriter(stream, System.Text.Encoding.Default)
Dim bytes(stream.Length - 1) As Byte
stream.Read(bytes, 0, stream.Length - 1)
Return Encoding.ASCII.GetString(bytes)
End Function

Categories:  |  |  | 
Thursday, April 20, 2006 8:58:39 AM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

80 ASP.NET Articles#
Here is a link to 80 Articles on ASP.NET.
Categories:  |  |  | 
Tuesday, December 02, 2003 3:15:59 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Extending Rainbow White Paper#
Categories:  |  |  |  |  |  | 
Wednesday, November 05, 2003 1:08:48 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

AD User Schema#

Here is the ever elusive, and poorly documented User schema for AD.

UPDATE: It seem they took away the page above.  Here is a new one.  First pick a type of object, for example User, then pick the property you want, like Surname.  Finally look for the LDAP Display Name, and it will show you the property name, e.g. "sn".

Categories:  |  |  |  | 
Monday, November 03, 2003 5:33:36 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

ProgrammingTutorials.com#
Here is another coding site: http://www.programmingtutorials.com/
Categories:  | 
Thursday, August 28, 2003 4:03:21 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

Reg Exp Tool#
This article and code is for a tool that helps build and test regular expressions.

Never had to do much with reg exps, but if I ever had to really do something heavy, this would be a great tool.
Categories:  |  |  | 
Thursday, July 03, 2003 1:36:58 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

HTML Codes#
I was looking for some hard to find HTML Codes. Found a good reference here.
Categories:  |  |  |  | 
Sunday, June 15, 2003 9:36:54 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

VB.NET vs Nearly Every Other OOP Language#
Why does VB need to change stuff around?

If everyone on earth calls an abstract class an "abstract class", and they all use the keyword "abstract", why does VB change this to "MustInherit" ?

I think it's dumb.

VB.NET vs Everyone
 
Dumb dumb dumb.
Categories:  |  |  | 
Tuesday, June 03, 2003 6:01:54 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

All content © 2008, Christopher May, Inc
Open Job Positions
On this page
Google Ads
This site
Calendar
<December 2008>
SunMonTueWedThuFriSat
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 1.9.6264.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: