votes
C# Generics Question
Here's some code I have written: [code] using System; namespace GenericsTest { class Program { static void Main(string[] args) { Console.WriteLine(Create<MyClass>()); Console ...
blah blah blah is here! blah blah » Close
Here's some code I have written: [code] using System; namespace GenericsTest { class Program { static void Main(string[] args) { Console.WriteLine(Create<MyClass>()); Console ...
I find that I practically never use arrays anymore because of the potential waste of memory from having to declare arrays more than large enough. Another reason is because arrays look old fashioned to me. List<> seems to have largel ...
Dear All, I want to ask something about speed. My teacher asked me to make a software in C# that acquires 1000 data per second, or 1ms per data. The data is a string with 16 characters (16 bytes). The data itself is coming from a microco ...
Got feedack? Found a bug? report it here.