Published by Matias Woloski on February 13th, 2009 7:25 am under ASP.Net, Azure, Cloud Computing, Federation, Geneva, Identity, LiveID, MVC, PDC08, WCF
Couple of weeks ago Ryan Dunn announced Azure Issue Tracker. From this post: "This sample application is a simple issue tracking service and website that pulls together a couple of the Azure services: SQL Data Services and .NET Access Control Service." I’ve been working with Ryan and other guys at DPE and Southworks to put... read more
Last week, June 4th, together with Pablo Costantini (a coworker specialist on web technologies) we delivered a presentation about high performance websites at the local MIX event. There is a well known book from Steve Souders, former Chief Performance Officer of Yahoo! called High Performance Web Sites and we based the presentation on it, and also... read more
This post announces an event for the spanish talking community El martes 13 de Mayo, con mi amigo experto en ASP.NET MVC, Juan Pablo Garcia, vamos a dar una introducción al nuevo framework de 45 minutos. Usaremos el Preview 2 y durante la presentacion haremos una demo que abarca la mayor parte de los conceptos nuevos de... read more
For those who don’t have VS 2008 yet, I created the VS 2005 templates You will get two kind of solution/project templates (the same you get for VS 2008) The MVC framework uses anonymous types extensively (for instance when you add Routes and set Defaults values for the route segments). You can see I provided... read more
I’m in the early stages of writing my thesis about SaaS. As part of this process I’m reading loads of SaaS content. Mainly, I’m monitoring Gianpaolo Carraro and Fred Chong blogs (from the Microsoft Architect Strategy group) and a weekly SaaS newsletter. SaaS is in its infancy in terms of guidance and realization and as... read more
How many times you wanted to reuse asp.net artifacts like usercontrols, or even pages? Dan Wahlin posted to the aspadvice.com list regards this issue. He wanted to reuse a master page accross different websites (hosted on different vdirs). I’ve recommended him reading this post from ScottGu and he got working a first version. The idea... read more
I couldn’t agree more with this post from Andres Aguiar. The model for databinding in Winforms 2 was greatly enhanced with BindingSource, BindingNavigator and cia. However the intermediaries controls in ASP.Net 2 are not useful at all. I see them only used on very simple scenarios with a very simple business layer or in a... read more