|
|
Browse by Tags
All Tags » .NET » C# » delegates » Tutorials
-
Did you know that .NET provides an easy way to interact and control console programs? In this article I will walk you through this process by creating a wrapper class for Google’s Tesseract OCR application. At the end of this post, I will provide a complete WinForms-based frontend for Google’s Tesseract OCR Engine.
Initial ...
-
In the previous article I discussed a few of the benefits of stack allocation as well as a couple of C# keywords which help you to leverage those benefits. However, the one megabyte default stack size is too small for stack allocation to be used with a large dataset. Alternatively, in some threading situations one megabyte per thread/fiber can ...
|
|
|