March 2007 Entries

Converting WSE 3.0 to WCF

Here is a very good article for all of you who are amazed with the capabilites of Windows Communication Fondation (WCF), but already have a working model/application with WSE 3.0. The articles is a great starting point for migrating WSE 3.0 web services into WCF services. I hope this helps... Happy Programming!

posted @ Friday, March 30, 2007 3:37 PM | Feedback (1)

Windows Communication Foundation for Starters

The presentation and code for the "Windows Communication Foundation for Starters" presentation is now available here. Happy programming!

posted @ Monday, March 26, 2007 9:30 PM | Feedback (0)

2007 Orlando Code Camp

Join me for the Orlando Code Camp where I'm pressenting the all aclaimed Programming Web series. I'm also presenting on WCF. Don't miss the oportunity of a free great event with lots of teachings, free food, and giveaways. See you there.

posted @ Monday, March 12, 2007 5:02 PM | Feedback (1)

Pull Merge Replication Security with Sql Server 2005 with no Domain Set Up

I have been testing the merge replication from Sql Server 2005 for a client. The truth is that I was very impressed with it. This thing works very well (at least with the requirements we had) and it's all a matter of configuration. I had some difficulty setting up the subscribers running on each client (pull replication). The agents would constantly fail due to security reasons. After a lot of trial and error and finally reading about it here I was able to have a secured model and make replication work. I must say I didn't have a domain set up...

posted @ Tuesday, March 06, 2007 1:44 PM | Feedback (24)