Click here to Skip to main content
15,891,679 members
Home / Discussions / C#
   

C#

 
AnswerRe: errors occuring before build Pin
Luc Pattyn20-Feb-12 16:24
sitebuilderLuc Pattyn20-Feb-12 16:24 
GeneralRe: errors occuring before build Pin
Pete O'Hanlon20-Feb-12 21:52
mvePete O'Hanlon20-Feb-12 21:52 
QuestionExport excel with password protected Pin
selvakumark19-Feb-12 20:37
selvakumark19-Feb-12 20:37 
AnswerRe: Export excel with password protected Pin
Mycroft Holmes19-Feb-12 22:13
professionalMycroft Holmes19-Feb-12 22:13 
Generalwhich is the best language to learn Pin
KAFIL AHMED TAJAMUL DIVEKAR19-Feb-12 18:06
KAFIL AHMED TAJAMUL DIVEKAR19-Feb-12 18:06 
GeneralRe: which is the best language to learn Pin
BillWoodruff19-Feb-12 18:36
professionalBillWoodruff19-Feb-12 18:36 
GeneralRe: which is the best language to learn PinPopular
V.19-Feb-12 21:34
professionalV.19-Feb-12 21:34 
GeneralRe: which is the best language to learn Pin
GParkings19-Feb-12 23:20
GParkings19-Feb-12 23:20 
Very hard to say without more info but what follows is my very vague and generalized impression of various languages (which is likely to spark some debate, i'm sure)

JAVA - Very portable, good for both apps and web, fairly easy to pick up, fairly hard to master

C# - Almost identical to java with a few gotchas thrown in and some very nice 'syntactic sugar' from which (imo) java would benefit greatly (properties, the event system, etc). Supposedly portable but, mono project aside, no-one has bothered to do the work to make it run on anything besides MS OSs. Can make use of any .Net assembly so allows close collaboration with VB coders (if you like that sorta thing Poke tongue | ;-P ). Good for apps or, with the addition of ASP or WPF/Silverlight, web

VB - very easy to pick up. less 'rigid' in terms of code parsing allowing you to do things you probably shouldn't (has a bad reputation in some circles due to people doing things they shouldn't but, if you are strict with yourself and do things properly, its a perfectly fine language .... doesn't pay as much though Poke tongue | ;-P ). Benefits of .Net framework same as for c#

C++ - harder to pick up than the others but gives you greater control over things like memory management. Doesn't hold your hand though and you will need to quickly figure out what you are doing or you will have memory leaks all over the place and no garbage collector to scurry around after you sweeping it all under the rug Smile | :)
Pedis ex oris
Quidquid latine dictum sit, altum sonatur

GeneralRe: which is the best language to learn Pin
Dave Kreskowiak20-Feb-12 8:43
mveDave Kreskowiak20-Feb-12 8:43 
GeneralRe: which is the best language to learn Pin
jschell20-Feb-12 10:10
jschell20-Feb-12 10:10 
GeneralRe: which is the best language to learn Pin
Not Active20-Feb-12 8:48
mentorNot Active20-Feb-12 8:48 
GeneralRe: which is the best language to learn Pin
jschell20-Feb-12 10:18
jschell20-Feb-12 10:18 
AnswerRe: which is the best language to learn Pin
thatraja1-Mar-12 7:43
professionalthatraja1-Mar-12 7:43 
QuestionGet the value of the onCheckedChecked event Pin
MacIntyre19-Feb-12 12:59
MacIntyre19-Feb-12 12:59 
AnswerRe: Get the value of the onCheckedChecked event Pin
ProEnggSoft19-Feb-12 14:31
ProEnggSoft19-Feb-12 14:31 
GeneralRe: Get the value of the onCheckedChecked event Pin
BillWoodruff19-Feb-12 18:40
professionalBillWoodruff19-Feb-12 18:40 
GeneralRe: Get the value of the onCheckedChecked event Pin
ProEnggSoft19-Feb-12 19:35
ProEnggSoft19-Feb-12 19:35 
AnswerRe: Get the value of the onCheckedChecked event Pin
BillWoodruff19-Feb-12 18:39
professionalBillWoodruff19-Feb-12 18:39 
GeneralRe: Get the value of the onCheckedChecked event Pin
RichardGrimmer20-Feb-12 5:09
RichardGrimmer20-Feb-12 5:09 
QuestionVertical ProgressBar Pin
DerecL19-Feb-12 11:07
DerecL19-Feb-12 11:07 
AnswerRe: Vertical ProgressBar Pin
Pete O'Hanlon19-Feb-12 11:12
mvePete O'Hanlon19-Feb-12 11:12 
AnswerRe: Vertical ProgressBar Pin
Luc Pattyn19-Feb-12 11:55
sitebuilderLuc Pattyn19-Feb-12 11:55 
AnswerRe: Vertical ProgressBar Pin
BillWoodruff19-Feb-12 18:49
professionalBillWoodruff19-Feb-12 18:49 
QuestionActiveX Pin
lukluz19-Feb-12 6:31
lukluz19-Feb-12 6:31 
QuestionRe: ActiveX Pin
Eddy Vluggen19-Feb-12 6:56
professionalEddy Vluggen19-Feb-12 6:56 

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.