|
|
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.
|
20 Articles match "Visual Studio","WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
How do I use Expression Blend to get the most out of Visual State Manager and Silverlight 3 Behaviors? You will also see how to use advanced pixel effects and to create visually compelling user experiences, as well as understand the pros and cons of Silverlight 3's support for GPU acceleration. In this module you will learn how to use styles and themes to create visually appealing user interfaces. You will learn how to create and manage control templates using Expression Blend, and use Visual State Manager to reduce code and maximize design flexibility.
DevelopMentor Courses
- Wednesday, June 17, 2009
Exploring.NET 3.5: WPF/SL, WCF, WF, LINQ Training
Windows Presentation Foundation (WPF) and Silverlight 3 (SL), Windows Communication Foundation (WCF), and Windows Workflow (WF). What are the advantages of WCF over.NET Remoting and.ASMX Web Services? and Language-Integrated Query (LINQ), Windows Presentation Foundation (WPF), Silverlight 3 (SL), and Windows Communication Foundation (WCF). Introduction to WCF: Part 1 (Architecture, Data Contracts) WCF provides the basis for modern communication across applications. We explore using WCF to create service-oriented applications in a contract-first fashion.
DevelopMentor Courses
- Thursday, June 3, 2010
Exploring.NET 3.5: WPF/SL, WCF, WF, LINQ Training
Windows Presentation Foundation (WPF) and Silverlight 3 (SL), Windows Communication Foundation (WCF), and Windows Workflow (WF). What are the advantages of WCF over.NET Remoting and.ASMX Web Services? and Language-Integrated Query (LINQ), Windows Presentation Foundation (WPF), Silverlight 3 (SL), and Windows Communication Foundation (WCF). Introduction to WCF: Part 1 (Architecture, Data Contracts) WCF provides the basis for modern communication across applications. We explore using WCF to create service-oriented applications in a contract-first fashion.
DevelopMentor Courses
- Wednesday, June 2, 2010
|
18 Articles match "Visual Studio","WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
Workflow Receive activity and message correlation
With WF4 it is quite easy to use data that is part of the request message, for example an order identifier, to route multiple WCF messages to the same workflow. The final workflow looks like this± To create the workflow you need to start by creating a new WCF Workflow Service Application in Visual Studio 2010. Running the workflow Press F5 to activate the WCF Test Client. Tags: NET Workflow WCF WF4 VS2010 It is also possible to have multiple messages that can start a new workflow. So much for the boring part, now we get to the real message part. link].
The Problem Solver
- Wednesday, April 28, 2010
Workflow Receive activity and message correlation
With WF4 it is quite easy to use data that is part of the request message, for example an order identifier, to route multiple WCF messages to the same workflow. The final workflow looks like this± To create the workflow you need to start by creating a new WCF Workflow Service Application in Visual Studio 2010. Running the workflow Press F5 to activate the WCF Test Client. Tags: NET Workflow WCF WF4 VS2010 It is also possible to have multiple messages that can start a new workflow. So much for the boring part, now we get to the real message part. link].
The Problem Solver
- Wednesday, April 28, 2010
WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. That’s because WCF supports the WS-* SOAP protocols that have evolved over the last several years.
Tony and Zuzana's World
- Tuesday, April 13, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Visual Studio Tricks Series: #2 Multiple Startup Projects
W elcome to the next installment of my Visual Studio Tricks series. Suppose you're working on a brand new WCF application that has both a client and server piece. Tags: Visual Studio Continuing on from last time when I discussed how to quickly switch between startup projects using hot-keys, we'll cover another startup project trick. Here's the scenario. You need to start both the client and server to accomplish anything interesting. Most people fumble around starting the server, then the client. Did you know that you can tell VS to run both at once. Enjoy!
Michael C. Kennedy's Weblog
- Wednesday, August 22, 2007
-
NET 3.5 Brings Breaking Changes to ThreadPool
To make this more real for everyone, this applies to you if you use any of the following: ASP.NET, WCF,NET Remoting, Delegate.BeginInvoke, SqlCommand.BeginExecute*, Windows Workflow , and more. Tags: DevelopMentor Visual Studio Holy smokes! thought we had figured out something significant when I posted.NET 3.5 Brings Major (Undocumented) Changes to ThreadPool where we discovered that the.NET 3.5 ThreadPool changed the allocation algorithm for adding threads from linear to logarithmic. This is bigger. Recently updated see note below ]. Here's the scenario. NET 2.0) NET 2.0
Michael C. Kennedy's Weblog
- Monday, February 25, 2008
-
Visual Studio 2010 Beta 1 Ships
Tags: NET;WCF;WF
.NET Meanderings
- Monday, May 18, 2009
-
WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. That’s because WCF supports the WS-* SOAP protocols that have evolved over the last several years.
Tony and Zuzana's World
- Tuesday, April 13, 2010
-
Creating a legacy web service proxy in Visual Studio 2008
The first is for local assemblies, and the second generates WCF-compatible proxies through SVCUTIL.EXE. This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. Why not just use WCF?" The best part is the "Advanced" button though. You might be asking - "Why would I want to generate one of those?
-
Creating a legacy web service proxy in Visual Studio 2008
The first is for local assemblies, and the second generates WCF-compatible proxies through SVCUTIL.EXE. This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. Why not just use WCF?" The best part is the "Advanced" button though. You might be asking - "Why would I want to generate one of those?
-
Combining WCF and WF4
There are several ways to use WCF in combination with Windows Workflow Foundation 4. When I was trying to get things working using a declarative workflow and the designer Visual Studio 2010 would keep in locking up so all workflows in this example will be coded using C#. Note that there is not going to be a formal contract as we normally have in WCF. The WorkflowServiceHost is configured using a Service definition which in turn contains a WorkflowServiceImplementation containing the actual workflow and a WCF endpoint. Using WCF and WF4 together is not hard.
The Problem Solver
- Wednesday, August 5, 2009
|
|
|