The evolution of Web sites to dynamic rich interactive applications is a true
revolution for users. But for ASP.NET developers tasked with building
high-performing scalable applications, it presents major challenges. The
features that characterize blogs, wikis, personalized pages, and other
data-driven Web 2.0 applications fundamentally change processing,
transmission, and rendering workloads, and require new approaches and
solutions. In Web 2.0 applications:
• Content is highly dynamic, with the most of the content generated by
users. The popularity of individual pages or the... (more)
One of the reasons that ASP.NET has become popular as a framework for Web
developers is the availability of third-party controls and tools. This
third-party product support means that, when you're developing features and
functionality in an ASP.NET application, you have "buy versus build" options
in many areas. Usually, if the options are buying a third-party control or
rolling up your s... (more)