Archive for March, 2008

Upload Files in DotNetNuke

As many of you know by now, I use DotNetNuke for the majority of my web development projects.  While DNN is a great environment to get web sites up quickly with.  It’s major down side is the lack of documentation.  Today I’ll show a quick demo on how to upload files in DotNetNuke using the built in file manager.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Thursday, March 20th, 2008

Something that’s been on my mind too…

Over at Carpe Datum someone finally voiced something I’ve long thought.

(more…)

Wednesday, March 19th, 2008

Using Reflection to Load a Class in ASP.NET

Last week, we took a look at creating a DAL that would allow us to swap out database providers without having to rewrite a lot of our code.  The only problem with the code I showed you is that you still have to change code whenever you swap databases.  This is not very flexible.

(more…)

Tuesday, March 18th, 2008

Adding an E-Mail Account to your Hosting Plan

Today we are going to take a break from the programming related post and provide my web hosting customers at www.mywinhosting.com with a video instruction on how to add email to their web hosting plan. 

We’ll come back to general programming and technology related topics on Monday.

(more…)

Friday, March 14th, 2008

Swapping the DAL Abstractly

Last Thursday, we looked at how to replace the TableAdapter with our own TableAdapter as a way or eliminating our dependence on Microsoft SQL.  The problem with this implementation is that every time you want to switch databases, you’ll need to switch what TableAdapter the code is using.

(more…)

Wednesday, March 12th, 2008