Martyn Bullerwell's blog

Browse by Tags

All Tags » C# (RSS)
C# Coalesce
Although this has been around for a long time and this is slightly off topic, I needed it this week, and just think it is worth mentioning. With objects you occasionally need to know if they are null, and if they are get something else, or do something...
Posted: Mar 30 2008, 04:01 PM by Martyn Bullerwell | with no comments
Filed under:
Maximum Message Size For Web Services (.NET 3.5)
A new introduction to .NET 3.5 is the ability to limit the size of the incoming messages when using Web services. Apparently this is to help combat Denial of Service (DoS) attacks. However, it is not clear how to change this setting, its simple when you...
LINQ and SQL Server
Some time ago I reported on LINQ whilst Visual Studio 2008 was still in BETA. On Monday, Nov. 19 2007 , Microsoft announced that Visual Studio 2008 and the .NET Framework 3.5 was released to manufacturing (RTM). Since then I am sure many of you have had...
Embedding Images into DLL's
I am sure this is already well documented, however, its something that is really very straight forward with .NET 2.0, and not clearly written about so far on the web, so here is(hopefully) a good example: Step 1: Embed the Resource - Step 2: Reference...
Posted: Nov 30 2007, 06:05 PM by Martyn Bullerwell | with no comments
Filed under:
The PerformancePoint WebServices - Retrieving Data
In a previous post, I have discussed retrieving information from the PPS WebServices, namely, retrieving the system information, that returns information on the Applications stored within PPS. To retrieve any further data from PPS WebServices, we need...
The PerformancePoint Planning Web Service
So.... you want to use the PerformancePoint web service so you can extend PerformancePoint, and integrate it into bespoke applications and SharePoint. We needed to create a Web part that could show a users PerformancePoint assignments in SharePoint. So...