Browse by Tags
All Tags »
.Net 2.0 (
RSS)
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...
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 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...
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...