Compartir a través de


.NET 4.0, WF/WCF, and Oslo

Lately I have been quite busy working on .NET 4.0 which will be the next major side-by-side release of .NET Framework since .NET 2.0. It will be unveiled at PDC on October 27th. .NET 4.0 will be shipped together with the next version of Visual Studio.

As you know, Windows Workflow Foundation (WF) and Windows Communication Foundation (WCF) were first released in .NET 3.0. WF enables data-driven programming, or “code as data” in Don’s words. WCF provides a service-oriented programming model which enables easy, secure, and reliable communications for distributed applications. In .NET 3.5, WF and WCF were first integrated together through WorkflowServiceHost and message activities. .NET 4.0 will contain major improvements in both WF and WCF. The two will be integrated seamlessly together from the programming model to the runtime. Workflows and services are tightly coupled and both can be declaratively modeled by XAML. With the significant performance improvements in the runtime, the new workflow framework will enable a broad spectrum of model-driven programming scenarios.

By mentioning “model-driven” programming, you will see a general modeling platform to be unveiled at PDC: Oslo. As Doug said, Oslo contains three “simple” things: a visual tool helps building models, a new textual DSL language helps defining models, and a relational repository that stores models. XAML represented workflows and services are special models in this domain. Check for more details in the postings from Doug and Don.

Hope that you will have fun in the PDC!

Comments

  • Anonymous
    September 06, 2008
    PingBack from http://www.easycoded.com/net-40-wfwcf-and-oslo/

  • Anonymous
    September 28, 2008
    Being a .NET and, indeed, a programmer in any language and architecture requires that you keep up with the language, the architecture, the OS platform, support technologies, the SDLC, and most important, the security surrounding your applications. Since the 90s, the team has become the basic unit of work in any modern organization. Therefore, the only way to keep up with fast moving technologies in the Information Age is working with a software production team: programmers, architects, DBAs, project managers, business analysts, etc. Silo programmers (unless they have no life) cannot keep up. These are the current facts of application production life. Thank goodness 4.0 is coming out, and hopefully, some of the complexities of using WF with WCF will be solved.