myhime

Stories kicked by myhime

Set Operations with C# Generics(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 7 months ago

C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing. That’s whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. read more...

1 comment |category: |Views: 63

tags: another

Community Convergence XXXIII(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 7 months ago

Welcome to the thirty-third edition of Community Convergence. This week we have a new video called Programming in the Age of Concurrency featuring Anders Hejlsberg and parallel computing wunderkind Joe Duffy. In another context, Joe reminds us that there is a Parallel computing CTP planned for later in 2007. He recommends watching his blog if you want updates on this anticipated release. On a somewhat lighter note, there is also an amazing post from Luke Hoban, who has written a LINQ query that implements the Ray Tracing algorithm. See also the links to the ALT.NET controversy included in the "From the C# Community" section of this post. read more...

add a comment |category: |Views: 0

tags: another

System.IO.Path.Combine()(gringod.com)

submitted by gringodgringod(270) 4 years, 7 months ago

Many, many times in my programming life I have seen people causing themselves all sorts of problems as the try and concatenate paths for file and directories. read more...

add a comment |category: |Views: 35

tags: another