C++ Performance measuring utility classes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 5...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 5...
The following URL contains the useful information about using xperf for analysis of Windows application and OS. http://channel9.msdn.com/Shows/Defrag-Tools/R...
The following article shows the good example how to use optimistic concurrency control in Entity Framework code first. http://msdn.microsoft.com/en-us/data/j...
1 2 3 4 5 6 7 8 9 10 11 using (var context = new BreakAwayContext()) { var davesDump = (from l in context.Lodgings where l.Name == "Dave...
If you create a file named [application].exe.config with the following contents in directory having your application, it can make logs on any socket connecti...