Performance Analysis for Windows - channel9
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 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...
The following code utilize the CDO service of Windows OS to send an email. In my research CDO SMTP client can only support SSL/TLS connection type for using ...