Sacha Tomey's blog

Molding the Microsoft BI Stack

Browse by Tags

All Tags » .Net 2.0 (RSS)
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...
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...
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...
Posted: Jun 22 2006, 06:58 PM by sachatomey
Filed under:
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...
Posted: Apr 03 2006, 07:16 PM by sachatomey
Filed under: