I gave this presentation back in March but I forgot to blog about it!
So here is the quick run down.
Evolve Your Code was a presentation I gave first at Houston Techfest.
The abstract is:
Fluent NHibernate, HTML Helper & Input Builders, and Automapper (and others) use extension methods, fluent interfaces, and expressions to make a more approachable, readable, and flexible coding framework. These tools aren’t restricted to the elite third party frameworks. You too can use these techniques to evolve your code.
But really the abstract should be:
Learn how to use extension methods, lambdas, expressions, and fluent interfaces to make more approachable, readable, and flexible code. We will learn the basics of these .Net 3.5 features along with applying the features to implement design patterns.
The code and slide show can be found at : http://github.com/RookieOne/Evolve-Your-Code
There were some issues with opening the solution file. The problem is that the Visual Studio selector can figure out what version to open. If you open the solution file from Visual Studio, there isn’t any problems.