Bertrand has written a great article for the dotnetslackers web site on how to make the UpdatePanel acessible. Great read, don”t miss it!
March, 2008Archive
On a different set of machines…I”m stumped. I mean, I though I”d nailed it with the proxy problem, but unfortunately there are still some machines where the 1st call is really really slow and removing the proxy isn”t helping. I”ve even profiled the code but I still can”t see where the problem lies. I”ve written […]
Today I noticed that there are still many guys that don”t know about the dataItems property which is exposed by the Sys.WebForms.PageRequestManager. So, I decided to write a small sample that will show you how to use it when you”re using partial updates and need to send some info back to the client during a […]
I”ve just read about it on ScottGu”s blog. It seems like the MVC code is live on the codeplex site.
Protected: WCF client calls slow
There is no excerpt because this is a protected post.
The most interesting thing about the release (besides the new chapter and updates I”ve made to the content) is that my friends Paulo and Israel managed to blog about it before me :,,)
More on the MVC approach
It seems like I wasn”t the only one trying to reuse the MVC routing engine with ASP.NET: check the Chris” post and Haack”s reply. Haack”s code is really cool and shows an even easier way to pass data to the page…
I admit it: I”m getting rusty on web development! In these last months I”ve been building Windows Forms apps with C#. So, I still didn”t had the time to look at the ASP.NET MVC platform or the new Silverlight release. Anyway, I”m hoping that this will change in a near future (which can happen even […]
In these last days I”ve been really busy finishing an application which consists of a Windows Forms app that gets its data from serveral WCF services (which, btw, use basic HTTP binding + SSL). Now, most of the services work really smoothly, but…there are 2 which are really making me go crazy: they are SLOW […]
Silverlight 2.0 beta 1 is out
So, while I was busy playing with my new HTC Touch, it seems like MS has presented Silverlight 2.0 beta 1. Now, this is really a tough choice…