Tales from the Evil Empire

Bertrand Le Roy's blog

News

Ads Via DevMavens

ASP.NET AJAX UpdatePanel Control: Add Ajax interactivity to your ASP.NET 2.0 web pages


follow bleroy at http://twitter.com

Bertrand Le Roy




Add to Technorati Favorites

Blogs I read

My other stuff

Browse by Tags

All Tags » MVC (RSS)
Walking the tight rope
I think today is an appropriate time to write this post, as Rob Conery is leaving Microsoft tomorrow . “Who?”, you might ask. Rob is the author of the excellent MVC Storefront and Kona series where he explored the challenges in building an MVC-bound storefront...
A total n00b’s guide to migrating from a custom data layer to Nhibernate: getting started
(Screencast can be found at the end of the post) To be clear when I say “total n00b”, I’m not talking about you, dear reader, I’m talking about me. The last time I wrote any serious data access code was circa 2002. Since then, I got hired by the Evil...
Mocking indexer getters with Moq
This is a follow-up on that other post: Mocking indexer setters with Moq . So thanks to that post, we now know how to intercept the setting of a particular indexed property (in our example, an application variable) and set a local variable with the value...
Tell me what smells in WebForms as a view engine
Don’t read too much into this, but I’d love to read your feedback on this. I’m compiling a list of stuff that smells in WebForms when used as a view engine in MVC. Along the lines of: Noisy page directives that are useless for MVC runat=server Page lifecycle...
Mocking indexer setters with Moq
I quite like MoQ because it makes sense for me. Shamefully, I’ve always had some trouble understanding test code that was using mocks built with other frameworks. With MoQ , I can just grok it for some reason. It’s just super-clear to me. It doesn’t mean...
Some MIX talks
Stephen Walther just published links to the video, slides and sample code for his Ajax talk at MIX09: http://stephenwalther.com/blog/archive/2009/03/22/mix-slides-code-and-session-recording.aspx It’s pretty cool to see all the work we put into Ajax this...
ASP.NET 4.0 Roadmap talk available online
Scott Hunter’s talk on the ASP.NET 4.0 roadmap (in which I’m doing a 10 minute demo) is available from Channel9: http://channel9.msdn.com/pdc2008/PC20/
Going to California
I’m flying to San Jose tonight for tomorrow’s OpenAjax Alliance face to face meeting , which Microsoft is hosting. On Friday, we are also hosting a new event that aims at establishing a dialogue between JavaScript library developers and Microsoft. We...
Using the Ajax Control Toolkit in ASP.NET MVC
Stephen Walther has a pretty cool post on using the new file-only version of the Ajax Control Toolkit from an MVC application: http://stephenwalther.com/blog/archive/2008/08/23/asp-net-mvc-tip-36-create-a-popup-calendar-helper.aspx UPDATE: the problem...
More Posts