Quick Tip – JavaScript Statement Count Do Count
Quick Tip – JavaScript Statement Count Do Count One of the things that we as developers don’t seem to mind about is the amount of statements that we write in our code. In JavaScript, the number of statements might affect the speed of the operations ... המשך לקרוא>
Gil Fink , 04-20-2013 9:09
Blend Behaviors + DependencyPropertyDescriptor = Memory Leak
In the past couple of weeks, I was taking part in a focused effort to find and fix memory-related issues in one of my client's applications. In this post I want to write about a specific type of memory leak that I found more than once, which ... המשך לקרוא>
Levi Moshe , 03-14-2013 8:37
Using c# to connect To Neo4j (Graph database) Part 2
In the first part I have talked about graph database in general and Neo4j in particular. I have covered the installation of Neo4j and the different ways to connected to it as a c# developer. We talked about the key elements in graph database ... המשך לקרוא>
erix99 , 03-13-2013 7:52
Using c# to connect To Neo4j (Graph database) Part 1
Hey everyone. Graph database, everyone hears about it, everyone talks about it and many solutions out there started to look into it in order to improve performance and start answering questions where relational databases fails to answer (or ... המשך לקרוא>
erix99 , 03-05-2013 4:47
Wishes for the CLR JIT in the 2020s
There have been some very interesting discussions at the MVP Summit concerning the CLR JIT, what we expect of it, and how to evolve it forward. I obviously can't disclose any NDA materials, but what I can do is share my hopes and dreams ... המשך לקרוא>
Sasha Goldshtein , 03-03-2013 2:53
Windows Performance Analyzer
In 2008, I blogged about the just-released Windows Performance Toolkit , and the xperf tool that collects ETW events (including stack traces) and displays them in a form that allows basic analysis. Since then, ETW generation and collection have ... המשך לקרוא>
Sasha Goldshtein , 02-06-2013 3:08
Understanding Generic Dictionary in-depth
Introduction Generic Dictionary is a great instrument to have in your toolset.   The Generic part is keeping us type-safe and helps avoid boxing/unboxing while the Dictionary part allows us to manage Key/Value pairs and access them easily ... המשך לקרוא>
OfirMakmal , 12-31-2012 12:19
Intern Pool Improvements between Various .NET Framework versions
As you probably know, .NET supports string interning for better memory usage of .NET applications. String literals are automatically interned by the runtime, while any other string can be interned by an explicit call to String.Intern . I will ... המשך לקרוא>
Levi Moshe , 10-08-2012 0:22
out of memory exception–איך להתחיל לבדוק זליגות זיכרון
האם קרה לכם אי פעם שהאפליקציה מתרסקת עם out of memory ? בדרך כלל זה אומר שיש לכם זליגת זיכרון, אמנם בדוטנט אנחנו יודעים שיש מנגנון ניהול זיכרון (GC) שמאפשר לנו (לכאורה) לייצר כמה אובייקטים שנרצה (לא בו זמנית) והוא ידאג לשחרר אותם מידי פעם. מה ... המשך לקרוא>
Shlomo , 07-13-2012 12:12
Different types of data blocks in TPL dataflow (TDF) part 1
Hey With the new release of the release candidate of visual studio 11 (now known as visual studio 12), I would like to explain the difference of the TPL dataflow (TDF) built in data blocks and give a short description about them. In TPL dataflow ... המשך לקרוא>
erix99 , 06-11-2012 9:13
Page 1 of 15 (144 items) 1 2 3 4 5 Next > ... Last »