Search Results

16
votes
7answers
3k views

Embedding JavaScript engine into .NET (C#)

Hi, just wondering if anyone has ever tried embedding and actually integrating any js engine into the .net environment. I could find and actually use (after a LOT of pain and effor …
2
votes

How do I serialize a C# anonymous type to a JSON string?

Use the Newtonsoft JSON library. …