Karmencita - object query language for .NET(voidsoft.ro)

submitted by MariusMarius(80) 6 years, 2 months ago

Karmencita is an object query language for .NET . It's purpose is to allow easy querying from in memory structured data. Here is some sample code : // get an array of running processes Process[] proc = Process.GetProceses(); // initialize Karmencita with the type of object to be queries ObjectQuery<Process> oq = new ObjectQuery<Process>(); // write the query string query = "BasePriority > 3 and Responding = true and MainWindowTitle Like C%"; //run the query Process[] processes = (Process[]) oq.Select(proc, query);

add a comment |category: |Views: 2

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story