in

Adatis Community

Welcome to Adatis blogs

Browse by Tags

  • 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 else. This used to be very convoluted with .NET...
  • 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 know how. In you App.Config, or Web.Config 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 many hours playing with VS 2008, WPF, Expression...
  • 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 the resource with the exact name and Namespace. Step...
  • 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 to know the application ID, which is returned from...
  • 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, this should be simple we know that Excel uses the...
Page 1 of 1 (6 items)