The async and defer Script Attributes in HTML5
The async and defer Script Attributes in HTML5 One of the rules of thumb that you always hear regarding script elements is to put them very close to the </body> closing tag of the Web page. The main reason for that is that script elements ... המשך לקרוא>
Gil Fink , 12-29-2011 15:01
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
SDP December 2011: Improving the Performance of .NET Applications
I apologize for the silence during the last two weeks—organizing the SDP and preparing three full-day sessions and two keynotes left no time to breathe :-) On Monday I delivered a session called Improving the Performance of .NET Applications ... המשך לקרוא>
Sasha Goldshtein , 12-09-2011 7:54
הבנה בסיסית של ה-GC ומעקב אחר ה-Performance בקלות
כל אובייקט מסוג reference שמוגדר בקוד שלנו מנוהל באמצעות ה- Garbage Collector או GC. שלא כמו ב-C++ שחרור משאבים הוא לא חלק גדול מעבודתו של המתכנת ב-NET. אבל, כשמלכלכים צריך גם לנקות! ה-GC לא עושה הכל בשבילך, משאבים מסוימים כמו חיבורים ל-Data ... המשך לקרוא>
LeviTomer , 11-24-2011 14:55
Tracking Engagement Time Using 302-Moved Temporarily Redirects
Suppose you are sending mass emails (legitimately, no doubt) and want to know which % of recipients actually viewed the email. The standard trick here is to embed a 1x1 image into your email’s HTML source, with the <img src= pointing to a ... המשך לקרוא>
Sasha Goldshtein , 11-06-2011 8:31
SIMD-Optimized C++ Code in Visual Studio 11
The C++ compiler in Visual Studio 11 has another neat optimization feature up its sleeve. Unlike intrusive features, such as running code on the GPU using the AMP extensions, this one requires no additional compilation switches and no changes ... המשך לקרוא>
Sasha Goldshtein , 10-17-2011 10:15
Improvements in the CLR Core in .NET Framework 4.5
Alongside all the exciting advents in Windows 8 and Metro apps, the .NET CLR is marching on. The next version of the CLR will feature several “internals” improvements, mostly in the performance area. Read on to learn about changes to the garbage ... המשך לקרוא>
Sasha Goldshtein , 09-17-2011 3:57
Understanding Widows Azure Queue Storage Throughput
The Asynchronous Queuing Pattern describes a classic way to improve service throughput in distributed applications. Over the years I have seen quite a few implementations of this pattern, from the use of MSMQ to ReactiveQueue , each with its ... המשך לקרוא>
Yaniv Rodenski , 08-23-2011 11:42
Page 4 of 36 (354 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »