From 095f1d47cc984548bae3c40ae02b73626246e7e6 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Fri, 19 Jul 2019 18:24:07 -0700 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2e3a9bb..7463729 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,24 @@ products: - office-365 languages: - javascript +description: "The sample demonstrates a SharePoint-Hosted App implemented using the single page app (SPA) pattern." +name: "Learning Path Manager" +urlFragment: learning-path-manager extensions: contentType: samples technologies: - Add-ins createdDate: 5/12/2014 6:08:48 AM --- -#Learning Path Manager - Code Sample - -This sample, by [Andrew Connell](http://www.andrewconnell.com) ([@andrewconnell](http://www.twitter.com/andrewconnell)), was used [Jeremy Thake's](http://www.jeremythake.com) session at [TechEd North America 2014](http://northamerica.msteched.com/), session [DEV-B229 - Deep Dive into Developing Advanced Microsoft SharePoint Applications Using Third-Party JavaScript Libraries](http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/DEV-B229#fbid=AN8G_AhS5Fi). - -The sample demonstrates a SharePoit-Hosted App implemented using the single page app (SPA) pattern. It leverages the popular AnguarJS presentation framework for SPA's and utilizes the SharePoint 2013 REST API and client side object model (CSOM). - -##For More Details, See Andrew's Course on SharePoint Apps as SPAs -This demo application is part of a 6-module, 3.5 hour course [Andrew Connell](http://www.andrewconnell.com) published on **[Building SharePoint Apps as Single Page Apps with AnguarJS](http://www.pluralsight.com/training/Courses/TableOfContents/building-sharepoint-apps-spa-angularjs)** in the [Pluralsight](http://www.pluralsight.com) catalog. The course walks you through creating your first SharePoint-Hosted App as a SPA using AngularJS while leveraging SharePoint 2013 lists to store the data used by the application. In addition, the course has an extra module (#5) that demonstrates how to leverage the popular [BreezeJS](http://www.breezejs.com) client-side library to implement change tracking, client caching, rich queries... sort of like Microsoft's Entity Framework ORM but in the client! - - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + +# Learning Path Manager - Code Sample + +This sample, by [Andrew Connell](http://www.andrewconnell.com) ([@andrewconnell](http://www.twitter.com/andrewconnell)), was used [Jeremy Thake's](http://www.jeremythake.com) session at [TechEd North America 2014](http://northamerica.msteched.com/), session [DEV-B229 - Deep Dive into Developing Advanced Microsoft SharePoint Applications Using Third-Party JavaScript Libraries](http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/DEV-B229#fbid=AN8G_AhS5Fi). + +The sample demonstrates a SharePoint-Hosted App implemented using the single page app (SPA) pattern. It leverages the popular AnguarJS presentation framework for SPA's and utilizes the SharePoint 2013 REST API and client side object model (CSOM). + +##For More Details, See Andrew's Course on SharePoint Apps as SPAs +This demo application is part of a 6-module, 3.5 hour course [Andrew Connell](http://www.andrewconnell.com) published on **[Building SharePoint Apps as Single Page Apps with AnguarJS](http://www.pluralsight.com/training/Courses/TableOfContents/building-sharepoint-apps-spa-angularjs)** in the [Pluralsight](http://www.pluralsight.com) catalog. The course walks you through creating your first SharePoint-Hosted App as a SPA using AngularJS while leveraging SharePoint 2013 lists to store the data used by the application. In addition, the course has an extra module (#5) that demonstrates how to leverage the popular [BreezeJS](http://www.breezejs.com) client-side library to implement change tracking, client caching, rich queries... sort of like Microsoft's Entity Framework ORM but in the client! + + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.