I have a VS project used for my .NET WCF host with some simple DTOs in it. I then have another project targeted for Silverlight with links to the files from the .NET-project.
I need to build an internal service that queues the DB for changes (in one table) every one second, and processed data after this event.