Great Discussion With Nikhil Kothari About RIA Services
Wednesday 18 November 2009 @ 9:58 pm
  Silverlight, JavaScript, Forms, etc.).  RIA services has been on my radar for quite some time.  I was hoping to get some good conversations about this, but never expected to get almost an hour with Scott Guthrie,

Fun Times at “Ask the Experts” table at PDC09 Today
Monday 16 November 2009 @ 3:56 pm
  One of the fun parts of being an MVP is that occasionally we get asked to help at Microsoft events and answer questions around topics that are just fun to talk about regardless (and usually includes a free lunch).  Today, I was sitting at the ASP.NET Dynamic Data table.  We probably had about [...]

Left Home 0Dark100, arrived LAX 8AM, New Friends Lead the Way
Monday 16 November 2009 @ 11:42 am
  So, for those of you that don’t know me well, suffice it to say, I have less than no sense of direction.  I always manage to make my way home, but often with a lot of zigs and zags.  So, why should this morning be any different.  After arriving in LA around rush [...]

Combining JavaScript and CSS to Make Pages Load Faster
Tuesday 10 November 2009 @ 1:26 pm
  We are in the process of “speeding up” our http://atashbahar.com/post/Combine-minify-compress-JavaScript-files-to-load-ASPNET-pages-faster.aspx and it’s working well for us.  This project does a nice job of calling a minifier, gzipping and caching. Hoe this helps!
Comments (1) - Posted in C#, JavaScript  


Converting From System.Data.Linq.Binary to String and Back
Sunday 8 November 2009 @ 10:49 am
  Just a quick post in case anyone is wasting 10 minutes figuring out how to do this.  For me, this came up because in encoding) So, in my C# code, here is what you need to convert to the Linq.Binary:Linq.Binary carrierMatrix = new ASCIIEncoding().GetBytes(myString);And, to go back from Linq.Binary:string carrierMatrixString = [...]
Comments (1) - Posted in C#, LINQ, LINQ to SQL  


How To View JSON in a Pretty Way
Friday 6 November 2009 @ 9:49 am
  Cutting to the chase, I choose ExtJS which gives us high quality “forms like” user interactions and MVC for getting the data.  That is, the Application looks like this: The data retrieval URL used by the JavaScript look like: bing or http://www.bodurov.com/JsonFormatter/ ) (more information at:
Comments (1) - Posted in JSON, JavaScript, MVC  


I Love FinalBuilder from VSoft Technologies!
Monday 2 November 2009 @ 5:47 pm
  For the past couple years, I’ve used a product called FinalBuilder from subversion into that directory All My Visual Studio Solutions are built All the config files (web.config,app.config, etc.) are updated with appropriate parameters (connection strings, etc.) The Web Site is copied to the [...]