asp.net中的跨平台Web开发 [英] Cross Platform web development in asp.net

查看:57
本文介绍了asp.net中的跨平台Web开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在asp.net中开发了一个web应用程序。

现在我想将这个应用程序转换为支持包括移动在内的所有平台。

指导我实现这个。

i already developed a web application in asp.net.
Now i want to convert this application to support in all platform including mobile also.
guide me to achieve this.

推荐答案

Web应用程序在浏览器中打开时在所有平台上运行。我想你想问的是如何使你的应用程序能够满足所有设备,如手机,标签和PC。



我认为你应该阅读一些关于响应式网页设计的内容,并按照这些原则创建你的表达层。



或者,您可以在n层架构中创建应用程序,并为不同的设备提供单独的表示层。为此,您需要在UI中使用Facade层来查找浏览器代理并相应地打开相应的页面。
Web applications run on all the platforms as they open up in browsers. I think what you want to ask is how to make your application in such a way that it will cater all the devices like mobiles, tabs and PCs.

I think you should read a little about responsive web design and create your presentation layer following those principles.

Alternatively, you can make your application in n-tier architecture and have separate presentation layer for different devices. For doing this you will need a facade layer in your UI that will find the browser agent and open up the respective pages accordingly.


我的应用程序可以在所有设备上运行。

但是在Mobile和Tabs页面得到滚动并且速度很慢。

它不会像移动雅虎网站一样适合屏幕。

如何解决它。
my application is work on all the devices.
but in Mobile and Tabs the page gets the scroll and speed is slow.
it will not fit into the screen as like mobile yahoo site.
how to fix it.


这篇关于asp.net中的跨平台Web开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆