Swati
Swati

Reputation: 2918

Can I develop Blackberry applications using C# .NET on windows7

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?

Upvotes: 8

Views: 10829

Answers (4)

Lennie
Lennie

Reputation: 209

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

Upvotes: 1

DST
DST

Reputation: 1

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

Upvotes: 0

Maksym Gontar
Maksym Gontar

Reputation: 22775

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.

Upvotes: 3

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181280

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.

Upvotes: 7

Related Questions