├── FlightAndHotelsAPI-master.zip ├── FlightsandHotelsReact-master.zip ├── LICENSE ├── MusicStoreAPI-master.zip ├── MusicStoreVUE-master.zip ├── README.md ├── ShoppingASPNETAngular-master.zip ├── shoppingAPI-master.zip └── shoppingapp-master.zip /FlightAndHotelsAPI-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/ASP.NET-Core-Full-Stack-Development-Projects-/7407bb73df534f2b178aff75e145cdffd5f85777/FlightAndHotelsAPI-master.zip -------------------------------------------------------------------------------- /FlightsandHotelsReact-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/ASP.NET-Core-Full-Stack-Development-Projects-/7407bb73df534f2b178aff75e145cdffd5f85777/FlightsandHotelsReact-master.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /MusicStoreAPI-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/ASP.NET-Core-Full-Stack-Development-Projects-/7407bb73df534f2b178aff75e145cdffd5f85777/MusicStoreAPI-master.zip -------------------------------------------------------------------------------- /MusicStoreVUE-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/ASP.NET-Core-Full-Stack-Development-Projects-/7407bb73df534f2b178aff75e145cdffd5f85777/MusicStoreVUE-master.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ASP.NET Core Full-Stack Development Projects [Video] 2 | This is the code repository for [ASP.NET Core Full-Stack Development Projects [Video]](https://www.packtpub.com/web-development/aspnet-core-full-stack-development-projects-video?utm_source=github&utm_medium=repository&utm_campaign=9781788998215), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. 3 | ## About the Video Course 4 | ASP.NET Core Full-Stack Development Projects aims to demonstrate how existing JavaScript developers can build upon their existing skills to create modular, full-stack web applications. Starting out with introductory coverage on NPM (Node Package Manager), it’ll quickly dive into setting up a web server with ASP.NET, and some database work using SQLite. 5 | ASP.NET Core Full-Stack Development Projects aims to demonstrate how existing JavaScript developers can build upon their existing skills to create modular, full-stack web applications. Starting out with introductory coverage on NPM (Node Package Manager), it’ll quickly dive into setting up a web server with ASP.NET, and some database work using SQLite. 6 | We build Full Stack applications using ASP.NET, complimented with a simple front-end built in the three most popular Front End Frameworks (Angular, React, and Vue). By the end of this course you should be able to build Full Stack applications. It’s great for anybody looking to skill up for production-ready development on Azure utilizing the Microsoft Ecosystem (ASP.NET Core). 7 | 8 | 9 |