DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Share Point Sample Code

SharePoint Tips & Code 1.Here is a bit of code to retrieve the list items from a list: SPList list = web.Lists["MyLibrary"]; if (list != null) { var results…

Documents OPENCV

Content Introduction - Intel's openCV libs and the wrapper Features of the wrapper Environment and IDE Installation Common using of wrapper DLLs Sample binaries Sample…

Technology Analyzing memory usage and leaks

1. Ronn Black October 2010Analyzing Memory Usage and Leaks 2. NextObjPtrNextObjPtr 3. NextPtrNextPtrGen1Gen2Large Object HeapGen2Large Object HeapGen0RootsGen0RootsGen1 4.…

Documents Best Practices No 5 - Detecting .NET Application Memory Leaks

Best Practices No 5: - Detecting .NET application memory leaks - Cod... http://www.codeproject.com/KB/dotnet/BestPractices5.aspx × Not quite what you are looking for? You…