Metin Karabiber
~ Etegimizde Ne Varsa ~

WCF WWF evliliği Orcas'da gerçekleşiyor

Ekim 21, 2007 21:54 by metink

VS2005'de teknik olarak bazı sınırlılıklarla birlikte bir servisin içerisinde workflow kullanmak mümkün. Bunu sağlamak için ciddi bir süre evirmek ve çevirmek için harcıyorsunuz. Sonuçta hem servis hem de workflow tarafında bir takım ek kodlar yazmış oluyorsunuz. Bu sıkıntıların arasında aşağıda ".net Framework 3.5 features list" de görebildiğiniz gibi Orcas imdada yetişiyor. "Workflow Services" kavramıyla ifade edilen ve Orcas'da bir template ile sadece 60 saniyede yapabildiğiniz üzere herhangi bir workflow'unuzu servis olarak sunabiliyorsunuz.

.NET Framework 3.5 New Features

Faster .NET Framework execution

Base Class Library – New Class Additions

  • Faster garbage collection
  • Smarter, faster NGen requiring smaller working set RAM
  • 64 bit client improvements
  • ThreadPool performance improvements
  • Security check caching during NGen
  • BigInteger, HashSet and DateTime2 types
  • NSA Suite ”B” and FIPs compliant cryptography
  • Lightweight Reader/Writer Lock Classes
  • Anonymous and Named Pipes IO Classes
  • Integration with Event Tracing for Windows
  • New Addin hosting model for extensibility

WF Enabled Services 

Web 2.0 Friendly and AJAX Enabled WCF

Using workflow to provide for durable and long-running services. New Tools, WF activities and new programming model classes have been added to simplify building workflow-enabled services using WF and WCF. This allows a .NET Framework developer to build business logic for a service using WF and expose messaging from that service using WCF. These improvements not only provide tools for this scenario but they reduce the amount of glue code that was previously required.

Ajax is a web development technique for making asynchronous exchanges of small amounts of data between browser and web service calls from the browser client script to the web server. A programming model is provided for building Ajax style web applications using WCF services. An HTTP programming model is also provided allowing for REST style web services.

More WS-* Standards Support

RSS and ATOM Syndication API

Implementation in WCF of the latest OASIS specifications Web Services Atomic Transaction (WS-AtomicTransaction) 1.1, WS-ReliableMessaging 1.1, WS-SecureCOnversation and Web Services Coordination (WS-Coordination) 1.1. Applications built using WCF will be able to easily expose syndicated data which can be consumed by an RSS or ATOM reader.

Rules Data Improvements

Built-in WPF tools for Visual Studio “Orcas”

The rules engine in WF is improved to add support for C# 3.0 extension metods, and for operator overloading . Also the ”new” operator is added to compete the base set of expression types. The Visual Studio designer for WPF was previously released as a CTP. It is not integrated into the development environment and is significantly improved.

Language Integrated Query (LINQ)

Additional WPF Features and Improved Performance

Deep integration of LINQ data-awareness into the programming languages and framework. WPF has smoother animations, faster startup and better overall performance. There are also new data types available for data binding with LINQ. Better integration support is now provided for with codename “WPF/E”.

VS Developer Tools for WF, WCF

Partial Trust Support for WCF Hosting

Visual Studio”Orcas” has built in tools for web service authoring with WCF and for building workflow enabled software with WF. There are new project templates for WCF services, WF business logic, workflow enabled services, and AJAX services. The templates are conveniently set up to compile and run even before any custom code is added enabling .NET developers to get going quickly. There are also numerous other tools for developing with WF, WCF and WPF. Partial trust on the vlient is provided for ASMX parity focussing mainly on partially trusted WCF applications deployed through click-once. Support is provided for basic HTTP binding provided that the application runs in the Internet zone permissions and have granted the apropriate WebPermission. Secure communication is possible through transport security only. All other features are not available to partially trusted applications including hosting services, duplex communications, non-HTTP transports, WS-* protocols and any WF use.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , , , , , , , , , , ,
Categories: teknoloji | yazılım | .net
Actions: E-mail | Permalink |



Related posts

Comments are closed