Tales from the Evil Empire

Bertrand Le Roy's blog

Browse by Tags

All Tags » C# (RSS)
I'm now officially a slacker
Well, at least a Dot Net Slacker ... My first article on DotNetSlackers just got published. It shows how to handle the back button with ASP.NET Ajax using pure server code. Check it out (registration required) : http://dotnetslackers.com/articles/ajax...
Immutability in C#
For some reason, there's been a lot of buzz lately around immutability in C#. If you're interested in algorithms and data structures, it's a fascinating subject. Immutable objects, according to Patrick Smacchia , have the following advantages: They simplify...
Posted: Jan 16 2008, 03:36 PM by Bertrand Le Roy | with 8 comment(s)
Filed under: ,
JSON-style dictionary parameters in C#?
Eilon has an interesting post about using the new anonymous object initializer syntax in APIs that take dictionaries. The end result looks very much like the JSON parameterized function calls that are very common in many JavaScript frameworks, which shows...
Script# brings compile-time and C# niceties to JavaScript development
I'm very excited to finally be able to point to this post of Nikhil's. I've known about this project from the start and am Super-Ultra-Mega-Excited (this expression (c) Andres Sanabria) about it, but until now I had to keep my mouth shut. JavaScript is...
More Posts