If you've been using the .NET Framework since the beginning, you must have had to do some early code profiling, or framerate computation for realtime graphics. The first idea that pops up to acheive this is to use the DateTime.Now property and do some
Lire la suite...