Welcome to CallContext
Sign in
|
Join
|
Help
CallContext
.NET development, code and experiences from the trenches.
RSS 2.0
Atom 1.0
Home
About
<
July 2006
>
Su
Mo
Tu
We
Th
Fr
Sa
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
Search
Go
Archives
September 2008 (1)
June 2008 (1)
May 2008 (3)
April 2008 (2)
March 2008 (6)
February 2008 (2)
January 2008 (1)
December 2007 (5)
November 2007 (2)
October 2007 (6)
June 2007 (4)
May 2007 (2)
April 2007 (5)
February 2007 (5)
November 2006 (4)
September 2006 (2)
August 2006 (8)
July 2006 (15)
June 2006 (24)
Post Categories
.NET Development (38)
Architecture (15)
ASP.NET (11)
Blogging (9)
Database (6)
Distributed (4)
General Development (26)
Graphic Design (5)
Music (4)
Security (4)
Subversion (2)
Testing (9)
Timewasting (14)
UI Design (9)
Webservices (5)
WinForms (2)
XML (1)
Friday, July 21, 2006 - Posts
The real meaning of backing up
In the last week I've had this discussion a couple of times. Something the last two years of work have taught me about infrastructure is people's perception of backup is a little incorrect.
Read More
posted
Friday, July 21, 2006 10:25 PM
by
Geoff
|
(Comments Off)
Filed Under:
Database
,
Architecture
,
General Development
Virtual machine loving
No, not some sicko post-appocalyptic robot fantasy, but Microsoft Virtual PC, the newly released (as in liberated) desktop virtualisation software.
Read More
posted
Friday, July 21, 2006 11:48 AM
by
Geoff
|
(Comments Off)
Filed Under:
Testing
,
General Development
String manipulation in .NET
It seems to be string week in .NET blog land. I thought I'd plop this link to the API docs and other blog articles in here for my own sake.
Read More
posted
Friday, July 21, 2006 11:38 AM
by
Geoff
|
2 Comments
Filed Under:
.NET Development
,
General Development
BitVector32 class
Now this is a cool class! It allows you to store 32 bools in one 32bit int. Old hat for the C/C++ veterans, but much nicer for the .NET crowd. I wonder if you can marshal out of Win32 API structs into these?...
Read More
posted
Friday, July 21, 2006 11:20 AM
by
Geoff
|
(Comments Off)
Filed Under:
.NET Development
Naming conventions
Greg picks up on a thread from Jason Haley about UI control naming conventions, then goes on to argue for hungarian notation (i.e, txtFirstName vs. firstNameTextBox).
Read More
posted
Friday, July 21, 2006 10:42 AM
by
Geoff
|
2 Comments
Filed Under:
.NET Development
,
Architecture
,
General Development