Click here to Skip to main content
16,012,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: alert problem Pin
RaviJJain24-Nov-06 1:51
RaviJJain24-Nov-06 1:51 
AnswerRe: alert problem Pin
DineshSharma23-Nov-06 22:34
DineshSharma23-Nov-06 22:34 
GeneralRe: alert problem Pin
Kissy1623-Nov-06 23:17
Kissy1623-Nov-06 23:17 
AnswerRe: alert problem Pin
Britney S. Morales24-Nov-06 3:13
Britney S. Morales24-Nov-06 3:13 
AnswerRe: alert problem Pin
iamrashida8325-Nov-06 7:43
iamrashida8325-Nov-06 7:43 
QuestionVB.Net is better then C# in web development......if not then why Pin
DineshSharma23-Nov-06 20:16
DineshSharma23-Nov-06 20:16 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
RaviJJain23-Nov-06 20:50
RaviJJain23-Nov-06 20:50 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Guffa24-Nov-06 0:39
Guffa24-Nov-06 0:39 
The best language for you is the one that you write the best code in. It doesn't matter how good a language is if you can't use it.

When it comes to performance or capabilities, the differences between VB.NET and C# is not that big.

Personally I prefer C# mostly because of the structure of the language, and the strict type checking. VB lets you get away with automatic conversions that really isn't good for you.

For example, this works in VB:

Dim Cnt As String<br />
Cnt = 1<br />
Cnt = Cnt + 1


The result is that the string Cnt now contains "2" as VB automatically converts the value back and forth between strings and integers, so it works more or less as intended. The problem is that the conversions makes the code take about 600 times longer than if you would have used an integer variable instead. Imagine if you use this is a loop...

Of course C# doesn't let you write such garbage. Wink | ;)


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

GeneralRe: VB.Net is better then C# in web development......if not then why Pin
Paddy Boyd24-Nov-06 0:52
Paddy Boyd24-Nov-06 0:52 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
Grapes-R-Fun24-Nov-06 14:26
Grapes-R-Fun24-Nov-06 14:26 
AnswerRe: VB.Net is better then C# in web development......if not then why Pin
GaryWoodfine 24-Nov-06 23:52
professionalGaryWoodfine 24-Nov-06 23:52 
QuestionProblem In Text box Validation in Datagrid? Pin
nabeelkhan23-Nov-06 19:37
nabeelkhan23-Nov-06 19:37 
AnswerRe: Problem In Text box Validation in Datagrid? Pin
shreekar23-Nov-06 20:11
shreekar23-Nov-06 20:11 
QuestionProblem in Validation of textBox Control in Datagrid? Pin
nabeelkhan23-Nov-06 19:17
nabeelkhan23-Nov-06 19:17 
AnswerRe: Problem in Validation of textBox Control in Datagrid? Pin
RaviJJain23-Nov-06 20:42
RaviJJain23-Nov-06 20:42 
Questionerror while loading an ASPX page Pin
demane23-Nov-06 18:57
demane23-Nov-06 18:57 
AnswerRe: error while loading an ASPX page Pin
R.Palanivel24-Nov-06 1:27
R.Palanivel24-Nov-06 1:27 
AnswerRe: error while loading an ASPX page Pin
iamrashida8325-Nov-06 7:48
iamrashida8325-Nov-06 7:48 
QuestionMaximum Image upload size Pin
sundarDATA23-Nov-06 18:55
sundarDATA23-Nov-06 18:55 
AnswerRe: Maximum Image upload size Pin
Britney S. Morales24-Nov-06 3:16
Britney S. Morales24-Nov-06 3:16 
GeneralRe: Maximum Image upload size Pin
sundarDATA28-Nov-06 18:25
sundarDATA28-Nov-06 18:25 
Questionaspx 2.0 deployment and class object Pin
Haseeb Mukhtar23-Nov-06 18:24
Haseeb Mukhtar23-Nov-06 18:24 
AnswerRe: aspx 2.0 deployment and class object Pin
Grapes-R-Fun24-Nov-06 14:36
Grapes-R-Fun24-Nov-06 14:36 
Questionwhat is the use of cruise control? Pin
Tridip Bhattacharjee23-Nov-06 18:23
professionalTridip Bhattacharjee23-Nov-06 18:23 
Questionhow to use hibernate with c#? Pin
Tridip Bhattacharjee23-Nov-06 18:22
professionalTridip Bhattacharjee23-Nov-06 18:22 

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.