Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Architecture, WCF Services and Caching

    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...
    Posted to Glavs Blog (Weblog) by Glav on 08-10-2007, 12:00 AM
    Filed under: ASP.NET, .NET, WCF, Architecture, Generics, Performance
  • WCF Client Channel Pool - Improved Client Performance

    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...
    Posted to Glavs Blog (Weblog) by Glav on 05-07-2007, 12:00 AM
    Filed under: ASP.NET, .NET, Visual Studio, WCF, Community News, Architecture, Windows, WSE, Performance
  • WCF Client Performance

    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...
    Posted to Glavs Blog (Weblog) by Glav on 04-21-2007, 12:00 AM
    Filed under: ASP.NET, .NET, WCF, Architecture, Windows, WSE, Performance
  • WCF Proxy Performance vs WSE V3

    Recently, I had been asked to examine a situation where WSE V3 service calls were substantially quicker than the equivalent WCF version. The reason in this instance was the fact that the WCF proxy was being created for each and every service call made (which was also the case with WSE V3). WCF proxies...
    Posted to Glavs Blog (Weblog) by Glav on 02-24-2007, 12:00 AM
    Filed under: ASP.NET, .NET, Visual Studio, WCF, Architecture, WSE, Performance
  • Don't forget to tune your application

    Having recently completed a large website implementation for a well respected not-for-profit organisation, I learnt several lessons and want share some of my experiences. While it seems obvious that we should be ensuring our code is optimised (right? :-/), there are some factors that are "factory-set...
    Posted to John Billiris (Weblog) by johnbilliris on 06-30-2010, 12:00 AM
    Filed under: ASP.NET, WCF, Performance, Tuning, .NET
  • Quick ways to boost performance and scalability of ASP.NET, WCF and Desktop Clients

    There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but makes a lot of difference in terms of scalability. By tweaking system.net changes, you can increase the number of...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 12-06-2010, 12:00 AM
    Filed under: .net, asp.net, performance, production, WCF
  • Interesting links week #3

    Below a list of interesting links that I found this week: Interaction: Fingers are Bigger than Mice - Design Concepts for Mobile Websites 20 Essential Tools and Tips to an Accessible Website Frontend: Don’t Forget About HTML5’s “Little Guys” Development: 10 Differences Between WCF and ASP.NET Web Services...
    Posted to Erwin's Blog (Weblog) by erwin21 on 01-25-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, HTML, Interesting links, Performance, Security, Usability, WCF, Webservice, Mobile, NuGet
  • Scaling ASP.NET websites from thousands to millions–LIDNUG

    Here’s the recent presentation made on LIDNUG on scaling ASP.NET websites from thousands to millions of users. Scaling ASP.NET websites from thousands to millions of users by Omar AL Zabir Here’re the slides. Scaling asp.net websites to millions of users
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 02-04-2012, 12:00 AM
    Filed under: asp.net, performance, production, LINQ, WCF, Web Services
  • kennyw.com » Blog Archive » Throttling in WCF

    Posted to Delicious Mirror (Weblog) by Anonymous on 11-21-2011, 12:00 AM
    Filed under: asp.net, .net, development, performance, wcf, scalability, concurrency, .net3.0, WF4, throttling
  • Quick ways to boost performance and scalability of ASP.NET, WCF and Desktop Clients - CodeProject

    Posted to Delicious Mirror (Weblog) by Anonymous on 11-26-2011, 12:00 AM
    Filed under: asp.net, programming, .net, performance, tutorial, dotnet, wcf, optimization, techniques
Page 1 of 1 (10 items)