Getting Started with ASP.NET MVC, ServiceStack and Bootstrap
A Complete Guide to Creating Your First Web Site
What you'll learn
In this course you will learn to create a meaningful web application using Microsoft’s ASP.NET MVC coupled with the open-source projects ServiceStack and Bootstrap. ServiceStack will provide a web service and API as well as dependency injection through an Inversion of Control container, and it will provide ORMLite, a light-weight Object Relational Mapper. Bootstrap will provide a much cleaner and more professional UI design than might otherwise be available. Together, these libraries make creating a real world web application not only possible, but relatively straightforward, even if this is your first web app. Some knowledge of C# is required, as is familiarity with HTML, CSS and JavaScript.