Choosing the Development Language

Hello,
I'll receive the SDK soon, and it's my understanding that I'll have to buy also a licence for the language (so the environment) I want to use.
I know SAP recommends Visual Studio for Visual Basic.
I'm not 100% sure, but I think Microsoft scheduled the end of Visual Basic, and recommends Visual Basic .NET.
I'd like to know what you (Business One Developers) are using, which language, environment, what you think is the best (easy to use, to learn, to implement in SBO...)
Java ? .NET ? Delphi ? C++ ? Visual Basic ?
Thanks a lot for your answers
Sebastien Danober

Sebastien,
I work for a small company that offers product-based solutions vs. service-based solutions. Our size requires each developer to be very productive while our approach gives us complete control over the platforms on which we deploy. Because of these factors, we choose .NET. Currently, C# is our language of choice though you can achieve identical results with VB.
Since the SDK is implemented as COM objects and SBO's backend is currently SQL Server, a Microsoft platform is especially productive.
Visual Studio .NET includes a handful of features that increase productivity: Web Services and Window's Services are a breeze to implement, the debugger is well done and can even be used to debug remote processes or external COM objects, and properly implemented libraries can easily be reused in any environment - web, desktop or service.
That being said, .NET requires a third party engine like Mono if you want to run it on a non-Microsoft platform. In that case, Java is probably a better solution. If you are a service-based developer, Java may offer you more flexibility.
Good luck with whatever you choose,
Corbin

Similar Messages

  • My question is I want to buy MacBook Pro special specifications but found several languages ​​at the option of the keyboard I want a picture if you choose the keyboard language is Arabic as well please, I want a picture of the plate you include the keyboa

    My question is I want to buy MacBook Pro special specifications but found several languages ​​at the option of the keyboard I want a picture if you choose the keyboard language is Arabic as well please, I want a picture of the plate you include the keyboard letters in Arabic, English or Arabic only together?

    The only photo I could find of a 'genuine' Apple Arabic keyboard (NOT a keyboard cover/skin):
    It's from an older MacBook, it looks like, but I imagine that the MacBook Pro keybaord would be similar.
    Clinton

  • How can I choose the movy language? I know several ones and enjoy watching the movies in the original one.

    How can I choose the movy language? I know several ones and enjoy watching the movies in the original one.

    If the film's description page says that it has different audio tracks then you should be able to select the language via the playback control : http://support.apple.com/kb/HT5562

  • How on Netflix could i choose the french language. I could  do it on my wii :/

    How on Netflix could i choose the french language. I could  do it on my wii :/

    Sounds like you need a manual.
    Get one in English here: http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    Get one in French here: http://manuals.info.apple.com/frFR/iPhone_Guide_de_lutilisateur.pdf
    Get one in Spanish here: http://manuals.info.apple.com/esES/iPod_touch_3.0_Manual_delusuario.pdf
    Or go here to find one in your home language: http://www.apple.com/support/country/?dest=manuals

  • Choosing the right language for movies downloadable on the iTunes Store

    Hello,
    I just wanted to point out, that last night, I almost bought a movie in the non-original version through my iPhone/iPad and Apple TV, and this would have been a first (mistake). I have now noticed at work on iTunes that it does say what language the movie is in - I've also noticed some are multilingual, and some are just synchronized, and the language of the synopsis is not necessarily in the language of the actual movie, although I couldn't find my example from last night (?).
    My suggestion would be to either introduce a preferred language option, or to clearly distinguish the languages in which a movie is available, to make sure appointments are avoided!
    Thank you!
    bisi

    Suggestions to Apple will be best submitted through the iTunes feedback page. Your comments will be most likely to get to the proper people within Apple that way.
    BTW, this forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. Normally you will get the quickest and most applicable responses if you ask your questions in the general iTunes forums.
    Regards.

  • Cannot choose the system language while first system setup

    I have just got my new laptop. When i turned it on for the 1st time it asks you what language you want
    so when i went to do this i couldn't fine the mouse and the touch pad wouldn't do any thing.
    So what can i try to find this ??

    >When i turned it on for the 1st time it asks you what language you want
    Can you use the keyboards arrow buttons?
    Try it out!
    By the way: what notebook model do you have and what system is preinstalled?

  • Script to automate the display language on windows server

    Hi,
    I'm looking for a script which should change the windows display language from non-english to english (vizversa).
    Here is the scenario:
    On windows server 2008 R2 I have two language installed - Japanese and English with the help of MUI packs available on microsoft site. The native language of windows server 2008 R2 is Japanese. Consider there are 10 sys admins only knows
    Japanese but not english. Similarly there are 10 sys admins knowing only English. I  being english administrator, i should each time go to regional setting in the control panel and click on change display language to english. After
    I finish my task I need to set back the language to japanese(native).
    I'm looking for script which can auotmate this process.
    Objective:
    The script should automatical change the language to Japanese when I logoff from the system. 
    Here is the steps to reach "Change Display language" on windows server 2008
    Go to control Panel > Category view (on right side top ) > System and Security > Clock ,Language and Region > Under “Regional Language” > Change display
    language > Go to Tab “Keyboards and Languages” > Look for the dropdown menu “Choose a display language” and choose the appropriate language you prefer from the dropdown list
    Kindly note this menu/option is available for Vista,Windows 7 and Windows Server 2008. This option is also available on Windows XP/Server 2000/2003 provided the LIP/MUI is installed.
    Thanks
    Ezakial

    Hi,
    I'm looking for a script which should change the windows display language from non-english to english (vizversa).
    Here is the scenario:
    On windows server 2008 R2 I have two language installed - Japanese and English...
    Thanks
    Ezakial
    Guys,
    Forgive me, but I think you are making this far too complicated. Using a script to achieve this is, in my view the wrong tool, and a little dangerous. If your logoff script fails to run for any reason, 11 Japanese sysadmins will be waving Samurai swords
    at you :-).
    There is a single Group Policy setting that will do exactly what you want on Vista, W7, W2K8 & R2.
    Create a new Group Policy object ("English_interface", for example.
    Edit the new policy object
    Drill down to "User Configuration, Policies, Administrative Templates, Control Panel, Regional and Language Options"
    Pick the setting "Restricts the UI languages Windows should use for the selected user" and Enable it.
    Drop down the "Restrict users to the following language" and pick "English"
    Click "OK"
    Link your new GPO somewhere in the OU hierarchy that contains the English user
    If other (Japanese?) users are also in the same container, you can filter application of the GPO by security group so that the policy can only be read and applied by the English group.
    That's all you need to do!
    As a point of principle. I ALWAYS install my OS in US English then add languages, and set the locals to use their own language. This is because service packs and hotfixes invariably arrive for US English first, and some hot fixes are NEVER translated.
    I'm just doing this for a single W7 build in English, to be deployed in 6 countries, with 7 different languages and 9 different keyboard layouts. Fun...
    Come back if you need more help. I volunteer to visit and help if you want!
    Richard
    MCSE, MCITP, MCT etc.
    Switzerland
    RS

  • I have created 2 websites one is in english and the other in russian how can i link these 2 so that on each page you can choose to read the page in russian or english??? like how do i put the two language flag toggles?

    like how do i put the two language flag toggles such that you can choose to read the site in russian or english?

    On each of the English pages add a Russian flag and link that flag to the Russian equivalent page with the Inspector/Link/Hyperlind pane.
    On each of the Russian pages add a US or British flag and link that flag to the equivalent English page.
    OT

  • Do you recommend iPhoto '11 and can I choose the language at installation?

    hi,
    I am thinking of buying iLife 11 to upgrade iPhoto. Do you recommend it? I am also buying Snow which I understand I need with iLife 11.
    Also, I would buy it in Italy, but need to have it installed in English. Is there an option to choose the language of iLife?
    Thanks,
    M.

    Look at the Information pages on
    http://www.apple.com/ilife/iphoto/
    See if you find the new features compelling. They are all around sharing and presentation rather than core enhancements to the managing and processing of the photos. It's fair to say that not everyone is thrilled with the changes. Personally, I don't find t particularly compelling compared to iPhoto 09.
    You can change the language for the OS and all the apps in System Preferences. So, yes, you can have iPhoto in English.
    Regards
    TD

  • Please answer me... can I choose the language in a rental

    please answer me... can I choose the language in a rental movie????

    If you are speaking of an iTunes rental? then I do not believe so......the credits for the film will show what language subtitles are available for the film.....

  • I choose the language English, but Photoshop was installed in my PC in Portuguese.

    I choose the language English, but Photoshop was installed in my PC in Portuguese ... How can I change this?

    Try here
    Order product | Platform, language swap

  • Why everytime i choose the language french to install my photoshop elements 7 it stays in english

    thank you

    I have PSE6 and I believe it's the same in PSE7.
    When you choose 'French', it's only the language for the installation process which is changed.
    The program stays in its own language version. You should have a French version PSE7.
    In my PSE11, I can choose the language not only for the installation process, but for the editor/organizer also. (4 languages choice I believe).

  • How can i choose the language for a book on ibookstore

    Hi,
    I want to search books on ibookstore in different language, for example, i wanna download "aleph" from paulo coelho in french and in english.
    I dont find how to set the languages !!! I find itnot convenient at all !
    Thanks for your help

    Hi, thanks for your answer.
    In fact, I didn't mean to buy a same book that could be read in english and in french.
    I want to buy the french version separatly from the english version.
    But I can not find where I can choose the language of the book I'm buying.
    I want to buy the book called Aleph. I tried everything: "Aleph eng" (for english) and "Aleph fr" , but all I found was spanish, portuguese, romanian versions, not french nor english.
    It is amazing to see an apple apps missing such basic setting !

  • What are the programming language used in adobe livecycle development?

    hi friends,
                    I am a fresher.I woundered what adobe has done in livecycle import option.so i want to know wht is the programming language used and how they read graphical fields like line,circle.

    Programatically, Java is the language used to implement business logic that would plug into LiveCycle.  I believe you can use C# for older versions.  However, that information is irrelevant to your problem.
    That being said, it's typically not advisable to be modifying PDF files generated by different applications (iText, Adobe LiveCycle, etc.).  While both documents may render out as "PDF", they will not be created internally in the same manner.  I would advise that it may be easy to add PDF files generated by other applications as attachments, they are not going to be easily handled unless you address each specific document in a custom manner.

  • Wrong language when choosing a preferred language which is not the main UI language in some iOS8 apps (including App Store)

    I've chosen Galician as my preferred language in iOS8. Since the iPhone is not translated to Galician, only the apps which are translated into Galician show up in that language, but the UI shows in Spanish (the second preferred language). Or should it be like that, because some apps (Twitter, Telegram, even the App Store) which have an Spanish translation show up in English. The App Store is even buggier because its fine on my iPad and it used to be OK on my iPhone with these settings, but suddenly it switched to English only in the iPhone. No matter how many times I force quit or reboot the iPhone, wrong language is displayed in some apps.

    I think correct behavior is for apps to use the 2nd language on the list, if they do not have the first but do have the 2nd.  I don't know why some app would do otherwise.

Maybe you are looking for

  • IPhoto is not deleting my photo and freezes. Please help.

    I updated my iPhoto and now I am organizing and deleting some photos however it does not delete. I tried cutting it and it went to trash in iPhoto, and tried clearing the trash bin and it does not do anything. I also tried in the General tab to delet

  • Invoice payment due date to friday if it falls on Weekend

    Hi All, I have an interesting requirements in payment terms due date calculation. Say we assign a payment term to customer and Invoice is done.  If the due date falls in the weekend ..say 2 july 2014 which is  a Saturday. Can we set the system so due

  • How to fetch the components operation and workcenter. pp report

    Hi experts,              this report is for pp module ,routing details,in our program only give the ouput of the header materials operation and workcenter but not get into components. before we clariy if the materilas is e or x - check the plpo opera

  • Mail.APP has been deleted and don't know how to get it back ?

    Please forgive my stupidity, But I have deleted my Mail app I don't know how but all that appears now in it's place on the dock is a black piece of paper with a ruler and stuff. Could somebody please help me out and tell how to get it back

  • SAP Script - Editor Window

    Hi, I am working on SAP SCRIPTS and the Editor Window has a maximum of 72 characters per line. I want to use BOX command 'BOX YPOS '1.75' CM HEIGHT '0.30' IN WIDTH '8.26' IN FRAME 10 TW INTENSITY 15' and I am unable to write this in 1 command line. H