As we all know, in Windows 7, we can right-click "my computer"-> "attribute" to view the overall score of system performance. This score includes the performance evaluation scores of processor, memory, graphics, gaming graphics, and hard drive. Codeplex has a project called "Wei share", which involves multiple. NET technologies such as WPF, WCF, Silverlight, and azure. Using this software, you can not only obtain computer performance scores, but also share local dataCommunity. For example, Wei share cloud server and Facebook.
Software usage
ApplicationProgramYou can download and use the source code on the Wei share website. Most Dev may like the latter. After running the program, you may be prompted to re-evaluate the computer performance because of different individual machines.
During the evaluation process, the software calls c: \ windows \ system32 \ winsat. Ext to test various system performance indicators.
After a long wait, the latest evaluation data in the c: \ windows \ performance \ winsat \ datastore directory will be obtained through the getlatestwinsatfileinfo method.
Public static System. Io. Fileinfo Getlatestwinsatfileinfo (){ // Check if the computer has a \ winsat dir. If (System. Io. Directory . Exists (helpers. Globals . Winsatdatastorefolderpath )){ // Because the program makes a new XML file on every update of the score, // We need to calculate the most recent, just incase the owner has upgraded. System. Io. Directoryinfo Xmlfolder = New System. Io. Directoryinfo (Helpers. Globals . Winsatdatastorefolderpath ); Datetime Lastaccesstime = Datetime . Minvalue; Return Xmlfolder. getfiles ( "*. Winsat. xml" ). Tolist (). orderbydescending (I => I. Name). firstordefault ();} Return null ;}
Share Wei data
Click "add to Wei share" and "post to Facebook" on the right of the Score list to share the evaluation data to "Wei share" or "Facebook. The Program uploads data to the Wei share cloud server developed by Silverlight through WCF (interested friends can download the source code for research ). On this site, we can refer to the configuration information of other score evaluation data.
You can also send the data to your personal Facebook and share it with your friends for reference.
References
Wei share
Http://weishare.cloudapp.net/
Http://weishare.codeplex.com/
Channel9 video
Http://channel9.msdn.com/posts/LarryLarsen/WEI-Share-Share-you-Windows-7-Experience-Index/