Windows Phone 7是废品中的极品了吧
Posted | archive
##proggit里rsynnott同学分享的:
软件只能从MarketPlace下载,禁止手动或本地安装
Application Installation
How do I install applications on my device?
Applications will automatically be installed when downloaded from MarketPlace.Can I manually install applications without using the MarketPlace?
No, "side-loading" applications is not permitted. The only way to get released applications on your device is through MarketPlace.How can I test my application on a device if I can't install it?
As a registered developer, you will be able to register some devices that you can directly deploy your application to for testing. It is not necessary to publish your application to MarketPlace just to test it.My application is for my company / specific group of people only, how do I distribute the app only to them on MarketPlace?
The MarketPlace does not currently have the ability to provide locked-off areas for private applications. Other than a few key exceptions for Mobile Operators, there is no way to gate your application to a specific group of people or devices at this time.
连Socket都不支持,只支持HTTP GET和WebService来传数据
System.Net.Socket Support
Where is the Socket class?
Windows Phone 7 Series currently does not expose the Socket classes. While the version of Silverlight on the phone follows closely the feature list for Silverlight 3 on the desktop, it is a subset of those features and will not contain all classes. (It also holds a superset of classes not available in Silverlight 3.)
How should I transfer information over the Internet?
Web technologies such as HTTPGET and WebServices are supported as methods of communicating on the Internet. You can also use Push Notifications for communication when your application is not running.
How can I connect with another client in real-time?
Peer-to-peer communication is not supported with this initial release of Windows Phone 7 Series. We are always evaluating the needs of our developers and users though and it may be determined that this feature be added in the future.
本地没有数据库,要存只能存Web里。。。。。
Local Database
Is there a local database available on Windows Phone 7 Series devices?
No, for this initial release of Windows Phone 7 Series, there are no local database API’s available.
How should I store information for my application?
Windows Phone 7 Series has support for WebServices, which enable you to easily access information that you store on the Internet. With a database that is accessible to a webservice, your application can get data in real time while connected to the Internet.My application is intended to run in an off-line scenario, What do I do if I can’t access the cloud?
There are two options for this scenario:
? Build your own data storage scheme on the device to be stored within device memory
? Continue developing for Windows Phone 6.5 or previous versions, which continue to be supported and do support local databases.
Will there be support for local databases in the future?
There are no currently announced plans to add this functionality; however we are closely monitoring the needs of the developers and users to identify features that would benefit everyone.
只能用C#开发。不支持C++
Native Code Support
Can I write my application in C++?
No, currently C# is the only supported language for developing on the Windows Phone 7 Series platform.
Can I write my application in VB?
Not at this time, however this is being strongly considered for a future release of the developer tools.
Can I P/Invoke into System API’s?
No, as an ISV there is no access to the system API’s using P/Invoke. Any application that attempts to use P/Invoke will be rejected from being published to the MarketPlace.
Can I P/Invoke my own native DLL?
No, native code may not be run as any part of your application. P/Invokes are not permitted.
加上今天的新闻微软:Windows Phone 7用户根本不需要复制和粘贴
微软脑子被烧坏了?
Comments