guru

Partial Evaluation of ConstantExpression in ExpressionTreeVisitor

Hi all, I am not an Expression Tree master by any stretch of the imagination, what I have is code that looks like this: int external = 10; using(var session = new Session()) { session.Add(new Product { Name = "test1", Price = 20 }); session.Add(new Product {Name = "test", Price = 10}); var product = sess...

A sensible path to becoming a C# and ASP.NET guru?

I suppose this question is pretty subjective, but I think there is bound to be a path that most people consider sensible. I've been working with C# and ASP.NET for about 3 years, but I've only just started REALLY studying it. My goal is to become a guru in say... 5-10 years. What skills should I have? What should I make sure I have a fu...