Developer's Toolkit

Blog archive

Architecture on the Edge

Normally in IT and software, when we think of architecture on the edge, we think of how to make applications accessible beyond the desktop, to the factory floor, or to handheld and mobile devices. But Michael Platt, a web architect at Microsoft and keynote speaker at the Enterprise Architect Summit, had other ideas.

Michael noted that many of the innovations that enterprises are just starting to become aware of originate among the consumer spaces. In particular, he cites lightweight technologies that make consumer web sites more agile, in particular, the REST architectural style. That stands for Representational State Transfer, an architecture that emphasizes revealing data gradually in a lightweight way using POST and GET rather than heavier interfaces (see http://www.xfront.com/REST-Web-Services.html for a good summary description). Consumer sites such as MySpace are using these approaches to build sites that easily scale into the millions of users.

Michael outlines several sets of architectural approaches that have been explored in the consumer space and are worth looking into by enterprises seeking to radically change how they interact within and outside of their organizations. These are:

  • Relationship management. Enterprises seeking to build better bridges to their customers must reassess how they interact, using technologies to open more nontraditional lines of communication.
  • User-generated rich content. Often customer know more about products than the manufacturer. Tapping into this knowledge through media such as wiki and online product reviews can make the enterprise be far more responsive than it is today.
  • Collaboration. Enterprises need to continue breaking down silos so that information can more easily flow between different parts of the organization.
Techniques for achieving these goals have already been tested on many consumer-oriented sites. It is time to bring some of those techniques into the enterprise.

Posted by Peter Varhol on 05/16/2006


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube