| |
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.
|
26 Articles match "How To","Web Services"
| Related DevelopMentor Courses | MORE | | Essential Windows Communication Foundation 4 Training Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. You'll get answers to these questions: How do I design services using contracts? How can I model services in a pure Web style? How do I secure services-based applications? DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Identity Foundation This allows for many important scenarios like federation between business partners (B2B), federation with customers, software as-a-service and cloud computing. ? To surface this mindset in application-code, a new paradigm called "claims-based identity" is used. This gives you the expressiveness to model authentication, authorization and personalization using an abstraction that can scale very well from simple scenarios to the most complex security requirements. ? Claims-based identity is the new and preferred way to model security in distributed applications. ?xml:namespace DevelopMentor Courses - Wednesday, February 22, 2012 Test Driven Development for C# Developers Training At completion of this course, students will be able to take new requirements and quickly implement them through the use of TDD to produce working, bug free, software. Create user stories to better define requirements Quickly and efficiently turn those stories into unit tests Use mocks to test against seemingly 'un-testable' conditions Write tests against web pages (ASP.NET) Write tests for GUIs (Windows Forms & WPF) Produce cleaner, more modular code. We will begin with a group programming session, and progress to individual programming. DevelopMentor Courses - Wednesday, February 22, 2012 |
9 Articles match "How To","Web Services"
| The Latest from DevelopMentor | MORE | | Need WIF Training? The course includes extensive lab material where you take standard application and apply all kinds of claims and federation techniques and technologies like WS-Federation, WS-Trust, session management, delegation, home realm discovery, multiple identity providers, Access Control Service, REST, SWT and OAuth. The lab also includes the latest version of the thinktecture identityserver and you will learn how to use and customize it. Intro to Claims-based Identity & the Windows Identity Foundation. Externalizing Authentication for Web Applications. Day 2. www.leastprivilege.com - Wednesday, November 9, 2011 WIF, ADFS 2 and WCF–Part 2: The Service OK – so let’s first start with a simple WCF service and connect that to ADFS 2 for authentication. The service itself simply echoes back the user’s claims – just so we can make sure it actually works and to see how the ADFS 2 issuance rules emit claims for the service: [ ServiceContract (Namespace = "urn:leastprivilege:samples" )]. public class Service : IService. {. First I mapped all my http based services to the federation binding. First we need to specify the key material that we will use to decrypt the incoming tokens. www.leastprivilege.com - Monday, October 11, 2010 Limiting which user can access service using the Windows Identity Foundation In my previous blog post I demonstrated how to secure a workflow service using the Windows Identity Foundation. That is nice but in some cases we might not want all users to be able to perform all actions. How can we check for individual users against a specific action? When we are using Windows Identity Foundation the place to check if a user can use a specific resource is using a ClaimsAuthorizationManager. The Resource property contains whatever we want to access and the Principal property contains the details about the user wanting access. The Problem Solver - Monday, September 27, 2010 | -
| The Best from DevelopMentor | MORE | - 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. and WCF Data Services 4.0 Sweet. in Visual Studio 2010. Tony and Zuzana's World - Tuesday, April 13, 2010 - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Register for an Amazon Web Services account at [link]. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Limiting which user can access service using the Windows Identity Foundation
In my previous blog post I demonstrated how to secure a workflow service using the Windows Identity Foundation. That is nice but in some cases we might not want all users to be able to perform all actions. How can we check for individual users against a specific action? When we are using Windows Identity Foundation the place to check if a user can use a specific resource is using a ClaimsAuthorizationManager. The Resource property contains whatever we want to access and the Principal property contains the details about the user wanting access. The Problem Solver - Monday, September 27, 2010 - Need WIF Training?
The course includes extensive lab material where you take standard application and apply all kinds of claims and federation techniques and technologies like WS-Federation, WS-Trust, session management, delegation, home realm discovery, multiple identity providers, Access Control Service, REST, SWT and OAuth. The lab also includes the latest version of the thinktecture identityserver and you will learn how to use and customize it. Intro to Claims-based Identity & the Windows Identity Foundation. Externalizing Authentication for Web Applications. Day 2. www.leastprivilege.com - Wednesday, November 9, 2011 - WIF, ADFS 2 and WCF–Part 2: The Service
OK – so let’s first start with a simple WCF service and connect that to ADFS 2 for authentication. The service itself simply echoes back the user’s claims – just so we can make sure it actually works and to see how the ADFS 2 issuance rules emit claims for the service: [ ServiceContract (Namespace = "urn:leastprivilege:samples" )]. public class Service : IService. {. First I mapped all my http based services to the federation binding. First we need to specify the key material that we will use to decrypt the incoming tokens. www.leastprivilege.com - Monday, October 11, 2010 - Creating a legacy web service proxy in Visual Studio 2008
If you right click on "References" in a VS2008 project you will find only two options now - "Add Reference" and "Add Service Reference". 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. You might be asking - "Why would I want to generate one of those? Why not just use WCF?" - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Feel free to send me any I missed. Personally I just want a simpler way to create virtual machines. We'll have full admin access over remote desktop to our system to install whatever we want. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. Register for an Amazon Web Services account at [link]. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 %>
| | |