Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 3.5
.NET 4
.NET 4.0
.NET Performance
Accessibility
Algorithms
AppFabric
ARCHDIRT
Architecture
ARCHQUIZ
ARCHTIP
ASP.NET
ASP.NET MVC
ASP.NET Tips
Best Practices
Blog Carnival
blogging general
Blogging rules
blogging tools
C#
Charity
Coded UI Test
Compress CSS
Compress JavaScript
Consolidation
Data Collectors
Dell
demos
DEV
DevAcademy2
DevAcademy3
Development
DirectX
download
DSL
Engineering
events
Fiddler
framework
fun
GIS
Google
Hardware
help
Historical Debugging
How To
Interop
ITPRO
Java
jobs
Lab Management
LINQ
Linux
Load
Load Test
Microsoft
Microsoft Test Manager
Reports
Talks
Team System
Team System 2010
Testing
TFS
TFS 2010
TFS Administration
TFS Utilities
Thoughts and Ideas
Tips and Tricks
tools
tutorial
Unit Test
User Group
Vista
Vista Battery Saver
Visual Studio
Visual Studio 2010
VS2010
VSAddin
VSPackage
VSSDK
VSTS
VSX
WCF
Web
WebTest
WF
Windows 7
Windows Gadgets
Windows Live
Windows Live Writer
WPF
WPF crossbow
WPF quiz
WPF/E
x64
XLINQ
XNA
XPS
youtube
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 or there is a bug in code that cause to a High CPU peeks (80%-100% CPU peeks). If you need to use this code on your ASP.NET application I would recommend to wrap the code inside a static object and not use the .NET CultureInfo.GetCultures. Rotem
02-07-2012 10:59
by
Rotem Bloom
to
Rotem Bloom's Blog
תגים:
Performance
,
TECH
,
DEV
,
.NET 4.0
Workflow Designer Patch
Everyone who works with workflow designer (and if you are TFS Build Developer – you do it a lot ) encounter the problem with Workflow Designer slowness and crashes (happened to me like 20 times today ) . Today, Microsoft announce a patch for that ! This patch includes fixes to ASP.Net & Silverlight as well and other 35 issues and 6 features as you can find in KB 2468871 . Read more in Buck Hodges post . Grab it from Here . Happy Building.
08-09-2011 20:58
by
BaruchF
to
Baruch Frei
תגים:
TFS
,
ITPRO
,
DEV
,
VS2010
,
Team Build
,
Performance
,
Tech
,
Workflow
Run Unit Tests in Parallel using Visual Studio 2010
Run Unit Tests in Parallel using Visual Studio 2010 Today almost each and every machine have multiple CPU’s or a CPU with multiple cores, so why not using them in order to speed up your tests runs and run more Tests in parallel. In Visual Studio 2010 Microsoft added the ability to run Tests (Only for Unit Tests) in parallel. Data Collectors cannot be enabled if using Parallel execution. You must have multi-core/CPU machine How To Enable Parallel Execution of Unit Tests 1. Create new Test Project...
12-30-2010 18:12
by
shair
to
Shai Raiten
תגים:
Development
,
Performance
,
TDD
,
Testing
,
Unit Test
,
TECH
,
DEV
,
Visual Studio 2010
,
Team System 2010
,
.NET 4
Resources in WPF are Shared and Lazy by default
I’ve just read a post of Christian Mosers listing “ Top 10 WPF Performance Tips ”. I agree with most of them, as they are general tips, but except for one: “ Load resources when needed . Even thow it's the most comfortable way to merge all resources on application level it can also cost performance by loading all resources at startup. A better approach is to load only often used resources and load the other on view level” Resources in WPF are lazy load and shared by default. If you place a resource...
11-17-2010 22:52
by
Tomer Shamam
to
Essential WPF
תגים:
WPF
,
Thoughts and Ideas
,
DEV
,
Performance
,
TECH
שאלה לתותחי SQL ו-DATABASE
שלום לכולם, יש לי שאלה לכול מומחי ה-SQL ו-DATABASE והשאלה היא: רציתי לדעת מה הגישה המקובלת והמומלצת יותר היום לעבודה עם DATABASE שאמור להיות עמוס מבחינת גישות SQL ונתונים (נגיד DB כמו של פייסבוק או אמזון). 1. האם לעבוד ב-DB שונים לכול שירות? כלומר: DB למשתמשים, DB למוצרים, DB להזמנות וכו'... ככה אין כמעט JOIN אבל יש לחבר את התוצאות מהשירותים השונים במקרה שיש צורך ב-JOIN. 2. האם בכול זאת עדיף לעבוד עם DB אחד לבצע JOIN שיכולים להיות מורכבים ורק להפריד את הנתונים ל-DB שונים לפי לוגיקה מסויימת 3...
11-15-2010 13:35
by
Rotem Bloom
to
Rotem Bloom's Blog
תגים:
Performance
,
TECH
,
DEV
,
SQL Server
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
11-09-2010 11:29
by
shair
to
Shai Raiten
תגים:
Team System
,
Development
,
Performance
,
Testing
,
Load
,
Web
,
Fiddler
,
WPF
,
Load Test
,
Unit Test
,
TECH
,
DEV
,
WebTest
,
Visual Studio 2010
,
How To
,
Team System 2010
,
TFS 2010
,
Historical Debugging
,
Coded UI Test
,
Microsoft Test Manager
,
Data Collectors
,
.NET 4
,
TechED 2010
AppFabric Caching Talk Materials
Thanks to all the attendants of the yesterday’s session. I had a lot of fun, hope you had too. Please feel free sending me questions and comments. You can find slides and demos from the session on my SkyDrive: Have fun. Yours, Vlad Share | var addthis_config = {"data_track_clickback":true};
10-04-2010 14:34
by
linqed
to
LINQED.NET
תגים:
DEV
,
Talks
,
ASP.NET
,
Performance
,
TECH
,
AppFabric
AppFabric Caching Talk @ WDC Today!
It is still not late to register and take part in the talk. This talk is going to be one of the richest sources of information about AppFabric Caching available, so you will definitely benefit from it. For details and registration: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032460308&Culture=he-IL Here is the abstract for the talk: A vast majority of web applications use some kind of relational database to keep data. As it turns out, databases, while being robust, are the source...
10-03-2010 11:09
by
linqed
to
LINQED.NET
תגים:
DEV
,
Talks
,
ASP.NET
,
Performance
,
TECH
,
ITPRO
,
AppFabric
Administrative Report Pack for Team Foundation Server 2010
Administrative Report Pack for Team Foundation Server 2010 Couple of days ago Grant Holliday's post about new Reports pack for TFS admins to answer the following question: How long is cube processing taking? How much time elapses between processing jobs? How often do the processing jobs run? Do errors occur with when the cube is processed? Process Times: Current Processing Status This table tells you whether the warehouse is currently being processed or when it will be processed next. The Next...
07-15-2010 8:50
by
shair
to
Shai Raiten
תגים:
TFS Administration
,
TFS Utilities
,
Performance
,
Reports
,
TECH
,
ITPRO
,
SQL 2008
,
TFS 2010
Microsoft Key Note At SIGIST 2010 - Test Automation - Done
Microsoft Key Note At SIGIST 2010 - Test Automation – Done Today I had the honor to participate at SIGIST 2010 conference (The third year) and be a part of Microsoft Key Note on Test Automation in Visual Studio 2010 and Microsoft Test Manager. (Last year lecture - Sigist 2009 – Lab Management & Pictures ) I’ve showed couple of cool demos using “Fast-Forward for Manual Testing” , Rich Bugs using Data Collectors and Lab Manager solution. And I showed a short demo on how to use Eclipse IDE with...
06-16-2010 19:24
by
shair
to
Shai Raiten
תגים:
Performance
,
Testing
,
Events
,
Web
,
TECH
,
QC
,
SIGiST
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Coded UI Test
,
Lab Management
,
Microsoft Test Manager
,
Java
,
Quality Center 2 Team System 2010
,
Data Collectors
,
Sela Group
Page 1 of 4 (34 items) 1
2
3
4
Next >