14
Developing SP2013 Apps using VS2013, MVC 5, SignalR 2.0 and WebAPI 2 #SPSBE25 Bas Lijten April 26 th , 2014

SharePoint Saturyday Belgium - Building sp2013 apps with MVC, SignalR and WebAPI

Embed Size (px)

Citation preview

Developing SP2013 Apps using VS2013, MVC 5, SignalR 2.0 and WebAPI 2

#SPSBE25

Bas Lijten

April 26th, 2014

Thanks to our sponsors!

Gold

Silver

http://blog.baslijten.com

Bas Lijten

Internet:

• 2007, 2010 & 2013

• 1000 sites

• Not O365 compliant

• No apps

I Like it Contest

big prizes

One ASP.NET

Integrate existing apps with SharePointhttp://blog.baslijten.com/convert-mvc-application-to-shareptoint-2013-provider-hosted-app/

• Reuse SharePoint authorization/authentication

• SharePoint data

• Use SharePoint services

Open Web Interface for .NETCleaner separation of app, server and host

using AppFunc = Func<

IDictionary<string, object>, // Environment

Task>; // Done

ASP.NET Web API

SignalR, other FX

Server (OWIN)

Host

OWIN

middleware

ASP.NET Web API

SignalR, other FX

Server (System.Web

OWIN)

IIS

(Host en Server)

ASP.NET

Web Forms + MVC

IIS

(Host en Server)

LinksConvert existing MVC apps to SharePoint appshttp://blog.baslijten.com/convert-mvc-application-to-shareptoint-2013-provider-hosted-app/

Integrate SignalR 2.0 with SharePoint 2013http://blog.baslijten.com/how-to-integrate-signalr-2-0-in-a-sharepoint-2013-mvc5-app/

Getting WebAPI 2.0 to work with SharePoint 2013 appshttp://blog.baslijten.com/getting-sharepoint-2013-apps-and-webapi-to-work/

Thank you!