Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mr A 216 posts 278 karma points
    Oct 03, 2011 @ 13:29
    Mr A
    0

    starter kit for Razor

    Hi , 

    I have checked all the started kits for Umbraco but they all are written in XSLT, Is there any starter kit available which is built on razor .

     

    Regards

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Oct 03, 2011 @ 15:56
    Sebastiaan Janssen
    0

    There's this project with loads and loads of Razor examples (votes appreciated! ;-)):  http://our.umbraco.org/projects/developer-tools/cultiv-razor-examples

  • Mr A 216 posts 278 karma points
    Oct 03, 2011 @ 16:02
    Mr A
    0

    Looks great , Is it ok to modify it according to my requirements 

     

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Oct 03, 2011 @ 16:03
    Sebastiaan Janssen
    0

    Yup, it's MIT licensed, so basically you can do with it whatever you want.

  • Mr A 216 posts 278 karma points
    Oct 03, 2011 @ 16:25
    Mr A
    0

    Just need to know , How can I connect my db to your cultiv-razor-examples :)


  • Mr A 216 posts 278 karma points
    Oct 03, 2011 @ 16:32
    Mr A
    0

    I guess you have created db  in sql ce , Is there any way i can migrate that sql 2008 express r2

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Oct 03, 2011 @ 16:34
    Sebastiaan Janssen
    0

    You cannot attach your own database, it doesn't have the document types, templates and content setup like the examples.

    To migrate, try this: http://stackoverflow.com/questions/4231788/is-it-possible-to-convert-my-sqlce-3-5-database-to-sql-express-2008-r2-format

     

  • Mr A 216 posts 278 karma points
    Oct 03, 2011 @ 17:49
    Mr A
    1

    Well I manage to migrate your database from sql ce to sql express . The simplest way of doing it is to use the migration option provided by Microsoft Webmatrix, and then simply provide your connection details . Once the migration is done , remember to edit the webconfig file as :

    In <appsettings> add:

    <add key="umbracoDbDSN" value="server=.\server;database=Umbraco;user id=userid;password=password" />

    Cheers

      

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies