© Dirk Strauss 2019
Dirk StraussExploring Advanced Features in C#https://doi.org/10.1007/978-1-4842-4856-0_4

4. Responsive Web Applications Using ASP.NET MVC

Dirk Strauss1 
(1)
Uitenhage, South Africa
 

Responsive web applications are essential in modern application development. Users need to be able to view the content of your web application on any device. This means that a web application needs to resize itself based on whatever device it is being viewed on.

In this chapter you will create a simple task management system that uses the Bootstrap code framework to remain responsive. We will have a look at the following:
  • Creating your ASP.NET MVC application

  • Referencing jQuery and Bootstrap

  • Setting up and using SCSS

  • Creating models, controllers, views, ...

Get Exploring Advanced Features in C#: Enhance Your Code and Productivity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.