Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is better c# or vb.net ?? Pin
Patrick Etc.17-Sep-07 13:33
Patrick Etc.17-Sep-07 13:33 
For graphics and vector manipulation? You'll tear your hair out trying to use VB.NET for such a thing. Two main reasons:

1. The C# syntax is unambiguous when you're referencing array/matrix/vector indices. In VB.NET, array access and function calls are syntactically identical.

2. Numeric manipulation. VB.NET conceals every rounding, casting, and floating point operation. It tries its best to figure out what you wanted and when precision matters, always gets it wrong unless you're very well versed in the language and know exactly when to cast and when not to.

Obviously either language WILL work for this and depending on your skill level, it may not make any difference. But like the previous poster says - if you've already got a background in C++/Java then C# will be easier to use.



The early bird who catches the worm works for someone who comes in late and owns the worm farm. -- Travis McGee

GeneralRe: what is better c# or vb.net ?? Pin
PIEBALDconsult17-Sep-07 13:58
mvePIEBALDconsult17-Sep-07 13:58 
GeneralRe: what is better c# or vb.net ?? Pin
Luc Pattyn17-Sep-07 14:41
sitebuilderLuc Pattyn17-Sep-07 14:41 
AnswerRe: what is better c# or vb.net ?? Pin
BoneSoft17-Sep-07 17:50
BoneSoft17-Sep-07 17:50 
GeneralRe: what is better c# or vb.net ?? Pin
Big Daddy Farang18-Sep-07 8:30
Big Daddy Farang18-Sep-07 8:30 
GeneralRe: what is better c# or vb.net ?? Pin
BoneSoft18-Sep-07 8:51
BoneSoft18-Sep-07 8:51 
AnswerRe: what is better c# or vb.net ?? Pin
PIEBALDconsult17-Sep-07 18:15
mvePIEBALDconsult17-Sep-07 18:15 
AnswerRe: what is better c# or vb.net ?? Pin
Nouman Bhatti17-Sep-07 18:58
Nouman Bhatti17-Sep-07 18:58 
GeneralRe: what is better c# or vb.net ?? Pin
sofy200818-Sep-07 9:18
sofy200818-Sep-07 9:18 
QuestionHow to connect to network printer via C# Pin
coleschuk17-Sep-07 11:07
coleschuk17-Sep-07 11:07 
AnswerRe: How to connect to network printer via C# Pin
zhousz17-Sep-07 17:28
zhousz17-Sep-07 17:28 
AnswerRe: How to connect to network printer via C# Pin
ekynox17-Sep-07 17:35
ekynox17-Sep-07 17:35 
GeneralRe: How to connect to network printer via C# Pin
coleschuk18-Sep-07 3:27
coleschuk18-Sep-07 3:27 
GeneralRe: How to connect to network printer via C# Pin
ekynox14-Nov-07 0:52
ekynox14-Nov-07 0:52 
GeneralRe: How to connect to network printer via C# Pin
Pallavi0024-May-11 19:16
Pallavi0024-May-11 19:16 
QuestionPlease help !! Pin
ss.mmm17-Sep-07 10:31
ss.mmm17-Sep-07 10:31 
QuestionRe: Please help !! Pin
ss.mmm17-Sep-07 10:46
ss.mmm17-Sep-07 10:46 
AnswerRe: Please help !! Pin
Bino B19-Sep-07 16:52
Bino B19-Sep-07 16:52 
QuestionHow do I save Image with a different resolution? Pin
aei_totten17-Sep-07 10:08
aei_totten17-Sep-07 10:08 
AnswerRe: How do I save Image with a different resolution? Pin
ChrisKo17-Sep-07 10:43
ChrisKo17-Sep-07 10:43 
GeneralRe: How do I save Image with a different resolution? Pin
aei_totten17-Sep-07 10:46
aei_totten17-Sep-07 10:46 
AnswerRe: How do I save Image with a different resolution? Pin
Guffa17-Sep-07 11:12
Guffa17-Sep-07 11:12 
QuestionMessage Removed Pin
17-Sep-07 9:35
mango200217-Sep-07 9:35 
AnswerRe: Template or Code Pin
Pete O'Hanlon17-Sep-07 9:44
mvePete O'Hanlon17-Sep-07 9:44 
QuestionWriting a chat program Pin
frixoft17-Sep-07 7:46
frixoft17-Sep-07 7:46 

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.