tags:

views:

150

answers:

2

I love jQuery. I am probably going to have some XML parsing and manipulation using C#. It would be a piece of cake doing it in jQuery.

Is there a C# library that implements jQuery's functionality?

+2  A: 

I think LINQ is probably what you are looking for.

Jake Pearson
+6  A: 

Linq to XML, for what you want to do.

Robert Harvey
Thanks! I will look into it right away then. :)
Hugo Estrada