By Michael Washington on
11/26/2009 8:10 PM
 I just posted a tutorial on using WCF RIA Services with DotNetNuke. This tutorial demonstrates creating a simple module that allows each registered user of a DotNetNuke website to create and edit their own Task list. This tutorial also covers two important issues that are of interest to DotNetNuke module developers; implementing WCF RIA Services in a non WAP website, and securing and segmenting data for website users.  You can try out the live sample and download all source code at this link: http://dnnsilverlight.adefwebserver.com/Silverlight30/WCFRIAServices/tabid/83/Default.aspx ...
|
By Michael Washington on
11/21/2009 5:58 AM
 This program allows users to add unlimited rows of search criteria to filter a list. This example uses the DotNetNuke Users table (normally you would not want to connect directly to a DotNetNuke core table. It is only used as an example). Even though there is a lot of Linq code to construct the queries, there is only one trip to the database to execute the query. You can download the program here: http://www.adefwebserver.com/DotNetNukeHELP/Misc/usersearch/
|
By Michael Washington on
11/19/2009 6:38 AM
Today we released “Silverlight Bridge - A Silverlight 4 File Manager”  Silverlight Bridge can run in "Out Of Browser" mode and access the local file system and allow dragging and dropping of files from the local file system to the server. Requires: SQL 2005 or higher Silverlight 4 (currently in Beta) ASP.NET 4.0 (currently in Beta) VS2010 (currently in Beta) It will NOT run on ASP.NET 3.5 and Visual Studio 2008 Not for production use You can download it here: http://silverlightbridge.net ...
|
By Michael Washington on
11/14/2009 2:40 PM
Fluent programming strives to provide for more readable code. Fluent validation provides more readable validation code. This is really important when you are building applications that have a lot of validation logic. There are two Fluent Validation ASP.NET libraries that I found: TNValidate Fluent Validation Because it was the first one I found, I decided to give Fluent Validation a try. Creating the Sample ...
|
By Michael Washington on
11/8/2009 8:10 AM
|
By Michael Washington on
10/25/2009 7:20 PM

ADefHelpDesk does not really need an "Upgrade Advisor" but I made one anyway as a proof of concept for the DotNetNuke Core Project. There are thousands of users who do have difficulty upgrading DotNetNuke. My theory is that it should be possible to make a module that users could install before they do an upgrade that would identify potential upgrade problems.
|
By Michael Washington on
10/11/2009 6:50 AM
Face it, Benjamin Hermann and his team's EALO is the "Tiger Woods" of DotNetNuke Open Source. It is the project that is so big and unstoppable that the rest of the DotNetNuke Open Source projects actually benefit from the traffic and attention that it brings. As I pointed out in a previous blog ( Effority is "King of the Forge), this module puts up numbers that are so big no other module comes close... at all. In the spirit of "if you can't beat them join them" I have decided that since the "rest of the field" benefits from the success of "the leader" then it makes sense to help the leader. Benjamin Hermann and his team (Oliver Dembniak and Johannes Ellenberg) plan to release another version of EALO for DotNetNuke 5 (the current version only works with DotNetNuke 4) on October 16th 2009. It would be great if EALO can get...
|
By Michael Washington on
9/19/2009 3:58 PM
|
By Michael Washington on
9/13/2009 8:14 AM
My wife bought me an Amazon Kindle (warning if you click the link and buy one I will get a "commission"). Because it was a gift I had to go to Settings on the Kindle and "de-register" it from her. I then went on the Amazon.com site, logged in as myself and entered the serial number on the back of the Kindle to register it to myself. Ok now it's up and working. Kindle has this " Whispernet" thing which basically means it is able to communicate with Amazon.com without requiring...
|
By Michael Washington on
9/7/2009 6:00 PM
This took about 4 months of part-time work but I finally got the Silverlight Bridge File Manager working enough so I can release it. This is actually just a small part of a larger project that is Silverlight Bridge. Silverlight Bridge will eventually allow you to see the files on your local computer and drag and drop the files from your local computer to the folders on the server. Silverlight Bridge is a project that Ian started when he decided that you should be able to see your local hard drive in a Silverlight application. Ian did make a proof of concept that proves his idea will work, he just needs to flesh it out into a complete framework....
|