Click here to Skip to main content
15,881,380 members
Home / Discussions / C#
   

C#

 
AnswerRe: Anyone used/worked with iTextSharp off sourceforge.net Pin
Ravi Bhavnani30-Jan-06 8:07
professionalRavi Bhavnani30-Jan-06 8:07 
QuestionDataGrid + array Pin
ita_cas30-Jan-06 1:00
ita_cas30-Jan-06 1:00 
QuestionHow to get SqlTypes of a particular column in sqlserver using C# Pin
YogeshChoudhary30-Jan-06 0:58
YogeshChoudhary30-Jan-06 0:58 
QuestionC# or VB? Pin
cybernd30-Jan-06 0:51
cybernd30-Jan-06 0:51 
AnswerRe: C# or VB? Pin
NewbieDude30-Jan-06 1:17
NewbieDude30-Jan-06 1:17 
GeneralRe: C# or VB? Pin
Dave Kreskowiak30-Jan-06 1:39
mveDave Kreskowiak30-Jan-06 1:39 
GeneralRe: C# or VB? Pin
cybernd30-Jan-06 2:31
cybernd30-Jan-06 2:31 
AnswerRe: C# or VB? Pin
Guffa30-Jan-06 2:54
Guffa30-Jan-06 2:54 
There are no absolute, water-proof and one-sided reasons for choosing C# over VB. As VB uses the same framework, anything you can do in C# you can also do in VB. For an example, the untyped datatypes that you mention is a part of the framework, so of course they are also available in VB.

It's more a matter of taste. The difference is how you do things, not what you can do. For an example the event handing is easier in VB, if by easier you mean less typing. If you want to be able to read in the code what happens, the C# way is easier.

BASIC (Beginners All-purpose Symbolic Instruction Code) was a simple interpreted language in the beginning. Many attempts have been made to make it compiled and object oriented, and perhaps VB is one of the best, but my opinion is that the language still suffers from it's history. C# on the other hand is a language that is compiled and object oriented right from the start.

---
b { font-weight: normal; }


-- modified at 8:55 Monday 30th January, 2006
Questionopen xmlReader with internet explorer c# Pin
fady_sayegh30-Jan-06 0:18
fady_sayegh30-Jan-06 0:18 
AnswerRe: open xmlReader with internet explorer c# Pin
Douglas Troy30-Jan-06 5:34
Douglas Troy30-Jan-06 5:34 
QuestionIE Web Controls Pin
karthik_dotnet129-Jan-06 23:21
karthik_dotnet129-Jan-06 23:21 
QuestionSQL Server 2005 Pin
AB777129-Jan-06 23:18
AB777129-Jan-06 23:18 
AnswerRe: SQL Server 2005 Pin
Douglas Troy30-Jan-06 5:40
Douglas Troy30-Jan-06 5:40 
AnswerRe: SQL Server 2005 Pin
sucharita30-Jan-06 16:39
sucharita30-Jan-06 16:39 
GeneralRe: SQL Server 2005 Pin
AB777130-Jan-06 18:14
AB777130-Jan-06 18:14 
QuestionCode editor is not organizing my code Pin
NewbieDude29-Jan-06 21:42
NewbieDude29-Jan-06 21:42 
AnswerRe: Code editor is not organizing my code Pin
imsathy29-Jan-06 21:56
imsathy29-Jan-06 21:56 
AnswerRe: Code editor is not organizing my code Pin
Guffa29-Jan-06 22:42
Guffa29-Jan-06 22:42 
AnswerRe: Code editor is not organizing my code Pin
Colin Angus Mackay30-Jan-06 0:34
Colin Angus Mackay30-Jan-06 0:34 
GeneralRe: Code editor is not organizing my code Pin
NewbieDude30-Jan-06 0:54
NewbieDude30-Jan-06 0:54 
GeneralRe: Code editor is not organizing my code Pin
Sebastian Schneider30-Jan-06 1:03
Sebastian Schneider30-Jan-06 1:03 
GeneralRe: Code editor is not organizing my code Pin
leppie30-Jan-06 1:40
leppie30-Jan-06 1:40 
QuestionC#,Close Excel whitout the save as dialog Pin
jzb29-Jan-06 20:43
jzb29-Jan-06 20:43 
AnswerRe: C#,Close Excel whitout the save as dialog Pin
Guffa29-Jan-06 21:02
Guffa29-Jan-06 21:02 
AnswerRe: C#,Close Excel whitout the save as dialog Pin
AB777129-Jan-06 23:11
AB777129-Jan-06 23:11 

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.