Reading Bytes From File in C#
Reading bytes from a file has never been simpler. Thanks to the various classes and methods in the .NET framework we can read the entire content of a file in one line of code. The following video clip (hebrew) explains how to do it. More video ... המשך לקרוא>
life , 06-02-2013 15:48
Functional Programming Talk
Yesterday I had the pleasure of speaking in front of a number of my colleagues in Sela about functional programming.  My talk’s title was ‘The Essence of Functional Programming’ and it dealt with what I consider to be the primary differences ... המשך לקרוא>
yuvmaz , 05-20-2013 13:27
WCF And TWAIN Series Tutorial Practical
Hello everyone. my main mission was to scan multiple pages and uploading them to the WCF Service. I create series tutorial that's finally will be part of system in the production . You can see in this figure the main Architectures scanner ... המשך לקרוא>
liorgr , 05-19-2013 16:33
My Wish List for Windows “Blue”
Many rumors are flying around at this time about the upcoming release of Windows 8.1 (code named “Blue”, which represents a wave of product updates, including Windows Phone and others). I thought I‘d state my hopes for this release, not just ... המשך לקרוא>
pavely , 05-17-2013 17:48
Fast Search Pipeline Extensibility for Specific Content Source
Since the Pipeline Extensibility is not restricted to any content source and the fact that you do not have a proper API, makes it really hard to work with a specific Content Source. Luckily for us we have a Crawled Property which is mapped to ... המשך לקרוא>
choroshin , 05-17-2013 4:01
Part 2 : working with twain ,memory Consider ...
Take a look on previous article how implement twain today i focus on memory 1. Implement the Dispose Pattern. 2. Release memory from the heap to prevent our application to grow up the Virtaul Memory. (as we call him just memory) 1. Implement ... המשך לקרוא>
liorgr , 05-16-2013 11:22
Testing a Longest-Common Prefix Implementation Using Model-Based Testing
In  my last post I discussed how to implement a Longest-Common Prefix (LCP) algorithm in both an imperative and functional manner in C#.  I also mentioned the fact that for the imperative implementation I needed some to write some ... המשך לקרוא>
yuvmaz , 05-15-2013 4:12
Part 1: working with twain
hello after reading my last blog about large files upload handler i will focus today on twain protocol.the twain protocol allow you to speak with scanner device and camera... Why twain and not Windows Image Acquisition (WIA)? it's support ... המשך לקרוא>
liorgr , 05-12-2013 9:13
Longest Common Prefix with C# and LINQ
I recently can across an interesting problem:  Given a set of n directories, find the most nested directory that is an ancestor of all of them.  This is equivalent to finding the longest common prefix . For example, if I have the following ... המשך לקרוא>
yuvmaz , 05-10-2013 5:31
Creating Threads in C#
Creating a new thread in C# involves with using the ThreadStart delegate type. The following video clip (hebrew) explains how to create simple threads using that delegate type. More video clips about fundamental topics in C# can be found at ... המשך לקרוא>
life , 05-06-2013 15:44
Page 1 of 130 (1298 items) 1 2 3 4 5 Next > ... Last »