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
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
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
SDP 13 Talks
This week we’re running the Sela Developer Practice conference and this year it’s bigger and better than ever, with speakers coming from outside of Israel to deliver talks.  I was fortunate enough to see the 10 Reasons Software Sucks talk ... המשך לקרוא>
yuvmaz , 05-08-2013 1:30
My SDP 13 sessions demo code
Sela Developer Practice for 2013 is finishing it’s breakout sessions stage, and I had three fun sessions: Things Every Developer Most Know about HTTP Big-Time: Introducing HDInsight service (Hadoop on Azure) Get your Node.js Under Control with ... המשך לקרוא>
Yaniv Rodenski , 05-07-2013 16:54
Demo code and Slide decks from my signalR session
Today I gave my session about signalR at Sela Developer Practice . It went great and I wish to thank all attendees.  Furthermore,I wish to thank everyone who helped me through the day with my ill baby who I had to bring to the conference ... המשך לקרוא>
Ran Wahle , 05-07-2013 15:21
Sela Developer Practice 2013 is Around the Corner
Sela Developer Practice 2013 is Around the Corner Next week it is starting! The biggest developer conference Sela had so far. Here are some interesting details about the conference: We have 8 international speakers including Jesse Liberty , ... המשך לקרוא>
Gil Fink , 05-02-2013 2:59
EF 6: Async
EF 6: Async this post is the first in a series about what's new in EF 6 . great improvements are about to come with Entity Framework 6 . it is a major release and the first one since EF become an open source. each post in the series will ... המשך לקרוא>
bnaya , 03-19-2013 11:02
Parallel and The C# Memory Model
Parallel and The C# Memory Model Parallel programming can be tricky , both compiler and CPU's optimization can lead into a twilight zone's debugging. lets take the following code snippet snippet: Code Snippet class Program { static void ... המשך לקרוא>
bnaya , 03-06-2013 1:46
Immutable Collections
Immutable Collections Immutability is a pattern which is suit well parallel programming , but you have to be aware of a potential memory pressure risk when it's not implemented right or used wisely. this post will cover a new BCL library ... המשך לקרוא>
bnaya , 02-17-2013 14:45
Page 1 of 40 (393 items) 1 2 3 4 5 Next > ... Last »