Favorite C# features
-
What are your favorite C# features? Mine would have to be the for loop... being able to specify the condition :-D
Xoy wrote:
What are your favorite C# features?
i'm C++ coder... do I have to explain though ? :-D :cool::rose:
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -
What are your favorite C# features? Mine would have to be the for loop... being able to specify the condition :-D
Xoy wrote:
Mine would have to be the for loop
The
for
loop isn't exactly a C# original! :~ Regards, NishMy blog : Nish’s thoughts on MFC, C++/CLI and .NET
-
Xoy wrote:
Mine would have to be the for loop
The
for
loop isn't exactly a C# original! :~ Regards, NishMy blog : Nish’s thoughts on MFC, C++/CLI and .NET
-
Xoy wrote:
Mine would have to be the for loop
The
for
loop isn't exactly a C# original! :~ Regards, NishMy blog : Nish’s thoughts on MFC, C++/CLI and .NET
believe he is talking about foreach? :confused:
-
believe he is talking about foreach? :confused:
-
Nishant Sivakumar wrote:
The for loop isn't exactly a C# original!
I know, but not all languages have it ;) If you really think about it there isn't all that much different in all the cish languages ;P
Xoy wrote:
I know, but not all languages have it
What languages don't have it? Just about any language I've run across has some form of a FOR loop. Sure Basic/VB is not C/C++/C#/Java-like but still similar. Even PHP is C-like. PC
-
What are your favorite C# features? Mine would have to be the for loop... being able to specify the condition :-D
using (IDisposable) { }
-
Xoy wrote:
I know, but not all languages have it
What languages don't have it? Just about any language I've run across has some form of a FOR loop. Sure Basic/VB is not C/C++/C#/Java-like but still similar. Even PHP is C-like. PC
-
I'm referring to being able to specify the condition... yes, most languages have a for loop... but in vb for example, its strictly counting.
Xoy wrote:
but in vb for example, its strictly counting
Yep, in VB you're stuck mimicing C-like FOR loops using WHILE loops.
-
using (IDisposable) { }
Yes!
Don't make me come down there. - God
-
What are your favorite C# features? Mine would have to be the for loop... being able to specify the condition :-D
So Microsoft, Makers of the next biggest thing that they will drop 4 years later cannot drop C#.
I only read CP for the articles. Code-frog System Architects, Inc.
-
What are your favorite C# features? Mine would have to be the for loop... being able to specify the condition :-D
I know that it is a .Net feature, but the Image class saved me a lot of work on the last app I wrote. :jig: Gary Kirkham Forever Forgiven and Alive in the Spirit He is no fool who gives what he cannot keep to gain what he cannot lose. - Jim Elliot Me blog, You read