Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Logon with UserName and Password Pin
PIEBALDconsult17-Sep-07 14:01
mvePIEBALDconsult17-Sep-07 14:01 
QuestionConsole application keypress Pin
ballzinator17-Sep-07 11:50
ballzinator17-Sep-07 11:50 
AnswerRe: Console application keypress Pin
ChrisKo17-Sep-07 12:27
ChrisKo17-Sep-07 12:27 
GeneralRe: Console application keypress Pin
ballzinator18-Sep-07 3:27
ballzinator18-Sep-07 3:27 
GeneralRe: Console application keypress Pin
Big Daddy Farang18-Sep-07 8:22
Big Daddy Farang18-Sep-07 8:22 
Questionwhat is better c# or vb.net ?? Pin
sofy200817-Sep-07 11:49
sofy200817-Sep-07 11:49 
AnswerRe: what is better c# or vb.net ?? Pin
Matthew Cuba17-Sep-07 12:42
Matthew Cuba17-Sep-07 12:42 
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 

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.