Category Archives: CSharp

1,2,3 ASP.NET AJAX (2)

Seguimos con la serie de post sobre asp.net ajax. En esta ocasion usaremos las bondades que nos ofrece el Microsoft Ajax Framework asi­ que empecemos. Usando capacidades de cliente de ASP.NET AJAX En este ejercicio revisaremos la parte cliente del … Continue reading

Posted in ASP.NET, CSharp, Development, JavaScript, Web | Tagged , , , | Leave a comment

1,2,3 ASP.NET AJAX (1)

Esta serie de posts se daran a manera de Hands On Lab sobre el framework AJAX de Microsoft. Exploraremos las bondades del lado del servidor y tambien del lado del cliente de ASP.NET AJAX. Utilizaremos una pequeña base de datos … Continue reading

Posted in ASP.NET, CSharp, Development, JavaScript, Web | Tagged , | Leave a comment

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

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

Modify provider’s Adapter with IoC (Spring.NET)

By : Paul Lorena To understand the reader must read the excellent Martin Fowler’s article http://martinfowler.com/articles/injection.html, we use reflection but throw the framework Spring.Net, they have also a very complete reference here The IoC concept has been briefly explained here. … Continue reading

Posted in CSharp | 2 Comments