javascriptasp.netasp.net-mvc-4upshotasp.net-spa

Where can I find Upshot.js examples and documentation?


Steve Sanderson gave a very interesting presentations at Techdays 2012 in the Netherlands. In one of them he presented a library that he used for client-server communication in MVC application: Upshot.

I was really amazed how easy it was to use it, so I wanted to download and test it. I found the download link here through NuGet, but I cannot find any documentation. Does anyone have something that works? I would also appreciate the sample code that Steve showed as during presentation.

EDIT:

I found the online presentation I attended at Techdays. It's soooo much worth seeing. You will get a glance of what upshot is capable of and also get an idea how to start with it. Good luck and have fun.

The link: http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2159


Solution

  • I found one which is one of the MS samples for SPAs (which might be the only one for now):

    ASP.NET Single Page Application (SPA) BigShelf

    The complete tutorial on this project can be found here: BigShelf

    Edit:

    See this tweet from Steve Sanderson: https://twitter.com/#!/stevensanderson/status/171561402597773312

    We're setting up a website for Upshot/SPA right now. Hopefully will go live this week! Sorry for delay.