@@ -357,6 +357,35 @@ <h2>Databases - ASP.NET Core 1.0</h2>
357
357
< section >
358
358
< h1 > Live Demo</ h1 >
359
359
</ section >
360
+ < section >
361
+ < h2 > Summary</ h2 >
362
+ < ul >
363
+ < li class ="fragment "> Node.js overview< br /> < small > Feature support, Node.js server, pros, watch-out</ small > </ li >
364
+ < li class ="fragment "> Web APIs with restify< br /> < small > Routing, middlewares</ small > </ li >
365
+ < li class ="fragment "> Token Authentication via OAuth2< br /> < small > OAuth2, outh2-server</ small > </ li >
366
+ < li class ="fragment "> Relational databases via SequelizeJS< br /> < small > Models, Query-API</ small > </ li >
367
+ </ ul >
368
+ </ section >
369
+ < section >
370
+ < h2 > Secure Data Access</ h2 >
371
+ < p > Mobile Apps und Zugriff auf Unternehmensdaten < br /> ohne Cloud-Speicher und VPN</ p >
372
+ < table >
373
+ < tbody >
374
+ < tr >
375
+ < td style ="text-align: center "> < img src ="images/mr.png " class ="portrait "/> < br /> < strong > Manuel Rauber</ strong >
376
+ </ td >
377
+ < td style ="text-align: center "> < img src ="images/cw.png " class ="portrait "/> < br /> < strong > Christian Weyer</ strong >
378
+ </ td >
379
+ </ tr >
380
+ </ tbody >
381
+ </ table >
382
+ < p > < small > Today at 14:00 in room Würzburg</ small > </ p >
383
+ </ section >
384
+ < section >
385
+ < h2 > Channel9</ h2 >
386
+ < p > Cross-Platform Development</ p >
387
+ < p > < a href ="https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript "> https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript</ a > </ p >
388
+ </ section >
360
389
< section >
361
390
< h1 > Thank you!</ h1 >
362
391
< div style ="height: 50px "> </ div >
@@ -384,6 +413,7 @@ <h1>Resources</h1>
384
413
< li > Entity Framework 7: < a href ="http://docs.efproject.net/ "> http://docs.efproject.net/</ a > </ li >
385
414
< li > IdentityServer4: < a href ="https://github.com/IdentityServer/IdentityServer4 "> https://github.com/IdentityServer/IdentityServer4</ a > </ li >
386
415
< li > Angular 2: < a href ="https://angular.io/ "> https://angular.io/</ a > </ li >
416
+ < li > Channel9: < a href ="https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript "> https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript</ a > </ li >
387
417
</ ul >
388
418
</ small >
389
419
</ section >
0 commit comments