News

Microsoft's Guthrie Touts Silverlight 3 Beta's Database Access Features

Microsoft's release yesterday of its Silverlight 3 beta has plenty to attract the Adobe Flash faithful with its support for high-definition, TiVo-like capabilities, 3-D graphics and improved manipulation of visuals, just to name a few new features.

But in his keynote at MIX09 yesterday, Scott Guthrie, corporate vice president of Microsoft's .NET developer platform, pointed to many new features for data-oriented applications, as well. Guthrie indicated numerous data binding improvements, such as element-to-element binding between controls (60 new controls with source code were added) and validation error templates.

At the networking layer, Guthrie pointed to improved server data push capability. "Your server can push notification of a data change from the server to the client without you having to explicitly pull," Guthrie said. He also pointed to added support for Binary XML. "You can compress network payloads between the client and server," he said.

Furthermore, he emphasized support for multi-tier data. "What this means is we're providing a programming model that you can use so that you can actually expose data on the server," he said. "When it comes down to the client and you retrieve it, when you update it, we'll actually keep track of all the changes you're making on the client, and then you can very easily hit save and basically push those changes back to the server."

Guthrie demonstrated the "customer domain service," a service that takes advantage of that multi-tier data support. He created a class that exposes the client using .NET methods. "I have a get.customers method, a get.customer.orders method and then I basically created an insert, update and delete CRUD method and that's just working against my LINQ to Entities model to talk to my database," he explained.

Database developers can also use LINQ to SQL, NHibernate "or any other data access that you like," he added.

According to Guthrie, Silverlight 3 will also enable search engine optimization (SEO) by using server-based business objects with ASP.NET controls, where users can mirror data-driven rich interactive app content into HTML that can be indexed by Google, Yahoo and Live Search, among others.

About the Author

Jeffrey Schwartz is editor of Redmond magazine and also covers cloud computing for Virtualization Review's Cloud Report. In addition, he writes the Channeling the Cloud column for Redmond Channel Partner. Follow him on Twitter @JeffreySchwartz.

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