To accomplish the above, just wrap your code in these tags: [sourcecode language=”css”] your code here [/sourcecode] The language parameter controls how the code is syntax highlighted. The following languages are supported: actionscript3 bash...
After reading many posts I can say it is very hard to find information on how to get Custom Controls created by third parties working properly in SharePoint 2010 Application Pages (I guess a...
While working on a project I came across the need to identify what the entity set name is so I can use that to add an updated entity to the set. In order to...
Recently as part of my work with the Entity Framework (EF) I came across a very interesting feature that could be leveraged in many other areas beyond the EF: The Pluralization Services. As you...