Comunidade Bloggers |create|it|

Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help
in Search

Browse by Tags

All Tags » Framework   (RSS)
  • .NET XML Serialization of CDATA ATTRIBUTE

    Recently I needed to create a .NET class (C#) that when serialized should contain a CDATA attribute similar to this: <?xml version="1.0" encoding="utf-8" ?> <RootNode Type="zzzzz" Version="1" > <CDataAttribute> <![CDATA[ ...
    Posted to Marco André Silva (Weblog) by maps on November 23, 2008
  • Developing a WCF Service - Fault Exceptions AND FAULT Contracts

    This next post about WCF will show how to integrate Fault Exceptions and Fault Contracts in your service. As written in MSDN Fault Exceptions are used for "... mapping managed exception objects to SOAP fault objects and SOAP fault objects to managed exception objects ...". This means that if you are looking for interoperability in your ...
    Posted to Marco André Silva (Weblog) by maps on May 18, 2008
  • Developing a WCF Service - Calling the hosted service

    In the first part of this topic, I showed you how to develop a WCF service. In this next part I will show how to implement a client application that calls the exposed service methods, and how to make some enhancements to your service hosting. Ok, so he already have built and deployed our service (either self-hosted, or in IIS for example), and by ...
    Posted to Marco André Silva (Weblog) by maps on April 12, 2008
  • Developing a WCF Service

    It is typical to have projects based on a client-server architecture where the server publishes a number of services. These services are normally Web-Services, and as so are available through the SOAP protocol. The "traditional" way of implementing these services is by using ASMX, but nowadays you have another great alternative - ...
    Posted to Marco André Silva (Weblog) by maps on March 30, 2008
  • Log4net Initialization/Configuration alternatives

    In a previous post where I talked about using log4net I used one of the alternative ways to initialize and configure the logging services. This post will summarize these alternatives.   1. Programmatic initialization The programmatic initialization should be done somewhere in your code. This was the type of initialization used on the ...
    Posted to Marco André Silva (Weblog) by maps on February 24, 2008
  • Using log4net logging services

    Whenever you have the need for debugging some application that by whatever reason cannot be properly debugged in Visual Studio, or even because your application requires some kind of logging/auditing functionality, instead of developing your own tool you have the option to use some existent logging frameworks. One that I have tried and enjoyed ...
    Posted to Marco André Silva (Weblog) by maps on July 29, 2007
Powered by Community Server, by Telligent Systems