Cristian Libardo´s Blog Posts

Latest Blog Posts

  • Spark View Engine on WebForms

    Spark view engine is a neat little web utility that allows you to write code like this: < viewdata products ="IEnumerable[[Product]]" /> < ul if ="products.Any()" > < li each ="var p in products" > ${p.Name} </ li > </ ul > < else > < p > No...
    Posted: 16 Nov 2010
    Comments 4
    Views: 2135
    Rating:
  • Testing templates without creating a page using TemplateMock

    Sometimes it’s useful to test your code before committing it. When possible unit tests make for a nice way to do this. Template code, however, is not always the most easy to test as a unit. This is when a UI testing framework such as Selenium can...
    Posted: 23 Sep 2010
    Comments 2
    Views: 1983
    Rating:
  • Don’t even try using MVC2 on CMS6

    ...yet. Unfortunately it’s not possible to use ASP.NET MVC 2 on CMS6 (without running into a lot of trouble). The reason is that parts of EPiServer uses MVC1 and there are breaking changes between MVC1 and MVC2 preventing a simple assembly redirec...
    Posted: 08 Sep 2010
    Comments 4
    Views: 2514
    Rating:
  • Shell Playground

    Sometimes it’s okay to have fun. A while back we had fun trying things in OnlineCenter and the result is the Playground. For designers this is a catalog of styles available on the dashboard. For developers it’s an insight into the OnlineCenter API...
    Posted: 25 Mar 2010
    Comments 0
    Views: 2707
    Rating:
  • Legacy redirect in CMS 6

    Fredrik wrote a very interesting and informative post about changes to the configuration files. The post also brings a whole new meaning to the term configuration management. An issue brounght up are changes of the URL to the edit and admin...
    Tags: 
    Posted: 16 Mar 2010
    Comments 2
    Views: 2684
    Rating:

About the blogger

Cristian Libardo EPiServer employee
EPiServer Stockholm
Citizen

FeedBackbutton image