in

Adatis Community

Welcome to Adatis blogs

Browse by Tags

  • MDX Stored Procedures (Part 2)

    What seems like a lifetime ago I posted about MDX Stored Procedures and how we've built a helper class that provides a wrapper to an MDX query. The helper class has been stable for quite sometime now and a few people have been asking me when I'm going to release it. Well, today is the day. You...
    Posted to Sacha Tomey's blog (Weblog) by sachatomey on 11-20-2007
  • MDX Stored Procedures (Part 1)

    UPDATE: You can find part 2 here , along with a link to download a C# quick start. A long time ago I realised that inevitably, however well specified the requirements or however tight the deadlines are, clients always throw a curve ball. To that avail, like many, I adopt an agile approach to project...
    Posted to Sacha Tomey's blog (Weblog) by sachatomey on 08-17-2007
  • Intellisense for ASP.NET 2.0 Skin files

    Intellisense has been improved massively in Visual Studio 2005 but I noticed one file type where Intellisense is not active. .skin files, for theming your application, do not support intellisense natively. You can however configure Visual Studio to provide intellisense for .skin files. Here's how...
    Posted to Sacha Tomey's blog (Weblog) by sachatomey on 06-22-2006
  • LoadControl Changes in .NET 2.0

    In .Net 1.x you can dynamically load user controls using the Page.LoadControl member. Providing you namespace your classes the same or qualify the classes correctly you can cast the return value of LoadControl to an object of your user control type. MyUserControl myUserControl = (MyUserControl )LoadControl...
    Posted to Sacha Tomey's blog (Weblog) by sachatomey on 04-03-2006
Page 1 of 1 (4 items)