-
Student Tech Club
Grupo de Industriales SanMarquinos en Facebook
Centro de Estudiantes Microsoft
-
Post Recientes
Archivos
- June 2010 (3)
- May 2010 (2)
- April 2010 (6)
- February 2010 (1)
- January 2010 (1)
- December 2009 (1)
- October 2009 (2)
- September 2009 (2)
- August 2009 (5)
- June 2009 (2)
- May 2009 (3)
- April 2009 (4)
- March 2009 (12)
- February 2009 (1)
- January 2009 (2)
- December 2008 (8)
- November 2008 (14)
- August 2008 (1)
- April 2008 (1)
- March 2008 (3)
- August 2007 (1)
- November 2004 (1)
- March 2000 (1)
Monthly Archives: March 2009
TDD techniques : Mocking "If you can’t beat them, mock them"*
By Paul Lorena *Title taken from ISerializable – Roy Osherove’s Blog : Geeky T-Shirt ideas Introduction In Test Driven Development (TDD) you need to isolate one function or method to test is, it’s good so far. Usually a method has … Continue reading
Posted in CSharp, Design patterns, Development, Mock, TDD, Test driven development
Leave a comment
Escribiendo un plugin para jQuery
Dentro del desarrollo de nuestras aplicaciones web hay que batallar en muchas ocasiones con las cuestiones de presentacion (pues para el usuario casi todo entra por los ojos), asi que vamos y analizamos, miramos otros ejemplos y vemos que ahora … Continue reading
Posted in JavaScript, Web
4 Comments
How to validate a XML file with a Document Type Definition (DTD)?
By Paul Lorena Introduction We’ve saw in the previous post how to create a DTD, in this post we’ll test a XML file, this is important because in a SOA application the clients are (usually) outsiders, we can communicate data … Continue reading
Posted in TDD
Leave a comment
How to design a DTD
By Paul Lorena Introduction We usually use an XML document to communicate data with other applications, to do this we must specify the rules and the definitions of our XML file, that assure the consistence of the data to be … Continue reading
Posted in Development
Leave a comment
What I’ve saw at Techdays 2009 – Belgium : ASP.NET MVC for smart people
By Paul Lorena Introduction I’ve been always interested about the MVC’s implementation for the ASP.NET. The typical MVC architectural pattern was proposed by Trygve Reenskaug. So I’ve attended the exposition of Scott Galloway at the Techdays 2009 at Antwerp. Was … Continue reading
Posted in ASP.NET, CSharp, Design patterns
1 Comment