News

New WPF Reference App Displays 'Juicy' Capabilities

Component vendor Infragistics has released a reference application and guidance for Windows Presentation Foundation, the UI development subsystem in .NET Framework 3.0.

The app -- dubbed "Tangerine" -- is a searchable product catalog for an online bookseller. It pulls data through Amazon.com's E-Commerce service and presents it through an interface designed with Infragistics' NetAdvantage for WPF control set.

Infragistics' Ed Blankenship, lead developer on the Tangerine project, provided a demo for Redmond Developer News. The app showcases capabilities such as advanced databinding and carousel-style views of product information. Blankenship and his co-programmers also used the company's datagrid control to provide more traditional views, as WPF does not ship with a datagrid.

While the .NET Framework 3.0 shipped last year, tooling and guidance to exploit its capabilities is only arriving now, according to Blankenship. "Early on, we noticed there wasn't a lot of guidance on WPF because no one was really doing WPF," he said.

To this end, Infragistics has released the source code for Tangerine as well as some related whitepapers. They are available here.

Tangerine displayed smooth performance, but enterprises faced with an installed base of older client machines probably won't be able to fully mimic the results just yet. For example, WPF applications running on Vista machines use hardware acceleration, but not those on XP.

"At times, it's a different experience, that's for sure," Blankenship said.

According to Blankenship, it would take about one month for a developer working full-time with WPF to craft an app like Tangerine, along with "a week or two to figure out the architecture."

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube