I’ve seem some projects out there and was wondering if anyone had any feedback.
The level of maturity of these projects seems low.
I’ve seem some projects out there and was wondering if anyone had any feedback.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Linq to WMI looks pretty good. I just downloaded it and had a look at it.
It basically wraps the ManagementObjectSearcher class of the System.Management namespace, builds an expression tree using the visitor pattern, executes your query and returns an IQueryable.
Simple and elegant, the code is a joy to look at.
http://linq2wmi.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15434