background preloader

Scintilla

Scintilla

AJAX Control Toolkit The GTK+ Project NuGet jEdit log4cxx Short introduction to Apache log4cxx Apache log4cxx is currently undergoing Incubation at the Apache Software Foundation. Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR. Apache log4cxx is licensed under the Apache License, an open source license certified by the Open Source Initiative. Almost every large application includes its own logging or tracing API. Experience indicates that logging is an important component of the development cycle. Logging does have its drawbacks. Disclaimer Apache log4cxx is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache Logging Services.

Json.NET Popular high-performance JSON framework for .NET Version 6.0.2 - Created by James Newton-King - Product product = new Product();product.Name = "Apple";product.Expiry = new DateTime(2008, 12, 28);product.Sizes = new string[] { "Small" }; string json = JsonConvert.SerializeObject(product); Serialize JSON Deserialize JSON JArray array = new JArray();array.Add("Manual text");array.Add(new DateTime(2000, 5, 23)); JObject o = new JObject();o["MyArray"] = array; string json = o.ToString(); LINQ to JSON Validate JSON World-class JSON Serializer Serialize and deserialize any .NET object with Json.NET's powerful JSON serializer. LINQ to JSON Create, parse, query and modify JSON using Json.NET's JObject/JArray/JValue objects. JSON Schema Validation Validate incoming JSON using JSON Schema. High Performance 50% faster than DataContractJsonSerailzier, 250% faster than JavaScriptSerializer. Easy To Use Json.NET makes the simple easy and the complex possible. XML Support Run Anywhere Most Popular .NET library rtracy

jQuery cpp-netlib: The C++ Network Library

Related: