user13975168
user13975168

Reputation:

How to develop website compatible with mobile using asp.net and c#

i have got to develop website ASP NET C# with webpages compatibles with mobile

i working with this article Visual Studio Tools for Bootstrap

i have installed on project the SideWaffle.Creator 2017 but i don't find new Item ASP.NET Scaffolding T4 Files and the folder SideWaffle don't exists on the project

Please help

enter image description here

Upvotes: 1

Views: 1610

Answers (1)

Hamamelis
Hamamelis

Reputation: 2105

I think you are looking for a responsive web design

Responsive websites take advantage of CSS media queries to display content based on the screen size.

Bootstrap is integrated in the Visual Studio 2019 standard templates

Tutorials

  1. https://www.youtube.com/watch?v=WrgPLAvJujE&ab_channel=LernenTech
  2. https://www.youtube.com/watch?v=vRqz_zUiJTw&ab_channel=IAmTimCorey

Upvotes: 1

Related Questions