需要制作在iphone-Ipad上运行的小型应用程序(也许是愚蠢的问题:() [英] Need to make small apllication that runs on iphone-Ipad (maybe stupid question : ( )

查看:51
本文介绍了需要制作在iphone-Ipad上运行的小型应用程序(也许是愚蠢的问题:()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我为基于SQL Server运行的客户端开发了一个应用程序.

现在,客户端正在问我是否可以编写一些程序,以供他在iPhone或iPad上使用,以查看/更改SQL Server中的某些数据.

有没有一种简单的方法可以制作一个简单的程序,使我可以读取或更新一些SQL数据.

也许新的VB.net中有与Ios 5兼容的东西吗?

如果没有,则欢迎任何建议.

圣诞快乐.

谢谢

Ddier

Hello,

I have developped a apllication for a client that is running based on a SQL server.

Now the client is asking me if i can make some program that he can use on his iphone or his Ipad to view/change some data from the SQL server.

Is there a easy way to make a simple program where i can read or update some SQL data.

Maybe there is something in the new VB.net that is Ios 5 compatible ?

If not , any suggestions are mostly welcome.

Merry christmas.

Thanks

Ddier

推荐答案

您需要使用Apple SDK编写新的应用程序.要针对ios(用于iPhone和IPad的平台)进行开发,请参阅: http://developer.apple. com/devcenter/ios/index.action [^ ]
You need to write a new applicaiton using Apple SDK. To develop for ios (the platform used for IPhone and IPad), please refer to: http://developer.apple.com/devcenter/ios/index.action[^]


目前,我只知道在iOS上开发.NET应用程序的一种方法-MonoTouch平台,它是Mono的版本之一,请参见:
http://en.wikipedia.org/wiki/Mono_%28software%29 [ ^ ],
http://en.wikipedia.org/wiki/MonoTouch#MonoTouch [ http://xamarin.com/monotouch [ ^ ]

原则上,如果仅使用标准CLR库+ System.Windows.Forms并在针对.NET Framework v.3.5的Windows上构建项目,则此应用程序通常可以在Mono下的其他平台上运行,而无需重新编译.尽管存在一些轻微的不兼容问题,但我还是定期进行.我已经为Linix和Max OS X做过了,但不是为iOS做过的.

它在不同版本的Linux和其他系统上都可以很好地工作,但是在Apple平台上看起来或多或少很难看,这可能是对第三方产品最有害的. Mac OS和iOS系统具有不同的UI概念,因此您的Forms应用程序似乎不是一流的公民.

使用名为MonobjC的桥接产品可以开发不错的Apple应用程序,请参见:
http://en.wikipedia.org/wiki/Monobjc [ http://www.monobjc.net/ [ ^ ].我只在Mac OS X上尝试过,对iOS上的用法了解不多,但是您肯定需要尝试.

—SA
At this moment, I know only one way of developing .NET applications on iOS — MonoTouch platform, which is one the the versions of Mono, see:
http://en.wikipedia.org/wiki/Mono_%28software%29[^],
http://en.wikipedia.org/wiki/MonoTouch#MonoTouch[^]
http://xamarin.com/monotouch[^]

In principle, if you use only standard CLR libraries + System.Windows.Forms and build the project on Windows targeted to .NET Framework v.3.5, this application normally works on other platforms under Mono, without re-compilation. Despite of number of minor incompatibilities, I do it in regular basis. I''ve done if for Linix and Max OS X, not for iOS though.

It works very well on different flavors of Linux and other systems, but it looks more or less ugly on Apple platforms, which is probably the most hostile to third-party products. Mac OS and iOS systems have different concept of UI, so your Forms application might seem not a first-class citizen.

Development of decent Apple applications are possible using the bridge product called MonobjC, see:
http://en.wikipedia.org/wiki/Monobjc[^],
http://www.monobjc.net/[^]. I tried it on Mac OS X only, don''t know much its use on iOS, but you would certainly need to try.

—SA


这篇关于需要制作在iphone-Ipad上运行的小型应用程序(也许是愚蠢的问题:()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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