טיפים להאצת Visual Studio
מפתחים רבים מבקשים את עזרתי בפתרון בעיות של ביצועי Visual Studio. בד”כ את רוב הבעיות ניתן לפתור יחסית בקלות, וככל שעובר הזמן אני מוצא את עצמי מספק פחות או יותר את אותן התשובות, מה שגרם לי לחשוב שכנראה הגיע הזמן להעלות אותן בצורה מסודרת לפוסט ... המשך לקרוא>
אלי אופק , 05-25-2012 23:51
Performance Gains with Data Parallelism: Using SIMD Instructions from C#
This is a short excerpt (with slight modifications) from Chapter 10 of Pro .NET Performance , scheduled to appear in August 2012. I might be publishing a few more of these before and after the book is out. Theoretically, .NET developers should ... המשך לקרוא>
Sasha Goldshtein , 05-24-2012 16:03
התוסף Image Optimizer
שלום לכולם, אני מעוניין להכיר לכם תוסף מעניין שמייעל ומטפל בשבילכם באיכות התמונות באתרים שאתם מפתחים. התוסף: Image Optimizer יש להתקין את התוסף ב- VisualStudio2010 בחירה בתפריט ב: Tools -> Extension Manager-> Online Gallery ולחפש את התוסף ... המשך לקרוא>
ronifu , 05-15-2012 15:29
“Fitting” Performance into the Software Development Lifecycle
This is a short excerpt from Chapter 1 of Pro .NET Performance , scheduled to appear in August 2012. I might be publishing a few more of these before and after the book is out. We have an Amazon page and a cover image now! Where do you fit performance ... המשך לקרוא>
Sasha Goldshtein , 05-13-2012 12:22
Pro .NET Performance
It is customary to apologize for a prolonged blog silence, so here goes: I’ve been very busy with three extremely interesting projects, one of which is the SELA Developer Practice that is very near. Here’s another: It’s been more than five years ... המשך לקרוא>
Sasha Goldshtein , 03-13-2012 7:34
Performance Profiling and Optimization Session at Microsoft
Yesterday I delivered a short closed session on performance profiling and optimization at Microsoft Raanana. Thanks to Maor David for hosting this session. Thanks to a very attentive audience I was able to cover all of the following: The pitfalls ... המשך לקרוא>
Sasha Goldshtein , 02-14-2012 16:09
CultureInfo.GetCultures High CPU and Memory problems under ASP.NET application with High Traffic
Hi, I would like to share a problem I found when working with the class: CultureInfo .GetCultures on ASP.NET application that has high traffic. It look like the implementation of CultureInfo.GetCultures does not appropriate written to ASP.NET ... המשך לקרוא>
Rotem Bloom , 02-07-2012 10:59
Aggressive Inlining in the CLR 4.5 JIT
Inlining is an important optimization that allows compilers to eliminate the cost of method calls in situations where the method call overhead is more significant than the method body itself. The CLR JIT uses inlining conservatively, but features ... המשך לקרוא>
Sasha Goldshtein , 01-20-2012 15:17
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
the concept of async \ await
the concept of async \ await in this post I will survey the new .NET 4.5 / C# 5 concept of async / await. I will focus on how to understand what is really happens behind the new async / await syntax. What's it all about? the new async / ... המשך לקרוא>
bnaya , 12-29-2011 17:41
Page 3 of 36 (354 items) < Previous 1 2 3 4 5 Next > ... Last »