Tuesday, July 24, 2007

My Simpson Avatar



I read about this page in Karen's blog (she's one of the ladies behind Acropolis, more coming on that soon), and I found it pretty cool.



If you know me personally you will know I don't look anything like it. But in my defense the other guys were either too fat or too skinny. The thing is I don't know what my eyes, nose or mouth look like. I should have asked my wife Vivi to create my avatar. I will do so, and if it looks more like myself I'll change the pic. Until then, this is what I got.



So, go to the Simpson's movie site, create your own avatar and drop a line so I can see what you would look like in Springfield.



P.S: I'm using Windows Live writer now to write my posts.


P.S2: Last nite I went to the movies with my wife, my sister and her boyfriend to watch The Simpson Movie. It was excelent!!!


Edit: I Simpsonized myself and this is what I got, I think it looks more like me


Read Full Post

Thursday, July 19, 2007

DeKlarit 4.3 will be released with WCF support!


That's what's been keeping me busy for the last couple of months, Windows Communication Foundation.
Originally started by Andres, the WCF addin is a great tool for quickly implement your own WCF architecture, or if your new to it, is a pretty good way get things working right away and see how it all works.

Basically you will have, as you did in the Remoting or the WSE addin, your own client where you change the data provider from SimpleDataAdapterFactory to WCFDataAdapterFactory and change the DataAdpaters reference in your module project for a reference to the WCFGenerator client dll where all the proxies are hosted. By doing that your app will no longer reach the DataAdapters in order to get to the data, instead it will try to reach some services. But where are these services? At the moment you have only one option, Internet Information Services, but you will have more options in the future. Also, right now only BasicHttpBinding and WSHttpBinding is supported.


So when you run the addin you'll get:
Service Client: the project you have to reference in your client application
Server web application: where the services are hosted
Service Implementation: that's the actual place were the services are implemented, so if you want to host your services in a console application or as a Windows Service the implementation is already done and it will be the same for all three kinds of project.
Service Contracts: that's where all the interfaces used as contracts are.


There's a pre-release version of DeKlarit 4.3 in the forum.


P.S: Windows Presentation Foundation will also be available in future DeKlarit versions, sorry, no 4.3

Read Full Post