Los Mocks no son Stubs

Mi buen amigo Eladio López me envió la revisión de la traduccion de Mocks aren’t Stubs de Martin Fowler. Ahora la traduccion ha quedado mucho mejor. La teneis aqui: http://www.carlosble.com/traducciones/mocksArentStubs.html. Muchas gracias Eladio!!! He abierto...

debug_mode=on, red social de desarrolladores

Hace unas semanas mi compañero Néstor me envió la noticia del lanzamiento del portal en el que él mismo está participando. Se llama debug_mode=on y es una red social para desarrolladores, de momento sólo de habla hispana. Pinta muy bien y espero que les resulte y que...

DesktopRails 0.3 released

Yei!! DesktopRails 0.3 has been released today!. I’ve written a tutorial in the wiki but still there is a lot of documentation to write. That will be after the conference in Malaga. So far, you can write your DesktopRails application within minutes, on Linux or...

Lanzado DesktopRails 0.3

Por fin! Ya está lanzado DesktopRails 0.3, con los binarios listos para descarga y un tutorial en el wiki. Queda mas documentación por escribir, más tutoriales, pero eso será despues del congreso en Málaga. De momento hay suficiente información para escribir tu primer...

Splash screen in Gtk#

This sample shows how to create a splash screen using Monodelop and Gtk#. Create a new Window. Within its properties, unset the Decorator so that it won’t have any title bar. Add a HBox or VBox inside the window with only one placeholder. Add a button inside and...

Consuming Python Web Services with C#

Consuming Python Web Services written and deployed with Soaplib is possible using C# and Mono. I haven’t try on .Net yet but if it works on Mono it definitively will work on .Net. You can read about Soaplib in previous posts. First of all, write a web service...