background preloader

Librarys

Facebook Twitter

Cpp-netlib: The C++ Network Library. Scintilla. NuGet. jQuery. 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. BLToolkit. AJAX Control Toolkit. Log4net. ACE. 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. Inserting log statements into code is a low-tech method for debugging it.

It may also be the only way because debuggers are not always available or applicable. This is usually the case for multithreaded applications and distributed applications at large. Experience indicates that logging is an important component of the development cycle. Logging does have its drawbacks. Disclaimer.