Browse by Tags
All Tags »
NETnotifier (
RSS)
Sorry, but there are no more tags available to filter with.
After posting the How To Create A Service For NETnotifier story, I remembered that I referenced some classes that would be quite difficult for you to just "invent" :) So, here is the code you need to drop in your project folder. And here is the config...
Now that you've installed NETnotifier and the WinForms client, you're probably wondering... "Well? Is something supposed to happen?". Not if you haven't subscribed to any service. And even in that case, the said service should provide you with some notifications...
Ok, it was too easy to work at the first try, right? If you configure the server to use a SQL Server database, you have to modify the table DELIVERIES and set the field DELIVERY_IDX as an identity.
notifierClient This is a sample WinForms implementation of a client application that connects to the NETnotifier server. To install it, just extract it to any folders, edit the notifierClient.exe.config file and comment as needed the lines <!-- <add...
NETnotifier This is the actual server application. Extract the zip file into a folder, then web share that folder with the alias NETnotifier. Now you can access the WSDL interfaces by pointing your browser to http://localhost/NETnotifier . You could of...
That's kind of a mouthful, but I wanted to drive home the point that this is VERY experimental software, in the sense that it has huge margins of improvement :) You can download executables and sources for both the server and the client here: NETnotifier...
Sorry for the lack of updates in the last few days. I know that I promised a first release of NETnotifier by the past weekend, but I wanted the code to be of good enough quality not to be thrown away immediately :) So, while the code is 95% complete and...
It's 2.34am. But NETnotifier has not been changed for four hours (that means it's working correctly, as excpected) and I only went forward finishing the client component. This is very good news for my planned weekend release of the service and the client...
Matthew Langham wonders how to be notified of updates on weblogs.com . Well Matthew, that's what NETnotifier is being built for :) I'm going to write a service provider that interfaces with weblogs.com and give it a try later today.
[Edited to remove obsolete links] I've uploaded the source codes for NETnotifier v0.1 and a sample WinForms client. The data store used in this release is Microsoft Access, but that can be swapped out for SQL Server or other databases quite easily (using...
More Posts
Next page »