Home Authors Posts by Marco Silva

Marco Silva

Marco Silva
0 POSTS 0 COMMENTS

DevDays 2009

0
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

2
Recently I needed to create a .NET class (C#) that when serialized should contain a CDATA attribute similar to this: ...

Architect Forum 2008

1
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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...