Xperimentality

Building a Better Xperience with .NET

 Thursday, November 24, 2005

Well I am happy to say that I have moved my blog to my own server and am now using dasBlog. I have started with one of the included themes but I anticipate you will see some changes over the next...well who knows...as I begin to play around with the theme. I hope everyone who celebrates Thanksgiving had a happy one!
Thursday, November 24, 2005 11:58:51 PM (Central Standard Time, UTC-06:00)
 Monday, November 21, 2005
I just ran across something I guess I have just been missing in playing with the 2.0 framework: The coalescing operator! I love this. Not sure how I have been missing this one. I am a big fan of using something like:

Textbox.Text = (str == null) ? "N/A" : str;

as opposed to using a conditional block. But I just found that I can use:

Textbox.Text = str ?? "N/A";

It is the simple things that make me the happiest! Well, on to finding more things that I have not discovered yet...
Monday, November 21, 2005 11:50:50 PM (Central Standard Time, UTC-06:00)
 Thursday, November 17, 2005
I have been using DotNetNuke for a while and am pleased with it. For the most part, I see a lot of smaller businesses and individuals use it. However it seems that over the last year or so, I have seen an increased presence in larger businesses. Recently I gave a presentation at the Alabama Code Camp on custom module development for DNN3.x. I was asked to give it again on Tuesday for a client in Birmingham, Alabama. This client is a large company based in New York. They have started using DotNetNuke for some intranet needs. I think it could prove to be a great cost savings for larger organizations that have the need for what DotNetNuke can provide. A lot of time and effort goes into trying to build frameworks similar to what DotNetNuke provides. Don't reinvent the wheel!
Thursday, November 17, 2005 11:49:52 PM (Central Standard Time, UTC-06:00)

Well, I have needed to get a blog started for a while and I have finally taken that first step. Now I just have to keep it up. I am sure that won't be hard since the software and technology world is never short of good content!
Thursday, November 17, 2005 11:47:45 PM (Central Standard Time, UTC-06:00)
Who Am I - Todd Miranda
Me
MVP Visual Developer - ASP/ASP.NET
Search
Links
On this page....
Calendar
<November 2005>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Archives
Aggregate Me!
RSS 2.0 | Atom 1.0 | CDF
Categories
Blogroll
Contact me
Send mail to the author(s) E-mail
Administration