in

DotNetMarche

.NET Framework User Group delle Marche

Browse by Tags

  • Wcf client proxies created by WCF and timeout

    In this post, Alessandro explains how to create dynamically wcf proxy objects through Castle Windsor. We used this factory for some services exposed with basichttp binding with no problem, now we are using WS* binding and we are experiencing some problems. The problem arise when the client spends too...
    Posted to ExternalBlogs (Weblog) by Anonymous on 21 Oct 2009
  • Use IoC in the UI

    I have a UI that uses MVC pattern, and it communicates with the server through a service exposed with WCF. Now one of the most annoying stuff is a correct handling of all typical errors that could arise in such a situation. We can have different result when you call a service method The operation succeeded...
    Posted to ExternalBlogs (Weblog) by Anonymous on 21 Sep 2009
  • Manage Scope or Execution Context of Repository

    In a project I’m working with Guardian, we are using NHibernate behind a Repository Pattern. Despite the question if is good or not good to shield the session behind a Repository,we encountered a classic problem. The software is structured as service, we use Castle Nhibernate Facility and Wcf Integration...
    Posted to ExternalBlogs (Weblog) by Anonymous on 07 Aug 2009
  • Value of architecture

    If I have to tell what is the main property of a good architecture, I surely will answer that a good architecture centralize common operations and make simple to extend the application. Here is a typical example. I have a WCF services called from external clients, but I use the same service inside my...
    Posted to ExternalBlogs (Weblog) by Anonymous on 28 Jul 2009
  • Asp.Net, ObjectDataSource and Castle Windsor

    I’m restructuring a portion of a site, it is well structured, and all logic is inside business classes in another assembly, and they are accessed with ObjectDataSources. My problem is that with the new structure I cannot refer to the concrete classes anymore, but I need to resolve them with an IoC container...
    Posted to ExternalBlogs (Weblog) by Anonymous on 22 May 2009
  • Integrare Castle Windsor con Wcf a costo zero.

    Castle Windsor è senza dubbio uno dei motori di inversione di controllo più gettonati. L’aspetto interessante è che al suo interno si trovano molte estensioni, chiamate generalmente Facility, per gestire gli scenari più comuni. Stamane mi è capitato di usare l’integrazione con WCF . In pratica si tratta...
    Posted to ExternalBlogs (Weblog) by Anonymous on 27 Apr 2009
  • Castle Wcf facility integration on windows service or console.

    Castle has a great facility to resolve Wcf services with castle windsor. This is really useful because it helps you when your concrete service classes have dependency to be resolved. There are a lot of tutorials or blog posts on how to configure it when you want to host service in IIS, but little bit...
    Posted to ExternalBlogs (Weblog) by Anonymous on 27 Apr 2009
  • Castle windsor converter for Regex

    In previous post I explained how to build a Converter for castle, to make possibile specify regular expression in configuration file. The example is simplicistic, let’s see how to extend to create a better converter for Regular Expression. The main problem is that RegularExpression is not only...
    Posted to ExternalBlogs (Weblog) by Anonymous on 04 Jun 2008
  • Castle Windsor "No converter registered to handle the type"

    If you have an object that has a property of some type that is not known by windsor (as example Regex), if you try to configure it with xml the error “No converter registered to handle the type” will occurs. This happens because the container read configuration as string, and then it has...
    Posted to ExternalBlogs (Weblog) by Anonymous on 04 Jun 2008
  • Again on castle windsor and default component

    In the last post I gave a solution to make possible to specify the default component in a dependency resolution with castle windsor. That solution is good for automatic dependency resolution, with respect to the previous post if you have a IPageDownloader that has a property of type ICache, if you do...
    Posted to ExternalBlogs (Weblog) by Anonymous on 27 May 2008
Page 1 of 2 (20 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems