Archive

Archive for February, 2010

Jayrock – Converting to string and back

February 15th, 2010 fbis No comments

I always seem to forget how to do this so I’m just leaving a note for myself :)

To convert to string:

Jayrock.Json.Conversion.JsonConvert.ExportToString([object]);

To convert back again

([object])Jayrock.Json.Conversion.JsonConvert.Import(typeof([object]), result);
Categories: Asp.Net, Javascript Tags:

CMS Update – Preparing for BETA!

February 4th, 2010 fbis No comments

It’s been a bit quite round here recently! Don’t be fooled! The CMS is more or less finished. Just refactoring and preparing bits and bobs.

The actual core itself hasn’t really changed in 6 months and isĀ independentĀ from the CMS, it handles all the page, content and control creation with a single base class that you can implement to create page renderers for any page type. Current renderers are the LiveEdit renderer, Content Block, File Include and Rss (Mobile next).

Read more…

Categories: Asp.Net, cms Tags: