Archivo de la categoría: Informática e Internet

Orientación a Objectos por medio de mocks y tests

Me puse a investigar mas de BDD y TDD (Behavior Driven Development y Test Driven Development) y quede retomando el tema de Mocks. Realmente nunca he usado Mocks para TDD. Sin embargo encontre este excelente y provocativo articulo, llamado Test … Seguir leyendo

Publicado en Informática e Internet | 6 comentarios

Programe en MonoDevelop, ya no quiero usar Visual Studio

Aunque lo unico malo de MonoDevelop es que el debugger le falta mucho. Aparte de eso, el mismo codigo si no usas muchas tecnologias nuevas debe correr igual tanto el Linux y en Windows. Ademas, existe hasta un REST stack … Seguir leyendo

Publicado en Informática e Internet | 11 comentarios

Cucumber Unit Testing with Selenium RC

Links Selenium RC  Cucumber Documentation  First you need to download Selenium RC and install it. Create this batch in C:Program Files(your selenium RC dir) @ECHO OFF java -jar selenium-server.jar REM -browserSessionReuse REM -proxyInjectionMode Install Cucumber for IronPython Read this documentation … Seguir leyendo

Publicado en Informática e Internet | 17 comentarios

Behavior Driven Development – Enlaces

NBehavehttp://nbehave.org/ Tiene un enlace a Introducing BDD, cual me parece completo y sencillo de entender. Thomas Lundström tiene mas información y adicionalmente como integrar Cucumber en .NET usando IronRuby 0.9 Previously, I’ve made some trial shots of running Cucumber under … Seguir leyendo

Publicado en Informática e Internet | 3 comentarios

En que anda Rush, en espacios Semanticos y Lucidos

he estado metido de lleno en tecnologias de busquedas. Algunos enlaces para los fans: SemanticMediaWiki: Extension de MediaWiki para crear un wiki semantico. Lo cool de esto es que permite crear queries y estos se pueden leer como JSON. Mejor … Seguir leyendo

Publicado en Informática e Internet | 9 comentarios

More Office 2007 – Creating templates using code

Creating Word 2007 Templates Programmatically http://msdn2.microsoft.com/en-us/library/ms406053.aspx   Understanding the Word Object Model from a .NET Developer’s Perspective http://msdn2.microsoft.com/en-us/library/aa192495(office.11).aspx#wordobject_link6  

Publicado en Informática e Internet | 7 comentarios

WCF Config Settings para IIS – En caso tal se me olvide

Codigo namespace DerivativesCalculator { // You have created a class library to define and implement your WCF service. // You will need to add a reference to this library from another project and add // the code to that project … Seguir leyendo

Publicado en Informática e Internet | 15 comentarios