ASP.NET Core 1.1 For Beginners: How To Build a MVC Website - Softcover

Fagerberg, Jonas

 
9781546832065: ASP.NET Core 1.1 For Beginners: How To Build a MVC Website

Synopsis

Want to learn how to build ASP.NET Core 1.1 MVC Web Applications?

Prerequisites:
* C# (Intermediate level)
* HTML5/CSS3 (Basic knowledge)

This book is primarily aimed at developers who want to learn how to build ASP.NET Core 1.1 MVC Applications. You should be an intermediate level C# developer with some experience in HTML5 and CSS3. The book presupposes that you have a solid C# foundation since the language won't be explained in any detail.

You will learn ASP.NET Core 1.1 by building two MVC applications. The first application will be built using an empty template. The goal is to get you familiar with ASP.NET Core 1.1 by adding middleware and services one piece at a time, building a basic application. Then you will build a second MVC application using a template that already contains support for MVC, Entity Framework Core, and user authentication. This application is a video course website, where users can register to gain access to video courses.

If you are already familiar with MVC 5, the content in this book can get you started with ASP.NET Core 1.1 in a fast, no-fluff way.

It's important to mention that this book is practical and tactical, where you will learn as you progress through the modules and build real web applications in the process. To spare you countless pages of fluff (filler material), only valuable information, pertinent to the task at hand, is discussed. The benefit is a shorter and more condensed book, which will save you time and give you a more enjoyable experience.

The goal is to learn ASP.NET Core 1.1 by building two web applications, one from scratch and one from an existing template. This experience is something you can put in your CV when applying for a job or a consultant position, or when negotiating a higher salary.

Technologies, frameworks and languages you will use:
* ASP.NET Core 1.1 MVC (The framework that you will use)
* Services (To provide you own functionality as a reusable service)
* Middleware (To provide you own functionality to HTTP Request pipeline)
* Entity Framework (To crate and communicate with a database)
* View Component (To render data in the _Layout view with model data)
* Razor syntax (To include server-side code in views)
* Bootstrap (Used for styling and to create a responsive design)
* LINQ (To query the database)
* Dependency Injection (To inject objects into constructors)
* Tag Helper (to clean up the HTML and enable re-use)
* HTML Helper methods (to clean up your HTML and enable re-use)
* Bower/NuGet (To install necessary front-end/back-end libraries)

What you will implement:
* Implement a web application from an empty template.
* Implement a web application from an existing template.
* Create a "real world" code-first database using Entity Framework Core.
* Add and modify models, views and controllers to perform CRUD operations against the database.
* Use client-side and server-side validation.
* Secure the controllers, actions and view content with authorization and roles.
* Styling HTML with CSS and Bootstrap.
* Create a responsive website.
* Register users with the site.
* Manage users and their video courses.

I hope you love the book!
Sincerely,
Jonas Fagerberg

Now click the Buy button and start reading the book.

"synopsis" may belong to another edition of this title.

About the Author

Jonas started a company back in 1994 focusing on teaching Micro­softOffice and the Microsoft operating systems. While still studying at theuniversity of Skovde in 1995, he wrote his first book about Widows 95, as wellas a number of course materials.

In the year 2000, after working as a Microsoft Officedeveloper consult­ant for a couple of years, he wrote his second book aboutVisual Basic 6.0.

Between 2000 and 2004, he worked as a Microsoft instructorwith two of the largest educational companies in Sweden teaching Visual Basic6.0. When Visual Basic.NET and C# were released, he started teaching thoselanguages, as well as the .NET Framework. He was also involved in teachingclasses at all levels, from beginner to advanced developers.

From the year 2005, Jonas shifted his career towardsconsulting once again, working hands-on with the languages and framework hetaught.

Jonas wrote his fourth book, C# for Beginners, aimed at beginner to intermediate develop­ers in2015. Since then he has written four books on ASP.NET MVC 5 and ASP.NET Core1.1/2.0. All the books have been specificallywritten with the student in mind.

"About this title" may belong to another edition of this title.