Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li>ASP.NET is a web-application platform that runs on a web-server that is used to generate web-pages that are displayed in a web-browser. It is used to run websites. ASP.NET is absolutely unrelated to desktop or iOS applications.</li> <li>WPF is a UI framework that runs on top of the .NET Framework. WPF is heavily tied into Microsoft Windows. It is not available for any other platform.</li> <li>Silverlight is a cut down, 2D-only, version of WPF that is mainly used to build browser applets, and nowadays, Windows Phone 7 applications. It officially be used to target Windows, Windows Phone, OS X, and Linux (with Moonlight). It is not supported on iOS, either in the browser or as a means of developing an application.</li> <li>iOS applications are not "desktop applications" - a desktop application implies that it presents itself to the user as a non-exclusive, non-fullscreen window and accepts user-input primarily through mouse and keyboard, whereas an iOS application runs full-screen and accepts touch input or from a virtual keyboard.</li> <li>To develop for iOS, you must use an Apple-approved language and framework: officially this is C, C++ or Objective-C. (Generally speaking) applications that are not games must (ultimately) use Cocoa Touch for their user-interfaces in order to be consistent with the platform. Wrappers around Cocoa Touch, such as Xamarin (formerly known as MonoTouch) are permitted. This is also why Flash (even for out-of-browser) is not permitted: because you cannot use Cocoa Touch from within Flash, and the same applies to Silverlight).</li> </ul> <p>If you want to target iOS and use C# and the .NET Framework then this can be done with Xamarin, however you still need to use iOS's UI framework unless you're making a game and you use something like Unity.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload