How can i determine which .Net features the compact framework has?
问题 I need to know which classes/types the compact framework supports. I found this, but it doesn't seem to help much. Specifically, I need to know if CF supports MultipartFormDataContent, as I need to upload a file from a handheld device to a Web API app. Does anybody know of a source that shows which classes/types are available in CF? 回答1: MSDN shows this information. If you go to a page, for example a class, and select the .NET 3.5 version of it, the members of the class will have a PDA icon