vb .net
It was another great code camp event at Miami with so many great speakers and .net enthusiasts. The only difficult thing is to choose between tracks that you want to go. In today's session of Sync services I saw more interest than in past which is always good and fun. For a presenter there is nothing is more satisfying than having a presentation more like a group discussion. Below are the link for presentation and code example ADO .Net Sync Services Presentation 2 Tier Example N Tier Example using...
Dec 6th' 08 I presented ADO .Net Sync services at the Tampa code camp. This was my 6th presentation on same topic in as many months and except Orlando Tech Ed I did not see enough developers interested in Sync services. At first it was kind of disappointing to see just 15 developers in the session but then I realized that there were few other sessions running parallel and the one that had biggest crowd was MVC architecture in ASP .net. I guess that's true for winform or smart client development....
Finally after 2 weeks I did get chance to publish the second part of my article on Sync Services. The article is a follow up article to Introduction to ADO .Net Sync and takes a look at how easily we can convert a two Tier Sync application to N tier using WCF services. The ability to sync up your data without connecting to the main database is a great value and opens the door to many complex architecture implementations. There are many examples on sync services online but most of them are in C#,...
Introduction This blog entry which is more like an article, will demonstrate how easily you can design occasionally connected applications using ADO .Net Sync services. It’s going to be a very basic example in VB .net showing how easily you can use Sync services within your application. I have taken the template from code project and will try to upload it there as well. I am also uploading my presentation in case anyone needs it. Presentation and Source code Background At our organization we have...