Mobile Website - Using Visual Studio

I am new to developing mobile applications for mobile devices. I want to know if Visual Studio is creating a way to create a website that can target mobile devices? Also, this site can work on phones running OS other than Windows, such as iPhone, Android or thinner other OS?

My goal is to create a website that can be aimed at working with the phone on any OS. Can Visual Studio and .NET be used for this purpose?

If so, then someone can provide me with some content to get you started.

Thanks Paresh

+4
source share
1 answer

Any phone with a web browser can browse a website, no matter what technology platform this site is written on. This is one of the best and most defining characteristics of the network ...

You can, of course, encode the website for mobile devices with Visual Studio and run it on the .NET platform in IIS (or Mono).

As for targeting all devices, your person should be the user interface of the website and how it will be displayed in each browser. I would recommend that the site look good for the most popular platforms in the first place (iPhone Safari, Android browser) and make it โ€œgood enoughโ€ for the rest.

+1
source

Source: https://habr.com/ru/post/1315942/


All Articles