Sign In
The .NET Endpoint
Blog by the .NET and AppFabric teams about WCF and WF development, deployment, and management
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
3.5
4.0
Activities
AppFabric
Articles
Dublin
Endpoint.tv
Extensibility
MSDN
PDC
REST
Samples
Screencasts
Silverlight
TechEd
WCF
WCF REST
WCF Web APIs
WCF WebHttp Services
WCF Workflow Services
WCFNews
WF
WF4
WFNews
Workflow
Archive
Archives
May 2011
(8)
April 2011
(14)
March 2011
(15)
February 2011
(1)
January 2011
(9)
December 2010
(6)
November 2010
(5)
October 2010
(6)
September 2010
(5)
August 2010
(6)
July 2010
(8)
June 2010
(20)
May 2010
(3)
April 2010
(11)
March 2010
(4)
February 2010
(9)
January 2010
(14)
December 2009
(1)
November 2009
(9)
October 2009
(7)
September 2009
(1)
August 2009
(3)
July 2009
(4)
June 2009
(12)
May 2009
(6)
April 2009
(3)
March 2009
(4)
February 2009
(1)
January 2009
(3)
December 2008
(1)
November 2008
(1)
October 2008
(5)
September 2008
(4)
August 2008
(11)
July 2008
(8)
This blog has moved to http://blogs.msdn.com/b/appfabric please update your links!
June, 2010
MSDN Blogs
>
The .NET Endpoint
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The .NET Endpoint
Introducing the WF Security Pack CTP 1 on wf.codeplex.com
Posted
over 2 years ago
by
Dr.Cliffe
0
Comments
Today, we would like to announce the release of the WF Security Pack CTP 1 on http://wf.codeplex.com . Where did it come from? Quite simply, from you : real WF 4 customers who have spent time banging their heads against the wall trying to get certain...
The .NET Endpoint
New Web Services Interop site on MSDN
Posted
over 2 years ago
by
KentBrown
0
Comments
Interoperability has been a primary goal of the web services standards from the beginning. After all, why would you go to the trouble to form a cross-industry initiative to essentially re-invent advanced distributed programming protocols like CORBA and...
The .NET Endpoint
Make WCF Simpler
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
If there is one thing I hear from people over and over again it is this. Please make WCF simpler, easier to understand and use. I totally agree with this sentiment. In fact, in .NET 4 we made it much easier but we still have a long way...
The .NET Endpoint
endpoint.tv - Workflow Messaging Architecture with Dave Cliffe
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In this episode, Dave Cliffe, Program Manager for Workflow Services, describes the architecture of the Workflow Services infrastructure. For more information, see the Workflow Foundation developer center on MSDN .
The .NET Endpoint
endpoint.tv - Workflow and Custom Activities - Best Practices (Part 2)
Posted
over 2 years ago
by
Ron Jacobs
2
Comments
In this episode, Windows Workflow Foundation team Program Manager Leon Welicki drops in to show us the team's guidelines for developing custom activities.
The .NET Endpoint
endpoint.tv - Workflow and Custom Activities - Best Practices (Part 1)
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
In this episode, Windows Workflow Foundation team Program Manager Leon Welicki drops in to show us the team's guidelines for developing custom activities. For more information, see the Workflow Foundation developer center on MSDN .
The .NET Endpoint
New AppFabric Web Farm Guide
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
The focus of the AppFabric Web Farm guide is to assist you in properly installing and configuring Windows Server AppFabric on an existing IIS Web farm. Within a small Windows Server AppFabric installation or within a development environment, having a...
The .NET Endpoint
endpoint.tv - Workflow in the Real World @ Red Prairie
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Red Prairie is a software company building solutions for Workforce, Warehouse, and Transportation Management. Of course, every company they serve wants the solution to meet their unique business processes. In this episode, Dan Piessens, Software Architect...
The .NET Endpoint
Windows Server AppFabric - Windows Server 2003 Distributed Cache Client
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
If you are looking for Windows Server AppFabric Distributed Cache Client for Windows Server 2003 at http://go.microsoft.com/fwlink/?LinkId=193370 the link is currently broken The correct location is Windows Server AppFabric - Windows Server 2003 Distributed...
The .NET Endpoint
endpoint.tv - Windows Server AppFabric Domain Security
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In this episode, Michael McKeown describes how the Windows Server AppFabric Security Model works in a domain environment.
The .NET Endpoint
New Native Activity Item Templates for Visual Studio 2010
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
I’ve been creating a lot of Native Activities lately and to do it I would add a new item to my project using the Code Activity template. I kept wishing for a Native Activity template so now I’ve created one. Read more at Ron Jacobs Blog
The .NET Endpoint
CancellationScope Activity Updated for .NET 4 RTM
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Nearly a year ago I created a CancellationScope Activity sample and posted it on CodeGallery for .NET 4 Beta 1. I went back yesterday and updated it for .NET 4 RTM – the sample has some interesting points to demonstrate. It shows how the CancellationScope...
The .NET Endpoint
endpoint.tv - How to Do API Key Verification with a WCF WebHttp (REST) Service
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In .NET 3.5, we created the REST Starter Kit as a way to get you up and running with RESTful services. Now that .NET 4 is out, people are asking how to do things like API Key Verification in .NET 4. In this episode, I'll walk you through a sample based...
The .NET Endpoint
endpoint.tv - Windows Server AppFabric Local Security
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In this episode, Michael McKeown describes the security model used in Windows Server AppFabric, which spans Windows Security Groups and SQL Server Database Roles.
The .NET Endpoint
How to do API Key Verification for WebHTTP (REST) Services in .NET 4
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Recently somebody asked me about doing APIKey verification in .NET 4. Previously in .NET 3.5 we provided the REST Starter Kit which included a fair bit of server side code to enable a collection of RequestInterceptor objects that we showed doing API Key...
The .NET Endpoint
Monitoring WCF Data Service Exceptions with Windows Server AppFabric
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
After my previous post about how you can monitor service calls with AppFabric, several people asked about how you can capture errors with AppFabric. Unfortunately, the default error handling behavior of WCF Data Services does not work well with AppFabric...
The .NET Endpoint
Monitoring WCF Data Services with Windows Server AppFabric
Posted
over 2 years ago
by
Ron Jacobs
4
Comments
WCF Data Services provides a very simple model driven way to expose data using REST and the OData format. As I was preparing my talk for Tech-Ed on Implementing REST in .NET I was asking myself if there would be any value in using Windows Server AppFabric...
The .NET Endpoint
Windows Server AppFabric now Generally Available
Posted
over 2 years ago
by
Cliff Simpkins
0
Comments
We are thrilled to announce the final availability of Windows Server AppFabric! As announced today at TechEd North America, Windows Server AppFabric is available for download to Windows Server 2008 (and Windows Server 2008 R2) Standard Edition and Enterprise...
The .NET Endpoint
endpoint.tv - Activity Designers and Designer Rehosting with Kushal Shah
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Windows Workflow Foundation in .Net 4 (WF4) makes it possible for you to build custom activity designers that allow different kinds of users to graphically design business processes. In this episode, Kushal Shah, program manager for the Workflow Designer...
The .NET Endpoint
endpoint.tv - Windows Server AppFabric - Server Farm Setup
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
You asked for it...here it is. In this episode, Byron Tardif is back to explain how you can setup Windows Server AppFabric in a server farm environment. For more information, see the Windows Server AppFabric Developer Center on MSDN .
Page 1 of 1 (20 items)