8

Hey, I have a keen interest to build an application for blackberry OS, can I do it with C#?

Also Blackberry has launched a plug-in for Visual Studio but how would you use it along with the simulator?

Blorgbeard
  • 93,378
  • 43
  • 217
  • 263
Swati
  • 2,837
  • 7
  • 41
  • 85

4 Answers4

7

No. You can't do it. You have got to use Java to do Blackberry development. There use to be a C/C++ API for blackberry but it is no longer supported.

Check this stackoverflow question out.

Community
  • 1
  • 1
Pablo Santa Cruz
  • 162,219
  • 30
  • 224
  • 277
3

Supposing you talk about BlackBerry Plug-in for Microsoft Visual Studio 1.2:

The BlackBerry® Plug-in for Microsoft® Visual Studio® allows web developers to leverage existing Microsoft® based developer tools to create and debug web projects for BlackBerry smartphones.

Maksym Gontar
  • 22,678
  • 9
  • 76
  • 114
  • Does this allow you to use C#? It just looks like a local browser application widget thingie, with a plugin for developing it in VS. – Roman A. Taycher Dec 10 '10 at 04:51
1

There is an open source project: http://code.google.com/p/csharpblackberry/

Joel Spolsky
  • 32,422
  • 17
  • 82
  • 101
Lennie
  • 189
  • 1
  • 1
  • 6
0

Blackberry Introduced Plugin for Visual Studio. But supported language is Java for developing BB app. You cant develop your app in C#.

DST
  • 1