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
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
הבנה בסיסית של ה-GC ומעקב אחר ה-Performance בקלות
כל אובייקט מסוג reference שמוגדר בקוד שלנו מנוהל באמצעות ה- Garbage Collector או GC. שלא כמו ב-C++ שחרור משאבים הוא לא חלק גדול מעבודתו של המתכנת ב-NET. אבל, כשמלכלכים צריך גם לנקות! ה-GC לא עושה הכל בשבילך, משאבים מסוימים כמו חיבורים ל-Data ... המשך לקרוא>
LeviTomer , 11-24-2011 14:55
Poor developer’s performance profiler
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2009/11/poor-developers-performance-profiler.html
dhelper , 11-04-2009 22:02
Silverlight 3 Quick Tip: Analytics
Silverlight 3 has new feature which should help us to understand how good our application performs. This feature is Analytics class. It Has 2 read-only properties AverageProcessLoad – average CPU used by this process across all the cores AverageProcessorLoad ... המשך לקרוא>
Alex Golesh , 07-10-2009 16:33
Importing Large Xml Files to SQL Server Using SqlBulkCopy
Say you have a large Xml file that contains relatively tabular data that you want to import into SQL Server. There are several ways to go about this. Let’s look at a couple of options. Load the file into an XDocument. Extract elements from the ... המשך לקרוא>
Kim , 06-15-2009 16:00
כיווץ הקובץ שיורד ללקוח באמצעות - Response.Filter
ב - UserGroup האחרון של קבוצת ה - Web, דיבר דן אמיגה על החידושים ב- Asp.Net 4.0 אני לא זוכר באיזה הקשר הוא הראה כיצד להקטין את גודל ה - Response שיורד, כי אפשר לעשות את זה גם בגרסאות קודמות. כל מה שאתם צריכים לעשות, זה להוסיף את שני שורות הקוד ... המשך לקרוא>
Shlomo , 06-09-2009 8:03
CompareValidator Required RequiredFieldValidator
נניח שיש לכם את הקוד הבא: < asp : TextBox ID ="TextBox1" runat ="server"></ asp : TextBox > < asp : TextBox ID ="TextBox2" runat ="server"></ asp : TextBox > < asp : RequiredFieldValidator ... המשך לקרוא>
Shlomo , 05-18-2009 0:47
Performance optimization tip – understand your memory layout
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2009/04/performance-optimization-tip-understand.html
dhelper , 04-06-2009 20:37
What’s new in Silverlight 3 Beta 1?
As just announced at MIX09 keynotes, new version of Silverlight will hit our machines – this time it will be Silverlight 3 Beta 1. Here is the short list of what’s new in there: Go offline with your application: Silverlight 3 provides all the ... המשך לקרוא>
Alex Golesh , 03-18-2009 19:30
Page 1 of 5 (42 items) 1 2 3 4 5 Next >