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);

Json.NET

BLToolkit. AJAX Control Toolkit. Log4net. ACE. Log4cxx. Short introduction to Apache log4cxx Apache log4cxx is currently undergoing Incubation at the Apache Software Foundation.

log4cxx

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.