This is Robin's TypePad Profile.
Join TypePad and start following Robin's activity
Robin
Recent Activity
@Andrei Rinea - C# preprocessor directives are a long way off from real macros like lisps have:
http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html
And sure you could use some sort of preprocessor, or aop or whatever, but any of those solutions would be a hack compared to having language support for macros.
Compiled or Bust?
While I may have mixed emotions toward LINQ to SQL, we've had great success with it on Stack Overflow. That's why I was surprised to read the following: If you are building an ASP.NET web application that's going to get thousands of hits per hour, the execution overhead of Linq queries is goi...
Maybe I'm just not awake yet, but how is this:
db.PostTags.Where(t => t.PostId == this.Id).ToList();
generating 500k queries? It's 1 query returning 500k results...
Compiled or Bust?
While I may have mixed emotions toward LINQ to SQL, we've had great success with it on Stack Overflow. That's why I was surprised to read the following: If you are building an ASP.NET web application that's going to get thousands of hits per hour, the execution overhead of Linq queries is goi...
Robin is now following The Typepad Team
Mar 19, 2010
Subscribe to Robin’s Recent Activity
