Welcome to GASP Sign in | Join | Help

Hugo Batista

<wsa:RelatesTo>
Software Engineering
</wsa:RelatesTo>

News


  • All information or content in this site is provided "AS IS" with no warranties, and confer no rights. The views expressed by me do not necessarily reflect the official policy, position, or opinions of the company where I work.





Browse by Tags

All Tags » SOA & Messaging   (RSS)
TechDays: CTS04 - Windows Communication Foundation - Apresentação, Demos e Recursos
Para quem assistiu à minha sessão CTS04 no TechDays , sobre WCF , aqui ficam a apresentação e o código das demos . Algumas notas sobre as demos: Demo 2 – Reliable Messaging – Para activarem/desactivarem o reliable Read More...
DotNetX: ServiceModel announces ServiceBroker
This is one of my favourite features of ServiceModel: ServiceBroker! Well, first of all, service broker is the fact of exposing a door in to your services, and redirect (delegate) them to another service. It is not routing, since we're not having any Read More...
Web Services: Reusing your class library web services - part II
If you read my last post about this subject , you can see I was cheating WebServiceHandlerFactory , by previously creating the .asmx file. Well, that requires file write permission for the process model user, something that is not very usual. So, today Read More...
Web Services: The specified convention
I've been crossing the specified naming convention for the workaround in value type objects used in soap requests, and I must say that this sucks! First, a public field does not comply with fxcop rules, and then, a suffix used for this is just horrible! Read More...
DotNetX: ServiceModel - should ServiceContainers be supported ?
I'm having some doubts about implementing a more complex functionality in the ServiceModel namespace. Its called ServiceContainer. ServiceContainer can be seen as a Service group containers. ServiceLocator class is returning a service based on a contract Read More...