Welcome to SpellCoder
Sign in
|
Join
|
Help
Search
Lazy Coder
RSS 2.0
Atom 1.0
Home
About
<
March 2007
>
Su
Mo
Tu
We
Th
Fr
Sa
25
26
27
28
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
6
7
Archives
November 2008 (3)
October 2008 (8)
April 2008 (1)
February 2008 (2)
January 2008 (3)
December 2007 (3)
November 2007 (3)
October 2007 (4)
September 2007 (1)
August 2007 (5)
July 2007 (5)
June 2007 (6)
May 2007 (8)
April 2007 (6)
March 2007 (8)
February 2007 (1)
January 2007 (10)
December 2006 (12)
November 2006 (9)
October 2006 (6)
September 2006 (20)
August 2006 (20)
July 2006 (10)
June 2006 (7)
May 2006 (19)
Post Categories
ASP.Net 2.0 (6)
Atlas (3)
C# 3.0 (4)
C# 4.0 (0)
Code Design (7)
General (19)
Havana (2)
LISP (3)
Programmable Web (13)
Robotics (3)
Ruby (3)
Utilities (5)
Stuff
SilverKey
nomadlife.org
Friday, March 09, 2007 - Posts
C# 3.0 Automatic Properties is a hack
posted
Friday, March 09, 2007 5:00 AM
by
dodyg
ScottGu just made a post about the "automatic properties" on how it cut down on the clutter of defining the private field behind the property. This feature is a hack and should be ignored. The problem here are twofolds: You can only have one type of
Read More
0 Comments
Filed Under:
C# 3.0
ASP.Net Caching with memcached
posted
Friday, March 09, 2007 4:32 AM
by
dodyg
memcached is an open source caching technology behind xanga, a massive online community site (numbering in millions). Now it has a .NETframework client binding. "The memcached server and clients work together to implement one global cache
Read More
0 Comments
Filed Under:
ASP.Net 2.0