BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-22-2007, 11:30 AM   #1
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Thumbs up There's a BlackBerry .NET Plugin webcast today

Please Login to Remove!

I just signed up for it.. looks like it is going to happen today at 3PM.. It will be interesting to see what all they have to say.

Here is the link if anyone is interested BlackBerry - BlackBerry Plug-in for Microsoft Visual Studio
Offline  
Old 09-05-2007, 04:07 PM   #2
AllYourBase
Knows Where the Search Button Is
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 21
Default

How did this go? Have you had any luck with it at all?
Offline  
Old 09-05-2007, 04:13 PM   #3
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

It was pretty good.. just went over the basics. Tools seems to do what it is supposed to. It isn't low level down and dirty development, but you can make applications pretty quick and easy with it.
Offline  
Old 09-05-2007, 04:21 PM   #4
AllYourBase
Knows Where the Search Button Is
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 21
Default

Question: is the compact .net framework available for the Blackberry, or does this tool simply allow you to use Visual Studio to program apps in the BB Mobile Data Stream language?
Offline  
Old 09-06-2007, 02:59 PM   #5
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

No there is no .net compact framework for the Blackberry.. this tool simply allows you to use VS 2005 to build BlackBerry MDS applications..

It is kinda like an AJAX approach.. your screens are defined in XML and you use JavaScript for the logic in the applications.. The neat thing is that the applications look and run like a native BB application, not in the browser. Drag and Drop design your screens much like you would in a Windows application.

You can store things to Flash and access PIM information etc. You can also add web references to your project to call web services from the device... They also kinda have a "web reference like" feature where you can add a BlackBerry project from your existing .NET application and push data to the device... The sample that shows how to do this is kinda cool.. code attributes in JavaScript :D

Last edited by brcewane; 09-06-2007 at 03:01 PM..
Offline  
Old 09-06-2007, 03:24 PM   #6
AllYourBase
Knows Where the Search Button Is
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 21
Default

Thanks for the input!! I am hoping that someone out there is trying to develop a compact .net implementation for the bb in the same sense that mono is attempting to make a .net for linux. If this ever occurs, the Blackberry would benefit form a lot of cool apps done for the windows mobile platform.
Offline  
Old 09-07-2007, 05:16 PM   #7
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

I have a question - does this environment require the BlackBerry device itself have access to a BES with MDS?

Or can applications built in VS 2005 be deployed to just about any BlackBerry? (i.e. what are the prerequisite for BlackBerry users before they can install applications built by VS 2005)?
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Old 09-07-2007, 08:41 PM   #8
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

Yeah, they need a BES
Offline  
Old 09-07-2007, 08:54 PM   #9
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

Gotcha.
Then not too terribly useful for rapid development of consumer BlackBerry apps, then....
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Old 09-10-2007, 08:27 PM   #10
rfarrah
New Member
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: USCC
Posts: 1
Default .net framework

Excuse my ignorance. Can the BB access a .net framework online application?

With modifications, maybe?

Again, sorry if this is a stupid question - I'm new to the BB world.
Offline  
Old 09-11-2007, 09:25 AM   #11
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

You bet it can... it uses the BES (Blackberry Enterprise Server) to act like a secure gateway from the device right onto your corporate LAN.

All you have to do is expose your .NET application as a .NET web service or simply an ASP.NET page and you can access it via the BlackBerry.

If you use the BB Plugin for Visual Studio you can actually put your blackberry project in the same solution as your .NET webservice and then simply add it to your blackberry project as a web reference.
Offline  
Old 09-19-2007, 03:16 PM   #12
gkksarma
New Member
 
Join Date: Sep 2007
Model: 8830
PIN: N/A
Carrier: Verizon,Cingular,Sprint,T-Mobile
Posts: 1
Red face can we develop blue-tooth applications using the Plugin

1. can we develop blue-tooth applications using the MS-Visual Studio Plugin.
2. What about other Java API's that are available thru Blackberry's JVM.
Offline  
Old 09-20-2007, 09:53 AM   #13
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

Can't get out to the JavaApi's in the tool right now... hopefully they add some more of that support in the future.
Offline  
Old 09-25-2007, 09:13 PM   #14
b_d0za
Talking BlackBerry Encyclopedia
 
Join Date: Mar 2007
Model: 8100
Carrier: T-Mobile
Posts: 239
Default

Quote:
Originally Posted by brcewane View Post
Yeah, they need a BES
So if I wanted to mess around with this I wouldn't be able to put an app I make on my phone unless I had a BES?

I just wanted to make absolutely sure because I have VS2005 installed on my home computer and would love to be able to mess around with this plugin. But I wouldn't want to mess with it if I couldn't use the app on my phone.
Offline  
Old 09-26-2007, 08:29 AM   #15
brcewane
Thumbs Must Hurt
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: Rogers
Posts: 140
Default

All applications must be either pushed from or downloaded from the BES.

You can also get an Application only BES as well as a 5 free user BES license if you want to run the BES at home
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Schneider Electric Energy Server EBX510 Server For Energy Management- picture

Schneider Electric Energy Server EBX510 Server For Energy Management-

$4350.00



FANUC Server Driver A06B-6077-H111 picture

FANUC Server Driver A06B-6077-H111

$2158.86



FANUC Server Driver A06B-6117-H211 picture

FANUC Server Driver A06B-6117-H211

$3993.99



Electric Bain Marie Buffet Server 6 Pans 1200W Commercial Countertop Food Warmer picture

Electric Bain Marie Buffet Server 6 Pans 1200W Commercial Countertop Food Warmer

$269.00



NEW MOXA NPort 6450 Secure Terminal Server , NPort 6450/US , V1.8.0 picture

NEW MOXA NPort 6450 Secure Terminal Server , NPort 6450/US , V1.8.0

$179.99



Server SE-SS 07020 Server Express Single Drop-In - NEW - COMPLETE - Genuine OEM picture

Server SE-SS 07020 Server Express Single Drop-In - NEW - COMPLETE - Genuine OEM

$180.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.