Hemos vuelto a liarla! El pasado 7 de Junio se celebró otro evento en AndorraDotNet en las instalaciones de FIMARGE (gracias de nuevo por la sala). En él tratamos de mostrar las novedades de Visual Studio 2008, en un evento al más puro estilo de la serie Heroes happen {here}. La agenda estaba bastante...
Ok, first a disclaimer: I'm a Microsoft MVP with a competency in Visual Basic. Normally I would not give this much thought, I've always favored VB (I started using it back when it was in version 3) over all other languages and thought very little of the debates that went on online comparing it...
El show ha terminado. Mientras escribo esto, el resto de la gente debe estar viendo a Steve Balmer tirar sillas o a punto de empezar la fiesta final, y yo en cambio aquí estoy, en el tren de camino a casa... :-( Atrás quedan dos días muy interesantes, llenos de sesiones técnicas,...
Hoy en día, como arquitectos / analistas / desarrolladores de software disponemos de un sinfín de recursos en el mercado. Desde componentes de interfaz de usuario (tanto Windows como Web), librerías de clases que extienden las capacidades del ya poderoso Framework, generadores de código que nos prometen...
gsBuscarTexto v2.0.5.1 El colega Guille acaba de publicar una nueva versión de su utilidad para buscar archivos en carpetas "gsBuscarTexto". El motivo es que como resulta que el agüelo ya tiene una edad, esto de buscar cosas en Windows Vista se le hacía un poco cuesta arriba :-P, así que ni...
Microsoft Portugal will be hosting Techdays 2008 from Mars 12 nd to 14 th , right after the Portuguese launch of Microsoft Visual Studio 2008 , Microsoft SQL Server 2008 and Microsoft Windows Server 2008 on Mars 11 th . This is the biggest and greatest tech event in Portugal and there will be lots of...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
02-06-2008
Filed under: .NET, Community, Events, Microsoft, MSDN, MVP, SQLServer, VisualStudio, Windows, Techdays, TechdaysPT08
Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well, it's as easy as this: public static class MockExtender...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-31-2008
Filed under: .NET, SoftDev, C#, Microsoft, MSDN, MVP, Tools, Testing, LINQ, UnitTests, TypeMock
Here is the list of topics covered in the WCSF geekSpeak webcast: Contextual Auto Complete Bundle Demo code: WCSF geekSpeak: Contextual Auto Complete Bundle Demo Code Validation Bundle Demo code: WCSF geekSpeak: Validation Bundle Demo Code Real-Time Search Bundle Demo code: WCSF geekSpeak: Real-Time...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-24-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Tools, EntLib, Webcasts, PnP, SoftwareFactories, PageFlow, geekSpeak, AJAX
This demo e based on the demo included in the Contextual Auto Complete Bundle download. The demo includes an entry form with three implementations: Using the traditional auto post back model Using an update panel Using the Contextual Auto Complete Extender .
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-23-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Tools, Webcasts, PnP, SoftwareFactories, geekSpeak, AJAX
Eli Lopian from TypeMock™ , has an article on CodeProject about the disadvantages of design for testability and how to use TypeMock™ to remove these disadvantages while keep the advantages of unit testing. I have to say that I agree with Eli: design for testability is BAD. It exposes more that it needs...