Marco Silva
DevDays 2009
Realizou-se a semana passada o DevDays 2009, o evento anual da Microsoft Portugal destinado a juntar profissionais e curiosos em torno das tecnologias da...
.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: ...
Architect Forum 2008
This week I participated in the Architect Forum 2008 in Portugal. The event was all about Cloud Computing and the agenda had...
Calling Excel (Web) Services from WCF
Interfacing with Excel Services by means of WCF can be somewhat difficult at first and very subject to a trial and error experience. ...
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...
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...
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,...
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....
SharePoint Associating a Workflow to a list
Continuing from my last post, one thing that you also may want to do when programmatically creating a list is associating a workflow with...
SharePoint 2007 basics – Add a Folder
Folders can be added under a list or under another
folder and the way of adding in each case is very similar. Below another
example of...