.NET Benchmark Challenge
-
A post on the lounge reminded me of something I've been meaning to look up for a while: benchmark tests on .NET. Does anyone know of any benchmarks available, and, would anyone be interested in porting some standard benchmarks to C#, VB.NET and/or Managed C++? cheers, Chris Maunder
-
A post on the lounge reminded me of something I've been meaning to look up for a while: benchmark tests on .NET. Does anyone know of any benchmarks available, and, would anyone be interested in porting some standard benchmarks to C#, VB.NET and/or Managed C++? cheers, Chris Maunder
Here (MSDN - Microsoft) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dnbda/html/Bdadotnetarch13.asp You'll find a few perfomance comparison like Data Acces Techniques or Transaction Control. I would be interested, what kind of benchmarks do you have in mind ?. Andres Manggini. Buenos Aires - Argentina.
-
Here (MSDN - Microsoft) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dnbda/html/Bdadotnetarch13.asp You'll find a few perfomance comparison like Data Acces Techniques or Transaction Control. I would be interested, what kind of benchmarks do you have in mind ?. Andres Manggini. Buenos Aires - Argentina.
Here's a few: http://www.netlib.org/benchmark/ cheers, Chris Maunder