Xamarin is designed to create native applications for iOS, Android and Windows, encoding them in C #. But can he also create a web application?
If not, is there any solution that will allow us to do this?
You can write your internal code (services, data, domain, business logic, etc.) in PCL libraries that can be used in conjunction with your mobile applications and your website. But the web interface must be written separately than the mobile interface modules.