Glavs Blog
The dotDude of .Net
Browse by Tags
All Tags
»
ASP.NET
»
Performance
(
RSS
)
.NET
AJAX
AJAX Control toolkit
Architecture
ASP.NET AJAX
CacheAdapter
Community News
Component
Control Toolkit
debugging
General
Generics
IIS
Visual Studio
WCF
Web 2.0
Windows
WSE
Updates to the CacheAdapter Package
Sunday, August 21, 2011 2:12 PM
Note: This post was originally going to detail the changes from 2.0 to 2.1, however in between the time of release and this post, I released 2.2 so this post will detail all the changes up to 2.2. In the last update to my CacheAdapter library (you can view it here ), I mentioned the support for memcached cache engine. That brought the version to 2.0. As previously...
Read More...
.Net Performance Testing and Optimisation – Free eBook
Saturday, January 30, 2010 11:43 AM
This blog has been super quiet lately. This is mainly because I have been hard at work writing a book around .Net Performance Testing and optimisation. Well, I am happy to say that part 1 of this book is available as a free download from here . The full book will follow shortly and will contain concrete examples of popular performance issues in .Net applications...
Read More...
Sample chapter from upcoming book
Sunday, November 08, 2009 6:59 PM
There is a sample chapter from my upcoming book on all things performance related within the Microsoft platform. Specifically, the book will be about performance testing, profiling and optimisation for web and desktop applications developed using Microsoft.NET. This sample chapter is just a teaser and the book itself goes into great detail about how to setup...
Read More...
Getting better performance in web apps with a few lines of script
Saturday, June 27, 2009 8:53 PM
We had a situation where a web application was utilising near 100% of CPU all the time under light load and it was proving very hard to reduce this significantly through code optimisation. We were performance testing and profiling, but only seeing marginal gains. The infrastructure that was hosting the web application was as follows: Virtual Server (Hosted via...
Read More...
VSTS 2008, Web Tests and using Fiddler
Tuesday, June 03, 2008 5:04 PM
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. This web application is quite heavy in terms of Javascript and AJAX feature usage. I am happy to report that...
Read More...
Profiling your AJAX Applications using AjaxView
Tuesday, June 03, 2008 4:35 PM
Don't know if this has already been discussed at length before, but I found an interesting little tool from Microsoft Research for profiling the Javascript functionality in your AJAX applications. Its called AjaxView and can remotely monitor any AJAX web app that is currently on the web, locally or whatever. You basically, install a small proxy application, then...
Read More...
Obscure ASP.NET Problem - AJAX Control Toolkit, CollapsiblePanelExtender, Image controls pages loading more than once....
Sunday, September 09, 2007 10:05 PM
Had an issue on a current project where a page was being loaded twice for each request, although it was a little different for each browser. Under IE, this particular page was loaded, then the 'Default.aspx' page in the same directory was loaded. In Firefox, the same page was loaded twice. This was verified by simply placing breakpoints in the Page_Load events...
Read More...
Architecture, WCF Services and Caching
Friday, August 10, 2007 11:17 AM
Blog Article On a recent project we had the requirement to produce a web application as part of the main deliverable, but also to provide a services layer or implementation, that will allow external clients within the same organization to interact with the underlying system. The underlying system is a combination of SQL data access and web services to other systems...
Read More...
WCF Client Channel Pool - Improved Client Performance
Monday, May 07, 2007 12:22 AM
Not long ago, I posted about WCF client performance and some work I have been doing around improving that with a "Channel Pool" type implementation. Well its finally ready for some public consumption. You can grab the code here . ( http://www.theglavs.com/DownloadItem.aspx?FileID=55 ) You can grab the download from here. Its very "apha" at this point and my testing...
Read More...
WCF Client Performance
Saturday, April 21, 2007 6:22 PM
One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. In WSE land, this was common place: MyProxy prox = new MyProxy(); prox.CallServiceMethod(); For example, you might have a class with some instance methods, and in each method, instantiate a proxy, call the service method, life...
Read More...
More Posts
Next page »
Go
This Blog
Home
Links
About
Tags
.NET
AJAX
AJAX Control toolkit
Architecture
ASP.NET
ASP.NET AJAX
ASPInsider
CacheAdapter
Cardspace
charity
CodeCamp
Community News
Component
Control Toolkit
Controls
debugging
Entity Framework
Extender Controls
FTP
Fujitsu T900
General
Generics
HDTV
HTML 5
IIS
Internet Explorer 8
iPhone
jquery
Mix
Mobile
MVC
MVP
NoSQL
P2P
Performance
Personal
podcast
Razor
readify
Sharepoint
Silverlight
SQL
SQL Server
Tags
TechEd
TFS
Transactions
USB
Videocast
Vista
Visual Studio
WCF
Web 2.0
Webforms
Windows
Winforms
Workflow
WPF
WSE
XAML
Xbox
Navigation
Home
Blogs
Archives
January 2012 (1)
November 2011 (1)
August 2011 (1)
July 2011 (1)
June 2011 (1)
May 2011 (3)
April 2011 (2)
March 2011 (1)
January 2011 (1)
November 2010 (1)
October 2010 (1)
August 2010 (1)
June 2010 (1)
March 2010 (1)
February 2010 (1)
January 2010 (1)
December 2009 (1)
November 2009 (2)
October 2009 (2)
September 2009 (1)
July 2009 (1)
June 2009 (1)
May 2009 (2)
April 2009 (1)
February 2009 (1)
January 2009 (2)
December 2008 (2)
October 2008 (1)
September 2008 (2)
August 2008 (3)
July 2008 (2)
June 2008 (4)
May 2008 (3)
April 2008 (4)
March 2008 (1)
February 2008 (3)
January 2008 (4)
December 2007 (2)
November 2007 (3)
October 2007 (2)
September 2007 (5)
August 2007 (4)
July 2007 (4)
June 2007 (3)
May 2007 (13)
April 2007 (9)
March 2007 (5)
February 2007 (6)
January 2007 (7)
December 2006 (9)
November 2006 (7)
October 2006 (6)
September 2006 (5)
August 2006 (8)
July 2006 (8)
June 2006 (9)
May 2006 (11)
April 2006 (9)
March 2006 (8)
February 2006 (6)
January 2006 (9)
December 2005 (6)
November 2005 (6)
October 2005 (9)
September 2005 (14)
August 2005 (11)
July 2005 (10)
June 2005 (2)
May 2005 (4)
April 2005 (6)
March 2005 (4)
February 2005 (4)
January 2005 (4)
December 2004 (1)
November 2004 (2)
September 2004 (3)
August 2004 (4)
July 2004 (2)
June 2004 (2)
May 2004 (1)
April 2004 (1)
March 2004 (3)
February 2004 (3)
January 2004 (3)
December 2003 (1)
November 2003 (1)
October 2003 (5)
August 2003 (3)
July 2003 (2)
June 2003 (2)
Syndication
RSS
Atom
Comments RSS