Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Merge DataGridView Cell in Winforms ? Pin
dan!sh 16-Aug-18 3:20
professional dan!sh 16-Aug-18 3:20 
QuestionC# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
RAFish040415-Aug-18 8:48
RAFish040415-Aug-18 8:48 
AnswerRe: C# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
Richard Andrew x6415-Aug-18 12:37
professionalRichard Andrew x6415-Aug-18 12:37 
GeneralRe: C# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
RAFish040415-Aug-18 13:41
RAFish040415-Aug-18 13:41 
QuestionWhich language and IDE would require less coding for my test program? Pin
Member 1297423513-Aug-18 15:24
Member 1297423513-Aug-18 15:24 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
OriginalGriff13-Aug-18 19:49
mveOriginalGriff13-Aug-18 19:49 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
Richard MacCutchan13-Aug-18 21:31
mveRichard MacCutchan13-Aug-18 21:31 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
Eddy Vluggen14-Aug-18 0:51
professionalEddy Vluggen14-Aug-18 0:51 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
Mycroft Holmes14-Aug-18 1:30
professionalMycroft Holmes14-Aug-18 1:30 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
Eddy Vluggen14-Aug-18 2:25
professionalEddy Vluggen14-Aug-18 2:25 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
Dave Kreskowiak14-Aug-18 3:30
mveDave Kreskowiak14-Aug-18 3:30 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
OriginalGriff14-Aug-18 3:54
mveOriginalGriff14-Aug-18 3:54 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
Richard MacCutchan14-Aug-18 5:49
mveRichard MacCutchan14-Aug-18 5:49 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
Eddy Vluggen14-Aug-18 6:14
professionalEddy Vluggen14-Aug-18 6:14 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
Member 1297423514-Aug-18 4:40
Member 1297423514-Aug-18 4:40 
GeneralRe: Which language and IDE would require less coding for my test program? Pin
OriginalGriff14-Aug-18 5:18
mveOriginalGriff14-Aug-18 5:18 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
BillWoodruff14-Aug-18 17:34
professionalBillWoodruff14-Aug-18 17:34 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
AnotherKen18-Aug-18 8:44
professionalAnotherKen18-Aug-18 8:44 
Well, in my opinion, you would find it easier to prototype things with C#, you could always port your code to C++ or even C if you need to for optomization reasons. Visual Studio can be downloaded for free, though it doesn't have all the useful libraries to make absolutely everything easier. If you go with Winforms at first you will not have to do any ASP.NET back-coding for the GUI, that can save a lot of time.

The reason I suggest C# is that it is Strongly Typed and Type Safe making it much easier to debug than a language like Java.
AnswerRe: Which language and IDE would require less coding for my test program? Pin
jschell19-Aug-18 7:33
jschell19-Aug-18 7:33 
QuestionProgram Help Pin
Bloodyway11-Aug-18 6:06
Bloodyway11-Aug-18 6:06 
AnswerRe: Program Help Pin
Luc Pattyn11-Aug-18 6:32
sitebuilderLuc Pattyn11-Aug-18 6:32 
GeneralRe: Program Help Pin
Bloodyway11-Aug-18 19:45
Bloodyway11-Aug-18 19:45 
AnswerRe: Program Help Pin
OriginalGriff11-Aug-18 19:31
mveOriginalGriff11-Aug-18 19:31 
GeneralRe: Program Help Pin
Bloodyway11-Aug-18 19:47
Bloodyway11-Aug-18 19:47 
GeneralRe: Program Help Pin
OriginalGriff11-Aug-18 20:08
mveOriginalGriff11-Aug-18 20:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.