Recently I’ve been asked if it would be possible to replace the assemblies loaded by a .NET Windows Service application while it was running like with ASP.NET . Like with ASP.NET, an application start and end events where needed. The solution is quite simple. The Windows Service application is just a...
I have been chosen to present two sessions at VSLive! New York this September. Here are the abstracts: Date/Time: Wednesday, September 10th at 3:15pm Title: Creating a Simple 2D Game Using XNA Game Studio to Run on a PC, Xbox 360 or Microsoft Zune Description: This session will demonstrate how...
Como es habitual, desde hace un par de años, hoy brindo una charla de Arquitecura de Aplicaciones .NET para alumnos de la Tecnicatura de Sistemas de Universidad Tecnológica Nacional - Facultad Regional Avellaneda a punto de graduarse. Revisando el material me encontré con la grata sorpresa de que el...
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...
Gracias a Cladio M.E. Bastos Iorio de http://www.blumer.com.ar me entero de la aparición de este libro. Claudio posteó la información en una lista pública del MUG de Argentina ( http://www.mug.org.ar/ ): Foundations of Programming Ebook I'm excitted to finally release the official, and completely...
I feel I need to respond to the “ Vote of No Confidence ” on the Entity Framework. I have little interest in petitions. They are by nature backwards looking. To get a group of people to sign onto something they have to either understand it or be driven by the charisma of the leaders. In this case, I...
When writing my unit tests I don’t like to use hard coded fixed values because I either end up using the same values or, because of that, tests may succeed by coincidence. Over time, I have developed an helper class to generate random values for testing. namespace PauloMorgado.VisualStudio.TestTools...
La semana pasada escribí una aplicación de base para agentes distribuidos usando DSS/VPL, agentes que intercambian mensajes arbitrarios e implementan un balanceo de carga rudimentario. Pueden leer los detalles en: Agentes Distribuidos usando DSS/VPL Distributed Agents using DSS/VPL Ayer, extendí el ejemplo...
Posted to
Angel "Java" Lopez
(Weblog)
by
lopez
on
06-23-2008
Filed under: .NET, Grid Computing, Concurrency and Coordination Runtime, Decentralized Software Services
On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't XHTML conformant, Firefox differs from Internet...
En este post, exploraremos algunas ideas para implementar agentes distribuidos, aprovechando las capacidades que nos brindan Decentrilized Software Services (DSS) y el Visual Programming Language (VPL), includos en el Microsoft Robotics Developer Studio (estoy trabajando con la versión CTP 2.0, con VS...
Posted to
Angel "Java" Lopez
(Weblog)
by
lopez
on
06-20-2008
Filed under: .NET, Grid Computing, Concurrency and Coordination Runtime, Decentralized Software Services