|
|
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.
|
28 Articles match "2010","WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential SharePoint 2010 for Developers
This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, Office 2010, and more. You'll get answers to these questions: What are the different SharePoint 2010 Components? What is new in Office 2010? How do I architect and plan for robust SharePoint 2010 deployment? How do I customize SharePoint 2010 fast to suite business demands? Acquire skills you need to be productive today.
DevelopMentor Courses
- Tuesday, February 2, 2010
Essential SharePoint 2010 for Developers Training
This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, Office 2010, and more. You'll get answers to these questions: What are the different SharePoint 2010 Components? What is new in Office 2010? How do I architect and plan for robust SharePoint 2010 deployment? How do I customize SharePoint 2010 fast to suite business demands? Acquire skills you need to be productive today.
DevelopMentor Courses
- Wednesday, June 2, 2010
Essential Windows Communication Foundation 3.5 - WCF
Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Day 1 Service-Oriented Architecture WCF encourages you to write service oriented applications. This first module introduces you to SOA which is the key to understand why WCF works the way it does. ? WCF Overview and Architecture In this module, we learn what a WCF service is. WCF offers another program model at a lower level.
DevelopMentor Courses
- Friday, April 16, 2010
|
53 Articles match "2010","WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
Workflows and no persist zones
An easy example is a workflow handling a WCF request with a Receive and SendReply activity pair. Tags: NET Workflow WCF WF4 VS2010 There are times when a workflow can't be persisted safely using a SqlWorkflowInstanceStore. The reason isn't so much saving the state of a workflow to disk, that could be done at any time, but the result when a workflow would be reloaded from disk in that state. Suppose you would save the workflow state after the message had been received but before the response had been send. No problem there. But where? But wait. So the property name is wrong? Enjoy!
The Problem Solver
- Sunday, August 22, 2010
Moving StarterSTS to the (Azure) Cloud
There’s a hotfix for WCF 3.5 included in v4) that fixes this for WCF metadata. Quite some people asked me about an Azure version of StarterSTS. While I kinda knew what I had to do to make the move, I couldn’t find the time. Until recently. This blog post briefly documents the necessary changes and design decisions for the next version of StarterSTS which will work both on-premise and on Azure. Provider. Fortunately StarterSTS is already based on the idea of “providers”. Authentication, roles and claims generation is based on the standard ASP.NET provider infrastructure.
www.leastprivilege.com
- Wednesday, August 11, 2010
Setting up SQL Server 2008 Express with Profiler
and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. When I teach my DevelopMentor course on Entity Framework 4.0 In addition, the setup folks often have a hard time getting the permissions right. So I wrote a script that first installs just the tools from a trial version of the Developer Edition, which include both SQL Management Studio and SQL Profiler. Click on the Eval X86 Executable link to download SQLFULL_x86_ENU.exe.
Tony and Zuzana's World
- Thursday, August 5, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Securing WCF Data Services using WIF
Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. This questions comes up every once in a while. That said, depending on your scenario you might have to be a little more creative for REST-style services. Here’s a quick walkthrough: Enabling WIF in the Data Service. The easiest way to get WIF wired up is by writing a custom service host factory. For accepting and converting more advanced token types like SWT or SAML, you need to plugin your own token handling. public Expression.
www.leastprivilege.com
- Monday, February 15, 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
-
Workflow 4 Services and duplex communications
Normally, when using plain WCF , you would use a ServiceContract attribute with a CallbackContract that specified the service uses duplex communications. Instead of the normal WCF duplex services workflow services use a mechanism that is called durable duplex. There is however a downside as the client has to create its own ServiceHost and act as a complete WCF service, a little more involved than a normal duplex request. This starts just like any other WCF Workflow Service Application. Tags: NET Workflow WCF Silverlight WF4 VS2010 OperationContract]. Enjoy.
The Problem Solver
- Monday, May 3, 2010
-
Using WF4 bookmarks with IWorkflowInstanceExtension
Tags: NET Workflow WCF WF4 VS2010 Beta2
The Problem Solver
- Wednesday, January 27, 2010
-
Demos from DevWeek 2010
Thanks to everyone who attended my sessions at DevWeek 2010. Creating WCF Services using WF4 Demos. Tags: NET;EF4;RSK;WCF;WF;WF4 ve now uploaded the demos which you can find at the following locations. Day of.NET 4.0 Demos. Windows Workflow Foundation 4.0 Demos. ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area.
.NET Meanderings
- Wednesday, March 17, 2010
-
Thinktecture.IdentityModel: WIF Support for WCF REST Services and OData
The latest drop of Thinktecture.IdentityModel includes plumbing and support for WIF, claims and tokens for WCF REST services and Data Server (aka OData). Cibrax has an alternative implementation that uses the WCF Rest Starter Kit. Features include: generic plumbing for all WebServiceHost derived WCF services. based solely on native WCF extensibility points (and WIF). This post walks you through the setup of an OData / WCF DataServices endpoint with token authentication and claims support. support for SAML and SWT tokens. Setting up the Data Service. Claims. {.
www.leastprivilege.com
- Wednesday, May 5, 2010
-
Integrating Simple Web Tokens (SWT) with WCF REST Services using WIF
Since I had to do some ACS work recently, I crafted up a simple SWT integration for WCF based REST services (works in ASP.NET as well). The Simple Web Token (SWT) is a new & simple token format that was created by Microsoft, Google and others. See here for specs. The Azure platform App Fabric Access Control service e.g. uses this token type. Why yet another token type? The downsides are – it is not a widely adopted token format (current spec version is 0.9.5.1) and the lack of asymmetric signatures (e.g. X.509 based). Download here.
www.leastprivilege.com
- Monday, February 8, 2010
|
|
|