Click here to Skip to main content
15,921,174 members
Home / Discussions / C#
   

C#

 
AnswerRe: Automatic fluid (in theory) resize of Windows Forms App Pin
OriginalGriff20-Feb-12 21:01
mveOriginalGriff20-Feb-12 21:01 
GeneralRe: Automatic fluid (in theory) resize of Windows Forms App Pin
brendanpi21-Feb-12 11:40
brendanpi21-Feb-12 11:40 
AnswerRe: Automatic fluid (in theory) resize of Windows Forms App Pin
Luc Pattyn21-Feb-12 13:56
sitebuilderLuc Pattyn21-Feb-12 13:56 
QuestionConvert from unicode to English Pin
Member 770211020-Feb-12 18:34
Member 770211020-Feb-12 18:34 
AnswerRe: Convert from unicode to English PinPopular
OriginalGriff20-Feb-12 21:03
mveOriginalGriff20-Feb-12 21:03 
AnswerRe: Convert from unicode to English Pin
Alan Balkany21-Feb-12 4:21
Alan Balkany21-Feb-12 4:21 
QuestionformPrintHelper Component compatible in .NET 4 Client Profile? Pin
aquahoya20-Feb-12 12:16
aquahoya20-Feb-12 12:16 
AnswerRe: formPrintHelper Component compatible in .NET 4 Client Profile? Pin
Dave Kreskowiak20-Feb-12 12:27
mveDave Kreskowiak20-Feb-12 12:27 
AnswerRe: formPrintHelper Component compatible in .NET 4 Client Profile? Pin
Luc Pattyn20-Feb-12 12:28
sitebuilderLuc Pattyn20-Feb-12 12:28 
Answerthanks guys Pin
aquahoya20-Feb-12 12:38
aquahoya20-Feb-12 12:38 
Answererrors occuring before build Pin
aquahoya20-Feb-12 12:54
aquahoya20-Feb-12 12:54 
AnswerRe: errors occuring before build Pin
Luc Pattyn20-Feb-12 14:18
sitebuilderLuc Pattyn20-Feb-12 14:18 
GeneralRe: errors occuring before build Pin
aquahoya20-Feb-12 16:03
aquahoya20-Feb-12 16:03 
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 

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.