Top Ten ASP.NET Books
The ASP.NET MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform. It introduces a radically new high–productivity programming model that promotes cleaner code architecture, test–driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5.
An integral benefit of this book is that the core Model–View–Controller architectural concepts are not simply explained or discussed in isolation, but demonstrated in action. You’ll work through an extended tutorial to create a working e–commerce web application that combines ASP.NET MVC with the latest C# 3.0 language features and unit–testing best practices. By gaining this invaluable, practical experience, you can discover MVC’s strengths and weaknesses for yourself—and put your best learned theory into practice.
Forming CT SEM Think Tank
Do you live in Connecticut?
Do you know something about Search Engine Marketing?
Do you feel like you are the only one in Connecticut doing Search Engine marketing?
Have you had limited success but you’d like to achieve more?
I have an idea I think you’re going to like.
jQuery 1.4 Released
Just in case you missed it, jQuery 1.4 was released with significant speed improvements, bug fixes and of course some API changes that you need to be aware of.
One of the more interesting changes that I’ll note here is the decreased use of polling within the framework. I’ve used polling myself to detect when elements are available, but jQuery now uses the readystatechange event instead of polling when possible.
I think I’ll try using that method myself on some of my apps.
The news of the jQuery release hasn’t gone unnoticed by the blogosphere:
The Project Location is not Trusted
This one has been bothering me for several weeks, so I decided to research the problem and finally fix it.
The problem started when I downloaded a project from the web to start working on it. This same project worked previously, the zip was just an update.
Here’s what I found:
jQuery and ASP.NET UpdatePanel
I’ve been busy over the last couple of weeks working on an administrative application that uses a ton of AJAXy stuff.
The application is interactive in the sense that every time a field is updated in the administrative screen, another part of the screen updates to show the user what the final result will look like when it is published.
Where things get tricky is that the screens use a considerable amount of jQuery to do things like binding to events so that updates will occur when the events fire.
But the main content that is being updated for one of my screens is actually in an UpdatePanel. This is a problem, because in order for that screen to render correctly I have to run some jQuery code. But the jQuery “ready” event doesn’t fire when the UpdatePanel gets updated.
So how do we fix that?


