In this video series, I'll be building a library management system from scratch using the ASP .NET Core framework with MVC.
Part 5 is here! In this segment, I build out the service, controller, view, and view models for the Library Branch section of our Library Management System Web App. Note this is built using ASP .NET Core 1.0. See my image gallery series for .NET Core 2.0.
Also, check out https://productivedev.com/product/net... for my latest premium course on ASP.NET Core 2.0, where we build a Forum App from scratch and deploy it to Azure.
Pro Members get access to all of my current and future premium courses and Slack channel!
Use Promo code 'dev2017' at checkout to get 15% Off Pro Membership Monthly Subscription Price!
Current GitHub repo for this project
(in progress, may not match video exactly):
https://github.com/wesdoyle/library-m...
About this series:
We'll learn how to use Entity Framework Core to build a code-first web application. The web app we build can be used to check library assets in and out of inventory, place holds on items, and manage library branches and patrons.
Topics covered throughout this series include the Model View Controller design pattern, Code First database migrations, DbContext, writing SQL queries, dependency injection, implementing services, the ASP.NET Razor Engine, and Visual Studio tips.