Using Deployment setting on Production Environment
When i studied for the Microsoft exam (70-562, Microsoft .NET Framework 3.5, ASP.NET Application Development) i found an interesting setting that i didn’t known, the Deployment.This configuration setting ensures...
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...
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 =...
Cast vs OfType: Which should i use to cast an object’s list?
In this post i will explain what’s the differences between Cast() and OfType() methods using LINQ, and i will also explain when we should use each method. These methods...
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 casa, que este ano foi...
Sign Unsigned Assembly in .net
When you have an assembly, that is not signed, and you need to sign it you will need to run the following commands:MSIL Disassembler (Ildasm.exe)- http://msdn.microsoft.com/en-us/library/f7dy01k1(VS.80).aspxMSIL Assembler (Ilasm.exe) - http://msdn.microsoft.com/en-us/library/496e4ekx(VS.80).aspxExample:ildasm...
.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: ...
TechEd EMEA 2008
Next week i'll be @ TechEd EMEA 2008 Developers in Barcelona with my colleague João Martins aka "Jota".I hope it will be a very interesting week, Pedro Rosa from Microsoft Portugal...
SharePoint 2007 – Checking if a Workflow Instance is Completed
Introduction
This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents"...
XNA is Not an Acronym
Are you a gamer? Are you a .Net developer? Do you still dream about being a game developer? Then Microsoft has good news for you. If you answers...
![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://i0.wp.com/blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514.jpg?resize=218%2C150&ssl=1)















