.NET Web application that can be accessed from a mobile device

I plan to develop a .NET web application, which will also be accessible from a mobile device. I am going to create two separate projects: one for the website and one mobile device, so that when users find that the website is accessed either from a computer or from a mobile device, start the corresponding project (version of the website or mobile version). So, for example, if users access the website from a computer, it displays full screens (with all the functionality). And, if users access the website from a mobile device, show the screens with minimal control. Or is there any other better design for developing a .NET Web application that can be accessed from a mobile device? Another question: how can I determineDo users access the website from a computer or mobile device in the .NET web application?

Any suggestion or help would be appreciated. Thank.

+3
source share
2 answers

Ther - , , mvc. ASP.NET MVC Videos, totorial , , ,

+2

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


All Articles