- Bootstrap for ASP.NET MVC(Second Edition)
- Pieter van der Westhuizen
- 177字
- 2021-07-08 11:26:02
Chapter 1. Getting Started with ASP.NET Core and Bootstrap 4
As developers, we can find it difficult to create great-looking user interfaces from scratch when using HTML and CSS. This is especially hard when developers have extensive experience developing Windows Forms applications. Microsoft introduced Web Forms to remove the complexities of building websites and to ease the switch from Windows Forms to the Web. This in turn makes it very hard for Web Forms developers, and even harder for Windows Forms developers, to switch to ASP.NET MVC. Bootstrap is a set of stylized components, plugins, and a layout grid that takes care of the heavy lifting. Microsoft has included Bootstrap in all ASP.NET MVC project templates since 2013.
In this chapter, we will cover the following topics:
- Files included in the Bootstrap distribution
- How to create an empty ASP.NET site and enable MVC and static files
- Adding the Bootstrap files using Bower
- Automatically compile the Bootstrap Sass files using Gulp
- Installing additional icon sets
- How to create a Layout file that references the Bootstrap files
推薦閱讀
- DevOps:軟件架構師行動指南
- Data Visualization with D3 4.x Cookbook(Second Edition)
- WildFly:New Features
- C程序設計簡明教程(第二版)
- Power Up Your PowToon Studio Project
- Web Scraping with Python
- DevOps入門與實踐
- 前端架構:從入門到微前端
- 教孩子學編程:C++入門圖解
- 碼上行動:用ChatGPT學會Python編程
- TMS320LF240x芯片原理、設計及應用
- Deep Learning with R Cookbook
- Python Linux系統管理與自動化運維
- C Primer Plus(第6版)中文版【最新修訂版】
- RESTful Web API Design with Node.js(Second Edition)