Andres Aguiar's Weblog
Just My Code
-
Windows 2003 Server and Windows XP
I guess this is a FAQ but I did not find the answer.
-
Old Radio weblog
All about Andre Before I get a swarm of emails and IM's, I moved over some of Andre's radio archive. The .NETWeblogs.com home page just shows the last 15 items by ID and not date . Sorry for the confusion.
-
XPath Querying Over Objects with ObjectXPathNavigator
Cool MSDN article on using XPath on collections, much like JXPath.
-
RSS rules
-
Enterprise Integration Patterns
Ted Neward pointed to an Enterprise Integration Patterns site with really good content.
-
Dave Thomas on Code Generation
Pragmatic Programmer Dave Thomas talks about code generation.
-
Dot Net Architecture Videos
Clements points out that the entire architecture seminar is online. Very nice stuff!
-
Let´s play
-
Whitespace
Whitespace via Slashdot Most modern programming languages do not consider white space characters (spaces, tabs and newlines) syntax, ignoring them, as if they weren't there. We consider this to be a gross injustice to these perfectly friendly members of the character set. Should they be ignored, just because they are invisible? Whitespace is a language that seeks to redress the balance. Any non whitespace characters are ignored; only spaces, tabs and newlines are considered syntax. This sounds like a really useful PL.
[via Lambda the Ultimate]LOL. -
Abstraction and Detail
Abstraction and Detail (SOURCE:Daniel Berlinger's Archipelago)-Nice!
<quote>
Put Abstractions in Code, Details in Metadata
</quote>[via Roland Tanglao's Weblog]