DotNetNuke and web services, they were simple back in the day but things have changed in the .NET framework.
For Web Services mostly you will be told to modify the web.config which for me is a not very nice and another thing to manage when you are deploying your module. With a few lines this can be done in code and is my preferred solution.
My last DotNetNuke module required quite a few views over the data and the design showed me that I would be hitting the Database a lot to get the desired results. Since the data was all based on a major snapshot I went down the route of using Delegated functions to do all the work. I am more than happy with the results.
After some good feedback and a few tweaks. Adding that the tweaks were not with the engine but rather with the interaction, we have released the module for Public Release.
With the spirit of FREE the module is. We require that you only download and install it.
Later this month you will see some posts on tip and trick for the module integration in a DotNetNuke site.
Download the module now!
Enjoy!
I have finished up the Page Search module that I blogged about previously. The Integration with DotNetNuke is quite tight. If you are interested in having the module for your DotNetNuke solution, then drop me a line leigh.pointerATsubzero-solutions.net. It is not often you can get things for free (100% free) but this module is.
Enjoy ;)
One of the things I have been meaning to do for the company is to set up a decent SVN system. This Sunday I put some spare time to go use. Remembering some time ago that Axosoft released and pretty nice (and free) add on to Visual Studio, so I started there. RocketSVN was and is slick, and to my delight found that they are now offering a server version of RocketSVN (for free) so I was geared up to get this cool suite of software up and running! A few hours later I am moving all source code over from my Dropbox account to the Subzero Solutions source code repository.
The next steps will be to give me a secure and comfortable solution for backing the repository up. The Repository will be backed up to my new ADrive account.
Bottom Line, in cost: Only time and zero cents.