C# and Visual C#, Difference?
-
both are different, right? just as c++ and visual c++. what i have seen is C# is for console applications, why Visual C# is not as popular as c#? :confused: Tell me some good book for Visual C#. :rolleyes: @ish@
Aisha Ikram wrote: what i have seen is C# is for console applications, why Visual C# is not as popular as c#? hmmmm is that so?...i don't think there is any difference. Aisha Ikram wrote: Tell me some good book for Visual C#. Inside C# by Tom Archer, Microsoft Press (Good for learning the language) Professional C#, Wrox Press (Covers the base class libraries as well) May the Source be with you Sonork ID 100.9997 sijinjoseph
-
both are different, right? just as c++ and visual c++. what i have seen is C# is for console applications, why Visual C# is not as popular as c#? :confused: Tell me some good book for Visual C#. :rolleyes: @ish@
As Sijin said there isn't any difference in the language. C# is the language, Visual C# is a product produced by Microsoft which includes an IDE to help make the writing of C# programs faster. VC# includes a forms designer, as well as some wizards that will generate code. James - out of order -
-
As Sijin said there isn't any difference in the language. C# is the language, Visual C# is a product produced by Microsoft which includes an IDE to help make the writing of C# programs faster. VC# includes a forms designer, as well as some wizards that will generate code. James - out of order -
Finally you shot down that bloody sig. At a time I thought exposing an annoying sig and evangelizing .NET at the same time was just too much wrong for a single guy. ;P
Back to real work : D-17.
-
Finally you shot down that bloody sig. At a time I thought exposing an annoying sig and evangelizing .NET at the same time was just too much wrong for a single guy. ;P
Back to real work : D-17.
:laugh: And depending on your viewpoint I can add to that by being a right-wing conservative ;P James - out of order -
-
:laugh: And depending on your viewpoint I can add to that by being a right-wing conservative ;P James - out of order -
<sarcasm>:omg: That's horrible!</sarcasm> This message was paid in part by the Republican National Commitee:-D
You will now find yourself in a wonderous, magical place, filled with talking gnomes, mythical squirrels, and, almost as an afterthought, your bookmarks -Shog9 teaching Mel Feik how to bookmark I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder
-
<sarcasm>:omg: That's horrible!</sarcasm> This message was paid in part by the Republican National Commitee:-D
You will now find yourself in a wonderous, magical place, filled with talking gnomes, mythical squirrels, and, almost as an afterthought, your bookmarks -Shog9 teaching Mel Feik how to bookmark I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder
-
Bah! Spoken like a true member of the Green Party!;P
You will now find yourself in a wonderous, magical place, filled with talking gnomes, mythical squirrels, and, almost as an afterthought, your bookmarks -Shog9 teaching Mel Feik how to bookmark I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder
-
Bah! Spoken like a true member of the Green Party!;P
You will now find yourself in a wonderous, magical place, filled with talking gnomes, mythical squirrels, and, almost as an afterthought, your bookmarks -Shog9 teaching Mel Feik how to bookmark I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder
-
Aisha Ikram wrote: what i have seen is C# is for console applications, why Visual C# is not as popular as c#? hmmmm is that so?...i don't think there is any difference. Aisha Ikram wrote: Tell me some good book for Visual C#. Inside C# by Tom Archer, Microsoft Press (Good for learning the language) Professional C#, Wrox Press (Covers the base class libraries as well) May the Source be with you Sonork ID 100.9997 sijinjoseph
Sijin, thanks for recommending the books :-). Sijin wrote: hmmmm is that so?...i don't think there is any difference. Well that was just an idea, i was not really sure. but yes you are right, no difference except that Visual C# provides wizards and win forms like things. @ish@ - When there is a will there is a way
-
As Sijin said there isn't any difference in the language. C# is the language, Visual C# is a product produced by Microsoft which includes an IDE to help make the writing of C# programs faster. VC# includes a forms designer, as well as some wizards that will generate code. James - out of order -
right, i agree :-) @ish@ check my latest article in .NET section What is Common Language Runtime(CLR)?