Showing posts with label Rosario. Show all posts
Showing posts with label Rosario. Show all posts

Monday, August 6, 2007

Rosario Aug 2007 CTP

You can download a VPC image of Rosario now. "Visual Studio® Team System Code Name “Rosario” is the version of Team System that follows Visual Studio Team System 2008. This release provides the earliest public glimpse of the work in progress on the next generation of Team System." I have just installed Orcas Beta 2... Hmmm.... The new technology isn't new so very long.

Friday, May 18, 2007

New features in Orcas and Rosario

In Orcas there are a couple of really nice features included. I really like the XSLT debugger there you can debug with breakpoints and all that both from the XSLT file but also from the data file. A really cool feature there is that you can also debug the XSLT from your C# code.

In Rosario there will be a XSD Designer that will help alot, check it out here.

Monday, April 30, 2007

Microsoft Data Access Strategy

I found this must read blog post from Mike Pizzo about Microsoft'sData Access Strategy, read it here. There are two new concepts released with Orcas. LINQ (with a couple of different variants) and ADO.NET Entity Framework (EF) with Entity Data Model (EDM).

Microsoft wants to get the developers to start programming against a conceptual data model instead of against a logical data model as most do today. The whole EF concept is a pieces of a large future plan including reporting, integration and applications. The first pieces of this concept will be included in Orcas but the framework is just in the beginning. In Orcas we will get an EDM wizard but I think that the real breakthrough for this isn't until the EDM Designer and more is avalaible in Rosario.

The first release in Orcas will still be a bottom up version of the EDM. We must start with the database and then use the tools and framework to link the database with the model. To get the EF to be a huge success there must be tools for the developers to start working model first and this functionallity will be included in Rosario.

When using LINQ and when using EDM? You should use the ADO.NET Entity Framework when( from the article above):

  • The ability to define more flexible mapping to existing relational schema, for example:
    o Mapping a single class to multiple tables
    o Mapping to different types of inheritance
    o Directly Modeling Many to Many relationships
    o Mapping to an arbitrary query against the store
  • The ability to query relational stores other than the Microsoft SQL Server family of products.
  • The ability to share a model across Replication, Reporting Services, BI, Integration Services, etc.
  • A full textual query language
  • The ability to query a conceptual model without materializing results as objects

My interpretation of this is that if you 're using Data Table Gateways you should use LINQ if not use EDM, the name applies that to :).

The article continous with "Microsoft is defining a migration plan for customers that start with LINQ to SQL and require additional functionality, such as richer mapping capabilities or access to other stores, to migrate to the ADO.NET Entity Framework".

Orcas will be released in late 2007 and the EF is excluded from that release and will come as an add-in in early 2008. I'm really looking forward to see what Rosario brings to us. I hope that model first will be accepted like contract first is today.

Thursday, April 26, 2007

Great webcast about Orcas

I found this good webcast that gives you a good overview for Orcas. It is "Conversation with Soma: Orcas Beta 1 and Beyond". Soma is the vice president of the developer division. He guides us of some of the new features of Orcas.

Orcas is build with 3 pillars (Value propositions)

  1. Best tool for the latest platforms: Vista, Longhorn server, Office, AJAX...
  2. Increase the developer productivity. LINQ support and multi targeting (you can build apps for .NET fwk 2.0, 3.0 and 3.5 with Orcas).
  3. Increase the team productivity. New and better Team Foundation Server.

Soma also talk about that the Orcas developer team started using Orcas TFS live for the project about one month before the beta 1 was released. He also talk about how Orcas supports the increasing application user experience demands.

He ends the webcast by talking a little about the main focus areas of Rosario:

  • Testing tools. Like test case management, code coverage tools and load test tools.
  • Requirement management. Did we do what we should. Some tool for managing requirements and see what requirements are implemented, not implemented, tested and so.
  • Some workflow tool throught the whole IT deparment. Product mangager - developer - operations.