Results 1 to 2 of 2

Thread: NET Remoting or WCF??

  1. #1

    Thread Starter
    Hyperactive Member mbutler755's Avatar
    Join Date
    May 2008
    Location
    Peoria, AZ
    Posts
    417

    Question NET Remoting or WCF??

    I am building a Windows Service that will need to be instructed by a set of rules that are put into a database. The service will check the rule set and continue to process based on whatever the current rule set is. My question is how I should tell the service that there is a new rule (or that a rule has been removed). I do not want the service to check the database every so often because new rules won't be added a lot. Rather, I want the new rule being entered in the database to communicate with the windows service and tell it to check the database for a new rule.

    From what I have read, .NET remoting seems to be a likely candidate for this work; however, I have also read quite a bit about WCF. Personally, I think that .NET remoting might be the way to go, but I am not sure. Can anybody make a suggestion as to which they feel is better and why? As always, your thoughts and suggestions are appreciated.
    Regards,

    Matt Butler, MBA, BSIT/SE, MCBP
    Owner, Intense IT, LLC
    Find us on Facebook
    Follow us on Twitter
    Link up on LinkedIn
    mb (at) i2t.us

    CODE BANK SUBMISSIONS: Converting Images to Base64 and Back Again

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width