From Tomorrow: Sela Developer Practice 2013
Next week, May 5-9, is our biggest developer conference yet. We have developers from more than 150 software companies attending more than 70 sessions and workshops taught by local and international speakers. We are very happy to host industry ... המשך לקרוא>
zurdoIL , 05-04-2013 15:15
Rx - Sample
Rx - Sample this post will focus on the Rx Sample operator. the Sample operation does sampling the observable stream and forward less intensive data stream of the sampled datum. it can be prove very useful for scenario like handling accelerometer ... המשך לקרוא>
bnaya , 01-05-2012 19:45
Tpl Dataflow (IDataflowBlock) - Part 5
Tpl Dataflow ( IDataflowBlock ) - Part 5 the previous post discus the concept ITargetBlock and ISourceBlock , which is the TDF consumer/Producer contract. you can find all the post in this series under the TDF tag. this post focus on the IDataflowBlock ... המשך לקרוא>
bnaya , 12-19-2011 20:42
Task != Thread
Task != Thread whenever I teaching the Tpl Task subject I continually repeating the mantra which say that " task is a metadata/context of execution and it does not really responsible for the actual execution ". Task is a data structure ... המשך לקרוא>
bnaya , 12-18-2011 20:29
Is it faster?
Is it faster? does the .NET 4.5 really run faster than 4? this post will summaries TPL Performance Improvements in . NET 4.5 . the TPL team has put lot of effort to dramatically improve the overall performance of .NET 4.5. the improvement was ... המשך לקרוא>
bnaya , 12-11-2011 19:52
Rx Contrib - new release
Rx Contrib - new release   finally I got the time to update the Rx Contrib with the Rx release bits. the release contain couple of new features and refactoring.   This a snapshot of what's in the release: The ReactiveQueue was ... המשך לקרוא>
bnaya , 08-09-2011 19:08
What did I just code?
Microsoft .Net and Visual Studio (especially the latest 2010 over 4.0) offer many automatic tools and code sugar that allows us to write code faster and safer. But, every once in a while it is recommended to peek under the hood and see what ... המשך לקרוא>
erezh , 03-07-2011 1:17
Enum.HasFlag: good or bad?
Enum.HasFlag: good or bad? .NET 4 give us nice elegant way of checking whether [Flags] enums contain a value.   assuming that we have the following enum : Code Snippet public enum MyEnum { None = 0, A = 1, B = 2, C = 4, D = 8 } we can use ... המשך לקרוא>
bnaya , 01-28-2011 16:13
Performance tips
Performance tips recently I was working on the Reactive Queue (which is part of the Rx Contrib ). the requirement for the Reactive Queue was to to achieve the highest throughput possible for each queue provider ( 2,000,000 messages of 500 byte ... המשך לקרוא>
bnaya , 05-04-2010 19:53
Page 1 of 1 (9 items)