|
|
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.
|
18 Articles match "WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
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 We discuss the overall architecture of WCF and introduce contract-first design. Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach. .NET
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. In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
|
119 Articles match "WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
EF4 Self Tracking Entities – the new DataSet?
therefore is designed to be used on WCF contracts – that is its intent; secondly a
bit NET;EF4;WC A while back I wrote a
blog blog post about DataSets and why you shouldn’t use them on service boundaries.
The The fundamental issues are:
No
.NET Meanderings
- Friday, February 5, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WCF Duplex Messaging
WCF Forum . these are supported natively in WCF and are known as One-way, request/response
and Duplex Contracts in WCF
To WCF this idea is modelled by the contract. WSHttpBinding is the default for the built in WCF projects but it does not support
duplex I am one of the moderators of the MSDN
WCF One of the main areas of questions on the forum is duplex messaging
–
.NET Meanderings
- Tuesday, June 9, 2009
-
Geneva is the new WCF Security
Geneva has evolved to not only a an extension to WCF/ASP.NET for STS/token related
things - it also changes how base WCF security works - to the better IMO. tried adding a new credential type of WCF? So in summary - Geneva replaces parts of the WCF security system, simplifies it and
Let me give
you an example:
Trusted certificate issuers
When doing client certificate based authentication you always had three choices
www.leastprivilege.com
- Thursday, October 30, 2008
-
Using Silverlight to Access WIF secured WCF Services
especially the “story” of Silverlight and WCF/WIF. Those of you with WCF background will say: “that’s what the federation bindings in
WCF WCF are for”. In WCF you can work around that
problem This topic comes up quite often recently – so I hope the title is search engine friendly.
Disclaimer: Disclaimer: At the time of this writing, the current version of Silverlight is v3
and
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
Some weeks later I added some more WCF endpoints to the machine, this time I was using
Tags: WCF;IdentityMode 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).
www.leastprivilege.com
- Tuesday, February 10, 2009
-
New Screencast: Streamed Messages in WCF
post I linked to the screencast I made on processing large messages in WCF using
buffering. NET;WC In my last
post buffering. I also said that I would be putting up another one on streaming messages
shortly.
.NET Meanderings
- Thursday, July 2, 2009
-
New Screencast: Working with Large Messages in WCF (Part 1)
This one walks though configuring WCF to be able to pass large
messages default mode WCF uses for transferring data – buffering. soon that looks at WCF in streaming mode.
You NET;WC I’ve just uploaded a new screencast on to Rock
Solid Solid Knowledge . messages between client and service.
.NET Meanderings
- Thursday, June 18, 2009
-
WF4&WCF and message correlation
In the previous blog posts, here , here and here , I demonstrated how to use WCF from WF4. This same some more about sending multiple messages to the same workflow, AKA Workflow Correlation. 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. When using WF3 you where forced to use one of the context bindings like BasicHttpContextBinding or WSHttpContextBinding. This Not only that but you also had to retrieve and set the correlation context using the IContextManager and set it to some arcane guid.
The Problem Solver
- Wednesday, September 2, 2009
|
|
|