InfoQ

News

Live From Redmond Coverage: Orcas Overview

Posted by Jonathan Allen on Apr 24, 2007 11:52 AM

Community
.NET
Topics
.NET Framework ,
Artifacts & Tools ,
Web Services
Tags
SQL Everywhere ,
LINQ
In conjunction with the release of VS Orcas Beta 1, the VB Team is hosting a series of live web casts. The first installment, presented by John Stallo, ran today.

Under VS 2005, strongly typed datasets don't work well with web services. Instead of reusing the server-side classes, the client-side uses automatically generated stubs. In Orcas, developers can choose to reuse the real classes rather than generate stubs. This is done by setting a property on the strongly typed classes so that they are generated in a separate library.

A short demo on using LINQ over typed datasets was given. The tooltips for VB are improved over previous versions, with hints that show LINQ coding patterns such as "From Element In Collection [, ...]". Keywords and symbols such as AndAlso and _ have tooltips describing what they do as well. Like C#, keywords are now included in code completion as well.

Extensive support for caching data locally has been added. Local databases are built against SQL Server compact edition and most of code needed to synchronize is handled by designers. John Stallo promised that a later demos will show synchronizing local data caches using both direct database access and via web services.

The next presentation, LinQ Overview, starts on Wednesday at 9 am Pacific time.

No comments

Reply

Exclusive Content

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.

Biztalk Services in the Cloud

Cloud computing feels like a tomorrow technology. Simon Thurman shows how developers can use Biztalk to create an Internet Service Bus which can be deployed locally or in the cloud.

Java FX Technology Preview

InfoQ takes a look at the JavaFX preview build and talks to Sun Staff Engineer Joshua Marinacci about the upcoming version 1 release expected this autumn.

Jeff Sutherland: Reaching Hyper-Productivity with Outsourced Development Teams

Jeff Sutherland, co-creator of Scrum, and Guido Schoonheim, CTO of Xebia, present an actual case of reaching hyper-productivity with a large distributed team using XP and Scrum.