Contents tagged with code
Slides and code from my CALMUG talk
As promised, here are the slides and demo code from my talk last night at the Chicago ALM UG.
Get the code for the Conway Life SpecFlow demo
Download the slides here
Special thanks to folks at MS Chicago, for being gracious hosts, Angela Dugan for giving me the opportunity to present, and to all of the attendees for rolling so well with the food pyramid analogy!
Gotcha again! Workarounds for ASP.NET MVC 4 Beta issues
The postcardsfromskyrim.net implementation of the postcardApp has been invaluable in getting down to the nuts and bolts of the new ASP.NET MVC 4 Beta and WebAPI. While in the midst of adding authentication and authorization to the app, I had an interesting discovery regarding Attribute Filters and how the WebAPI fits into MVC 4. I’ll go over the basic issue and provide a link to a gist example of how to create a custom authorization attribute to transparently authenticate users in both scenarios presented.
Solving problems with Compiler-as-a-Service
Picture the Problem
Ever been in one of those situations when a solution almost seems too easy? That’s how I felt recently when I integrated Roslyn’s scripting engine into at an existing codebase with a speed that very nearly made my eyeballs bleed.