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
Replace the ancient XmlNodes
In a project I was working on, I had to continue developing on an older code. And get a lot of information contained inside a specific xml that was sent by a web service. The thing was that all the old code used XmlNode object, that exists in ... המשך לקרוא>
Levinson , 12-14-2012 10:42
Visual Rx - Part 6
Visual Rx - Part 6 this post is part of the Visual Rx series and it will focus on Visual Rx Viewer Side Extensibility . this post is dealing with advance topic, you may want to read other post on this series before reading this one. this post ... המשך לקרוא>
bnaya , 10-25-2012 21:06
C# how to copy entire row from one DataTable to another DataTable
Hi, This post comes as a description, of a certain need I've run into: I have a DataTable, which sometimes can have more than oner row. In that case, I need to find the last updated row, and insert it into another DataTable. The code which ... המשך לקרוא>
yonathanm , 10-10-2012 10:05
Visual Rx - Part 3
Visual Rx - Part 3 this post is part of the Visual Rx series and it will focus on how to start working with Visual Rx . you can see this series TOC in here . as I was mention in previous posts Visual Rx is divided into 2 parts: SDK - which is ... המשך לקרוא>
bnaya , 08-12-2012 18:37
Visual Rx - Part 2
Visual Rx - Part 2 this is the second post in the Visual Rx series. this post will focus on the viewer side. you can see this series TOC in here . as we saw in the previous post the main view of the Visual Rx viewer is using a tab control ( ... המשך לקרוא>
bnaya , 08-12-2012 18:36
Visual Rx - Part 1
Visual Rx - Part 1 this post is the first of series about Visual Rx . this post series also stand as the official help of Visual Rx. you can see this series TOC in here . Visual Rx is a bundle of API and a Viewer which can monitor and visualize ... המשך לקרוא>
bnaya , 07-30-2012 18:15
Rx - Join
Rx - Join this post is an advance one so you haven't yet master the Rx basic practice you might want to start in here . the post will focus on the Join and GroupJoin operators and we will try to get a solid understanding of what does it ... המשך לקרוא>
bnaya , 04-04-2012 20:16
Rx TOC
Rx TOC this is a TOC (table of content) which summaries my previous post about Rx. Rx - for beginners TOC Rx – Code cartoon Rx - Buffer Rx - Window Rx - Sample Rx - Exception Handling Rx - Aggregate vs. Scan Rx - DistinctUntilChanged Rx and ... המשך לקרוא>
bnaya , 04-04-2012 20:09
Rx - Exception Handling
Rx - Exception Handling this post will discuss exception handling within the Rx arena. handling event stream exception is not trivial, for example observable should delegate exception to its subscribers though the OnError operation and cancel ... המשך לקרוא>
bnaya , 01-22-2012 20:07
Page 1 of 26 (255 items) 1 2 3 4 5 Next > ... Last »