Skip to content

Commit

Permalink
Added notes about the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Jul 30, 2014
1 parent 5fd91bc commit 5971942
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ExtensionNotes.md
@@ -0,0 +1,26 @@
ServiceStackVS
==========

ServiceStackVS is a Visual Studio extension to be used along side the ServiceStack framework.

Installation
------------
ServiceStackVS is packaged as a VSIX and is available the Visual Studio Gallery or from this repository.

ServiceStackVS supports **Visual Studio 2012**, however it does **require the installation of the [following patch](http://www.microsoft.com/en-au/download/details.aspx?id=40764)** as well as IE10 or above.

Templates
---------

Project templates included in the extension:

- ServiceStack ASP.NET Empty
- ServiceStack ASP.NET MVC5
- ServiceStack ASP.NET with AngularJS
- ServiceStack ASP.NET with Bootstrap
- ServiceStack ASp.NET with Razor
- ServiceStack Self Host Empty

These project templates are structured to encourage patterns to help kickstart your new ServiceStack application.

![](https://raw.githubusercontent.com/ServiceStack/ServiceStackVS/master/servicestackvs-templates.gif)

0 comments on commit 5971942

Please sign in to comment.