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
  • ASP.NET Podcast - Show #94 - WCF, Client Side

    Original URL: http://aspnetpodcast.com/CS11/blogs/asp.net_podcas... Subscribe <-- What the cool kids are doing Download In this show, I talk about WCF and some implications of usage patterns on client side performance. In particular: Usage Patterns in WCF General performance WCF and WSE/ASMX Client...
    Posted to Glavs Blog (Weblog) by Glav on 06-14-2007, 12:00 AM
    Filed under: ASP.NET, .NET, WCF, Architecture, WSE
  • 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 Performance Whitepaper - realistic?

    I recently looked through a WCF Performance whitepaper published by Microsoft and was a little puzzled by some of the comparisons. It seems a little skewed towards presentation of graphs showing WCF superiority in performance over current communication and service methods. Now I am confident that WCF...
    Posted to Glavs Blog (Weblog) by Glav on 04-05-2007, 12:00 AM
    Filed under: ASP.NET, .NET, WCF, Architecture, WSE
  • 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
  • EOAST #4 – Evolution of a software thingy Part 4

    So its been ages since my last post on this pet project of mine. Its time to get down to the nitty gritty on this and see if it is actually working the way I want it to. Hopefully, you have read parts one , two and three in previous posts to get a good idea on what I am trying to achieve. Basically,...
    Posted to Glavs Blog (Weblog) by Glav on 01-26-2009, 12:00 AM
    Filed under: ASP.NET, .NET, WPF, WCF, Architecture
  • Sydney Architecture User Group – Next Meeting: Why Windows Azure is not just Generic Brand Web Hosting

    The Sydney Architecture User Group is having its second meeting this month on Thursday, 26th November. Full details can be found on our new (but very simple) website located here ( http://thesaug.org ). You can subscribe to the monthly email and also indicate your intention to come by selecting the RSVP...
    Posted to Glavs Blog (Weblog) by Glav on 11-10-2009, 12:00 AM
    Filed under: ASP.NET, .NET, Visual Studio, Web 2.0, WPF, WCF, Community News, Architecture, Windows, Mobile, Silverlight, SQL
  • Using ASP.NET Sessions from WCF - Wenlong Dong's Blog - Site Home - MSDN Blogs

    Posted to Delicious Mirror (Weblog) by Anonymous on 11-23-2011, 12:00 AM
    Filed under: asp.net, .net, development, architecture, wcf, sessions, Platforms, Microsoft.NET, wcf session, xmarks
Page 1 of 1 (9 items)