|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
17 Articles match "2009","WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Day 4 LINQ in N-Tier Applications Both LINQ to SQL and the Entity Framework support serialization of entities for use with Windows Communication Foundation (WCF), but using LINQ in a service-oriented application architecture presents many other challenges to the application developer. In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding.
DevelopMentor Courses
- Friday, June 12, 2009
NET Architecture and Design Principles: Building Distributed Applications
Day 2 WCF Windows Communication Foundation is a new library in.NET 3.0 We discuss the overall architecture of WCF and introduce contract-first design. Learn to build systems that are scalable, reliable and secure. Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. You'll get answers to these questions: How do I build scalable and reliable systems? How can I use patterns to design extensible, reusable services? Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
Therefore, in this session, you'll use the many network stacks, such as WCF or simple RESTful APIs, to pull resources from your own and other domains' servers, gaining a deep understanding of the limitations of and support for cross-domain calls. Create Rich Internet Applications (RIAs) using languages and libraries that you already know. Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. You'll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? How do I create an "Out Of Browser" application?
DevelopMentor Courses
- Wednesday, June 17, 2009
|
64 Articles match "2009","WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
WIF Configuration – Part 1: ServiceConfiguration
This is useful when you build your own integration, but for WCF and ASP.NET there is already an infrastructure in place. In WCF you wire up WIF with by calling FederatedServiceCredentials.ConfigureServiceHost(…). Tags: ASP.NET IdentityModel WCF WIF supports a flexible configuration system and various ways to programmatically interact with that configuration. This flexibility comes in two ways: Named configuration elements that you can selectively load (service & token handler configuration). Configuration extensibility (e.g. default configuration --> <!--
www.leastprivilege.com
- Tuesday, December 22, 2009
Flowing transaction into a workflow using WF4
Beta 2 One of the things that wasn’t possible in Windows Workflow Foundation 3 was flowing transaction over a WCF service request into a workflow. In WF4 we can use the ReceiveAndSendreply template to configure a workflow as a service and accept WCF calls. First of all we need a WCF binding that can flow transactions. Tags: NET Workflow WCF WF4 VS2010 Beta2 Note: This blog post is written using the.NET framework 4.0 We could have transactions on the client, we could have transactions on the server but they would not be able to cooperate. else. {. class Program. {.
The Problem Solver
- Monday, December 21, 2009
Flowing transaction into a workflow using WF4
Beta 2 One of the things that wasn’t possible in Windows Workflow Foundation 3 was flowing transaction over a WCF service request into a workflow. In WF4 we can use the ReceiveAndSendreply template to configure a workflow as a service and accept WCF calls. First of all we need a WCF binding that can flow transactions. Tags: NET Workflow WCF WF4 VS2010 Beta2 Note: This blog post is written using the.NET framework 4.0 We could have transactions on the client, we could have transactions on the server but they would not be able to cooperate. else. {. class Program. {.
The Problem Solver
- Monday, December 21, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WCF Duplex Messaging
I am one of the moderators of the MSDN WCF Forum. However, the first three of these are supported natively in WCF and are known as One-way, request/response and duplex. Duplex Contracts in WCF. In WCF this idea is modelled by the contract. WSHttpBinding is the default for the built in WCF projects but it does not support duplex messaging. It will also need to supply this implementation to the WCF infrastructure and it does this by wrapping an instance in an InstanceContext object and passing it to the proxy constructor. Tags: NET;Azure;WCF
.NET Meanderings
- Tuesday, June 9, 2009
-
Using Silverlight to Access WIF secured WCF Services
Another technology that comes up very often is Silverlight – and especially the “story” of Silverlight and WCF/WIF. Those of you with WCF background will say: “that’s what the federation bindings in WCF are for”. In WCF you can work around that problem by adding the ValidateMustUnderstand behavior to the client stack. Tags: IdentityModel WCF This topic comes up quite often recently – so I hope the title is search engine friendly. Disclaimer: At the time of this writing, the current version of Silverlight is v3 and WIF is in beta 2. Passive. Active. WSTrust13.
www.leastprivilege.com
- Wednesday, October 28, 2009
-
Host Headers, SSL and WCF Metadata
The server also hosts some WCF services and I noticed that the imports and endpoint addresses in the WSDL point to the machine name and not to the DNS name. Some weeks later I added some more WCF endpoints to the machine, this time I was using SSL – including an SSL WSDL/MEX endpoint. Tags: WCF;IdentityModel One of my web servers here has a pretty common setup – a Windows machine name and a (different) DNS name (in this case dynamic DNS – but doesn’t matter). IIS has a single web site with bindings for HTTP and HTTPS. Everything looks good. That’s what I thought at least.
www.leastprivilege.com
- Tuesday, February 10, 2009
-
New Screencast: Working with Large Messages in WCF (Part 1)
This one walks though configuring WCF to be able to pass large messages between client and service. Its the of two parts, this one talks about the default mode WCF uses for transferring data – buffering. ll be doing another one soon that looks at WCF in streaming mode. Tags: NET;WCF I’ve just uploaded a new screencast on to Rock Solid Knowledge. You can find the screencast here.
.NET Meanderings
- Thursday, June 18, 2009
-
New Screencast: Streamed Messages in WCF
In my last post I linked to the screencast I made on processing large messages in WCF using buffering. Tags: NET;WCF also said that I would be putting up another one on streaming messages shortly. That second screencast has now gone live on the Rock Solid Knowledge website. In part 2 of the large message handling screencast I talk about enabling streaming, designing contracts for streaming and how this affects the way the receiver has to process the data. You can find the new screencast here. link].
.NET Meanderings
- Thursday, July 2, 2009
-
WF4&WCF and message correlation
In the previous blog posts, here , here and here , I demonstrated how to use WCF from WF4. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. This guid was the workflow instance ID but having to use that on the client means the client had to be very aware of the server technology used, something that goes against the principals of WCF. No longer do we need to use the “context” bindings but the standard WCF bindings will do just fine. Much better! OperationContract].
The Problem Solver
- Wednesday, September 2, 2009
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. Kennedy.
|
|
|