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

António Vargas - SharePoint 2010


.Net
SharePoint
Silverlight

October 2009 - Posts

LINQ to XML: How to use it?
Frequently, the most of people use XPATH to do xml manipulation. But if you want another way to manipulate XML, you can use LINQ to XML. Supposing that we have the following XML: <? xml version="1.0" encoding="utf-8" ?> < Read More...
How to serialize an array or a list?
I needed to serialize an array few weeks ago and i found one way to perform this serialization. I performed the serialization for the following objects: _persons.Add( new Employee { FirstName = " John ", LastName = " Smith ", Age = Read More...
Bussiness Data Catalog on SharePoint
Today, i was looking to the TechNet videos for SharePoint and i found some interesting videos about Business Data Catalog (BDC). If you known what’s this feature, you can learn more about it here . Basically, the BDC is a new MOSS’s feature Read More...