the place for general rants as well as my own private notes for later use....
Coders Cafe, May 7th
Hey all -
Dave over at Reculus Consulting has some interesting pictures etc. from my presentation from the May 7th Coder's Cafe presentation on Orchard.
Here's the link : Presentation
Obligatory … more
Coders Cafe @ Casa Maya
I just finished my very first Coders Cafe presentation at Casa Maya. Thank you every one who attended. Here are the files from te presentation:
The power Point Presentation - Azure REST Services … more
Code Camp 2012
I gave a presentation on Azure Services for mobile phones at the Annual South Florida Code Camp today. The reception was pretty good, and the topic covered some of the things that make the MyGuides … more
Converters in Silverlight - Part 2
In the last post I used a simple converter class that converts a boolean to Visibility. In this example, I have to conditionally display one of several panels based on the "Type" - stored as an … more
Converters in Silverlight
I've been working on a couple of Silverlight applications. Many times during the development, I ran into scenarios where I needed to set the visibility of something based on a property. I … more
MVVM Code Snippets
I have been working on new Silverlight projects for the last couple of weeks. I was never a big fan of the event model - since the events are strewn all over the code, and more often than not … more
Editing Configuration Programatically - Part 2
In the previous post, I described how I used configuration with MEF / MVC such that the configuration cn be edited and saved programatically. When wrtting custom configuration sections, one … more
Editing Configuration Programatically - Part 1
In my MEF with MVC project, I needed to ensure that some variables were configurable. However, since the entire idea of MEF is plugin architecture, I needed to make sure that one did not need … more
Dynamic MVC Form using XML - Part 2
In the previous post I described the Model, XML, View and the HttpGet controller method for the dynamic forms using MVC. In this section I cover the Controller Post method for validation and save. … more
Dynamic MVC Form using XML - Part 1
I needed some generic code that allowed me to create forms based on XML data. NOTE that this is continuation of the MEF / MVC Jobs interface I created in earlier posts. Here's what I came … more
