Developer's Toolkit

Blog archive

More Alternatives to WPF User Interfaces

I spoke to Infragistics today about their upcoming release (Monday, but I got approval to blog something ahead of time) on Windows Presentation Foundation (WPF) controls. Many of you probably know that Infragistics has somehow been able to make a thriving business out of selling controls for Win32, .NET, Java, and Web. What makes their controls so popular is two things. First of all, they provide significantly more functionality than those out of the box in Visual Studio, especially in the areas of data binding and performance. Second, developers pay a per developer license fee, and no runtime fees. It turns out to be a great deal for developers. These new WPF controls are no exception. They provide ways to abstract the control from its implementation, providing developers with ways to customize controls, and insert controls inside one another. For example, you may want to put a push button in a data grid.

Of course, many developers aren't building for WPF, at least not yet. While my Infragistics contact was primarily focused on the WPF controls, he also acknowledged that Infragistics also had a couple of ways for achieving the Vista Aero look and feel on non-WPF applications. One way was through the use of Microsoft's Crossbow technology (http://www.microsoft.com/downloads/details.aspx? FamilyId=2E1E0AFA-9BD7-4BDF-B43B-BD64F6F622A7&displaylang=en). Another was with a straight WinForms implementation. I didn't get a lot of details on these at this time, but I'll let you know when I do. And, while it wasn't a subject of this call, I also hear tell that Infragistics is also planning on offering straight Win32 controls with the Office 2007 look and feel. If Microsoft can do it (Office 2007 is a Win32 application), then there's no reason why Infragistics can't. And Infragistics has a long reputation for giving developers what they need, not what Microsoft wants them to have.

Posted by Peter Varhol on 04/20/2007


comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube