+ All Categories
Home > Documents > Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques...

Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques...

Date post: 01-Jan-2016
Category:
Upload: elfreda-megan-terry
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
18
Transcript
Page 1: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.
Page 2: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Visual Studio 2008 and Service Oriented Development

Scott GolightlyEnterprise Solution StrategistAdvaiya, Inc.Microsoft Regional Director

Page 3: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

What is Service Oriented?

Page 4: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Service-Oriented Development

What about JSON, REST, etc?Visual Studio 2008 and .NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications.

Visual Studio 2008 provides visual designers, debugging and profiling for WCF and WF. Numerous project items support being creating to support service oriented architectures.

What about tool support?

Services are often used to implement pattern-based behavior and/or business rules. Visual Studio 2008 makes this type of development much easier by providing an integration between Windows Workflow and Windows Communication Server.

Workflow and Services

Page 5: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Demands on services are getting more and more complicated – what happens when SOAP isn’t enough?

The Challenge

The SolutionWindows Communication Server (WCF)Visual Studio 2008 integrates this framework throughout its project system and features. To make implementing the logic behind these services more productive, Visual Studio 2008 also integrates Workflow Foundation – an all purpose framework for creating workflow driven applications and libraries.

Productivity BreakthroughsWindows Communication Foundation

Web

Page 6: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Creating and maintaining a test client for WCF services is time consuming and tedious.

The Challenge

The SolutionVisual Studio 2008 includes a feature that inspects a WCF service and automatically generates a client for it. Because this client is automatically generated each time, it is always up to date.This client tools supports complex service contracts, so it is practical for even the most demanding WCF services.

Productivity BreakthroughsAutomatically generated WCF client

Web

Page 7: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

SOAP, XML, etc enable me to expose a service. But what is the best way for me to implement it?

The Challenge

The Solution

Visual Studio 2008 and .NET 3.5 enable many new ways of hosting Workflow Foundation applications.Also included are new activities that can be used to either consume or expose WCF services.

Productivity BreakthroughsWF Integration with WCF

Web

Page 8: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.
Page 9: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Developing workflow-driven applications is a different paradigm, this makes debugging difficult.

The Challenge

Productivity BreakthroughsWorkflow Foundation Debugging

Web

The Solution

Visual Studio 2008 enables the same debugging experience that developers have always enjoyed for Workflow Foundation applications. Breakpoints can be set on workflow elements just as though they were functions or methods in source code.

Page 10: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Inserting breakpoints in

the WF designer

Page 11: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Productivity BreakthroughsDeveloping a workflow-enabled servicedem

o

Page 12: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Web

User Experience ProductivityCollaboration

Page 13: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Web 2.0-style applications are very likely going to be the client of choice for many WCF services

The Challenge

Breakthrough User ExperienceAJAX enabled services Web

The SolutionVisual Studio 2008 and ASP.NET provides an enhanced ScriptManager that allows calls to WCF and ASMX services. Using attributes, WCF services can expose themselves through REST or JSON. This further ensures that Web 2.0-style applications can easily invoke WCF services.

Page 14: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Breakthrough User ExperienceEnabling a WCF Service for RESTdem

o

Page 15: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Syndication is very popular and an ideal way to spread the use of your applications.

The Challenge

Collaboration WCF Syndication Services Web

The SolutionVisual Studio 2008 provides a project template that creates a syndication based WCF project. This project type enables you to immediately expose a RSS or ATOM based feed.

Page 16: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Service-Oriented Development

What about JSON, REST, etc?Visual Studio 2008 and .NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications.

Visual Studio 2008 provides visual designers, debugging and profiling for WCF and WF. Numerous project items support being creating to support service oriented architectures.

What about tool support?

Services are often used to implement pattern-based behavior and/or business rules. Visual Studio 2008 makes this type of development much easier by providing an integration between Windows Workflow and Windows Communication Server.

Workflow and Services

Page 17: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

Call to Action

Install Visual Studio 2008Download available for MSDN Subscribers

Trial version available http://msdn2.microsoft.com/en-us/vs2008/products/cc263902.aspx

Download Starter kits, hands-on-labs and videos

http://msdn2.microsoft.com/en-us/vs2008/products/cc268306.aspx

Become familiar with WCF and WF

http://netfx3.com/content/WCFHome.aspx

http://netfx3.com/content/WFHome.aspx

Page 18: Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.

© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Recommended