Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Alik Levin's
Clarity, Technology, and Solving Problems |
PracticeThis.com
This Blog
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
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
adfs
AJAX
AppFabric Access Control Service (ACS)
Architecture
Auditing and Logging
Authentication
Authorization
Azure
Azure AppFabric Access Control Service (ACS)
Deployment
Development
IIS 7
Implementation
Input Validation
Performance
Practices
REST
Security
Service Bus
Test
Tools
Visual Studio 2010
Windows Identity Foundation
Archives
Archives
February 2012
(4)
January 2012
(1)
November 2011
(2)
October 2011
(2)
September 2011
(11)
August 2011
(3)
July 2011
(1)
June 2011
(6)
May 2011
(9)
April 2011
(13)
March 2011
(23)
February 2011
(8)
January 2011
(8)
December 2010
(13)
November 2010
(6)
October 2010
(5)
September 2010
(7)
August 2010
(1)
July 2010
(3)
June 2010
(5)
May 2010
(8)
April 2010
(6)
March 2010
(8)
June 2009
(4)
May 2009
(4)
April 2009
(2)
March 2009
(7)
February 2009
(8)
December 2008
(2)
November 2008
(9)
October 2008
(6)
September 2008
(4)
August 2008
(1)
July 2008
(7)
June 2008
(5)
May 2008
(4)
April 2008
(4)
March 2008
(3)
February 2008
(3)
January 2008
(10)
December 2007
(6)
November 2007
(4)
October 2007
(11)
September 2007
(4)
August 2007
(6)
July 2007
(8)
June 2007
(3)
May 2007
(21)
April 2007
(25)
March 2007
(25)
.Net Security How To's
patterns & practices Security How To's Index
ASP.NET 2.0 Security Questions and Answers
Tamper detection
Authentication Hub
VSTS Resources
Architecture and Design checklists
Securing Sites with IP Address Restrictions
WCF - XSD validation for WCF services
WCF - Message Inspectors
Using Credential Management in Windows XP and Windows Server 2003
WCF - Common Security Scenarios
WCF - Authorization
Validating XML Data with XmlReader
Input Validation - XML Data
Validation - Web Client Software Factory
patterns & practices WCF Security Application Scenarios
Microsoft Identity and Access Management Series
Popular
My Favorite Shortcuts
My Pipeline Is My Inbox
Security .Net Code Inspection Using Outlook 2007
Security Code Inspection - Eternal Search For SQL Injection
.Net Assembly Spoof Attack
Code Inspection - First Look For What To Look For
How To Hack WCF - New Technology, Old Hacking Tricks
Generate Documents Out Of Mail Items Directly From Outlook 2007
ARCast With Ron Jacobs - Defending the Application
How to Use Outlook 2007 RSS To Effectively Aggregate And Distill Information
Impactful
Super Size Me
Billy Eliot
The Legend of 1900
The Terminal
The Counterfeiters
Tools
Fiddler2 Web Debugger - Freeware HTTP(S) debugging tool
Microsoft Network Monitor 3
FxCop Team Page
Microsoft Threat Analysis & Modeling
Windows Sysinternals tools
Log Parser 2.2
p&p Practices Checker - performance
Microsoft ® Windows Server ™ 2003 Performance Advisor
Ajax View
WCat 6.3 (x86)
Funnel Web Analyzer 5.0 for Windows
.Net Performance How To's
Improving .NET Application Performance and Scalability
Exceptional Performance
Performance Testing Guidance How-To's
Fiddler PowerToy - Part 2: HTTP Performance
Performance Testing with Fiddler
Bottleneck-Detection Counters
Troubleshooting Performance Problems in SQL Server 2005
Performance Frame - v2
12 Steps To Faster Web Pages With Visual Round Trip Analyzer
. My Personal Blog .
Practice This
Design Patterns
data & object factory
Yahho Design Pattern Library
Sample .Net 3.0 app
Application Architecture for .NET: Designing Applications and Services
Litware HR - A Multitenant sample application
Microsoft .NET Pet Shop 4.0
Responsive Composite Web Client Reference Implementation
Table of Contents: Introduction to CAB/SCSF
ASP.NET Quickstarts
Microsoft Identity and Access Management Series
Software design patterns
Browse by Tags
MSDN Blogs
>
Alik Levin's
>
All Tags
>
wcf
Tag Cloud
adfs
AJAX
AppFabric Access Control Service (ACS)
Architecture
Auditing and Logging
Authentication
Authorization
Azure
Azure AppFabric Access Control Service (ACS)
Deployment
Development
IIS 7
Implementation
Input Validation
Performance
Practices
REST
Security
Service Bus
Test
Tools
Visual Studio 2010
Windows Identity Foundation
Tagged Content List
Blog Post:
ASP.NET To WCF (SOAP) Delegation Of Security Token Using Live ID
Alik Levin
Just added another scenario to the Cloud Identity Scenarios and Solutions for Developers including solution approach, code sample, walkthrough . Courtesy of Todd Foust who created it all from scratch. The scenario is distributed application with ASP.NET web app calling to the back end WCF (SOAP) web...
on
7 Feb 2012
Blog Post:
How To: Use AD FS Endpoints When Developing Claims Aware WCF Services Using WIF
Alik Levin
This post is based on WIF Built-in Bindings Overview and AD FS Endpoints . This information should provide a more cohesive view for developers when developing claims aware WCF services using AD FS and WIF. There are 30 scenarios here. Working on guidance when to use what. WS-Trust 1.3 endpoints AD FS...
on
30 Sep 2011
Blog Post:
Windows Azure Service Bus Resources For Under Fire Scenarios
Alik Levin
This is a quick list of resources for the under fire scenarios for Windows Azure Service Bus (Windows Azure is here and SQL Azure here ). Under fire scenarios in my speak is when something needs to be done quickly. Example, fix error, write working code, get up to speed with the folksonomy. How...
on
15 Sep 2011
Blog Post:
How To Request SWT Token From ACS And How To Validate It At The REST WCF Service Hosted In Windows Azure
Alik Levin
This post answers the following question: “How do I use the Access Control Service (ACS) and a Simple Web Token (SWT) to secure a REST-based WCF service that is hosted in Windows Azure? How do I build a client application that obtains and uses an SWT token from ACS to connect to this web service...
on
5 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SWT/REST OAuth Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that exposes its functionality via REST and requires an issued SWT token based on any type of credentials – username/password pair, symmetric key, or client certificate. Solution To solve this scenario, use ACS with the following configuration...
on
2 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP ADFS Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued SAML token. The credentials are managed by ADFS Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party...
on
1 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP Username/Password Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued token based on username and password pair. Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party (trust...
on
1 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP Client Certificate Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued token based on Client Certificates Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party (trust) for...
on
31 May 2011
Blog Post:
WCF Data Services How-To’s Index
Alik Levin
From WCF Data Services WCF Data Services (formerly known as "ADO.NET Data Services") is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational...
on
29 Mar 2011
Blog Post:
Windows Azure Web Role WCF Service Federated Authentication Using AppFabric Access Control Service (ACS) v2 – Part 2
Alik Levin
This is a continuation to Windows Azure Web Role WCF Service Federated Authentication Using AppFabric Access Control Service (ACS) v2 – Part 1 . Step 2 – Create and configure WCF Service as relying party in ACS v2 Management Portal The content in this step is adapted from How To: Authenticate with Username...
on
25 Mar 2011
Blog Post:
WCF How To’s Index
Alik Levin
This is index of available How-To’s for Windows Communication Foundation (WCF) distilled from the WCF Documentation available on MSDN. Topics covered: Getting Started Designing Service Contracts Defining and Specifying Faults Using Sessions Synchronous and Asynchronous Operations Implementing Service...
on
24 Mar 2011
Blog Post:
Windows Azure Web Role WCF Service Federated Authentication Using AppFabric Access Control Service (ACS) v2 – Part 1
Alik Levin
This is continuation to the series on how to build distributed application hosted in Windows Azure Environment and Security using Windows Azure AppFabric Access Control Service (ACS) v2. For previous parts review the following: Securing Windows Azure Distributed Application Using AppFabric Access Control...
on
24 Mar 2011
Blog Post:
Azure AppFabric Access Control Service (ACS) v 2.0 High Level Architecture – REST Web Service Application Scenario
Alik Levin
This is a follow up to a previous post Azure AppFabric Access Control Service (ACS) v 2.0 High Level Architecture – Web Application Scenario . This post outlines the high level architecture for a scenario where Azure AppFabric Access Control Service (ACS) V2 involved in authentication and identity flow...
on
30 Sep 2010
Blog Post:
RESTful WCF Architecture – Hosting RESTful WCF Services in IIS
Alik Levin
Inspired by the book RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 . Hosting in IIS [managed hosting ] offers the following advantages : Process setup and shutdown. Process pooling and recycling. Application restart [recycle] when configuration changed. Enhanced security model. Management...
on
6 Jun 2010
Blog Post:
Walkthrough: Build, Host, and Test Simple RESTful WCF Service
Alik Levin
This post summarizes the steps needed to create basic self hosted RESTful WCF service based on the book RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 . Summary of steps Following are the summary of steps needed to be taken to create and test self hosted RESTful WCF services. Step1...
on
4 Jun 2010
Blog Post:
Notes on RESTful Architecture – II. Read Only RESTful Services
Alik Levin
From the book RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 . RESTful binding, behavior, hosting, and contracts WebHttpBinding – uses http transport and text encoder. WebBehavior – end point behavior to dispatch messages based on URIs and HTTP verbs. WebSericeHost – provides RSTful...
on
3 Jun 2010
Blog Post:
How To Generate Unit Test Using WCF Load Test – Quick Steps
Alik Levin
This is quick summary of steps for creating WCF Unit Tests using WCF Load Test available for free on Codeplex. This quick summary created based on the Lab materials that ship with the tool . Quick Resource Box WCF Load Test Summary of steps Step 1. Configure message tracing...
on
29 Jun 2009
Blog Post:
patterns & practices Improving Web Services Security: Scenarios and Implementation Guidance for WCF - BETA Is Out
Alik Levin
patterns & practices team has just released a beta version of WCF Security Guide on Codeplex. Download the guide at http://www.codeplex.com/WCFSecurityGuide . Original announcement by J.D. Meier, the man behind the effort, is here - New Release: patterns & practices WCF Security Guide (BETA)
on
4 Jun 2008
Blog Post:
WCF Security - Input/Data Validation Using Schemas
Alik Levin
WCF offers very flexible approach of Input and Data Validation based on XML Schemas. The approach is flexible since the validation rules are expressed in form of XML schema and can be changed at any time without recompiling the solution. I followed the steps detailed in How To: Perform Message Validation...
on
25 May 2008
Blog Post:
WCF Security - Input/Data Validation Sample Visual Studio Project
Alik Levin
Input and Data Validation is one of the core security principles . WCF is no exception . To get most out of WCF in secure way one must implement proper Input and Data Validation. I was following instructions on How To – Perform Input Validation in WCF compiled by patterns&practice team lead...
on
25 May 2008
Blog Post:
patterns & practices WCF Security Guidance Project - live on Codeplex
Alik Levin
patterns & practices has recently released WCF Security Guidance Project . JD , the program manager behind the effort, has been blogging about it too.It is evolving project but the initial content is fantastic already. It has Application Scenarios , Video Index , but my favorites are How-To's: How...
on
2 Apr 2008
Blog Post:
How To Consume WCF Using AJAX Without ASP.NET
Alik Levin
How to consume WCF services directly from Html client? How to add AJAX-like functionally to application that does not natively support ASP.NET AJAX like classic ASP, ASP.NET 1.1, or PHP? WCF that ships with .Net 3.5 provides capability to consume it from any JavaScript enabled client via XML or JSON...
on
18 Feb 2008
Blog Post:
Examining WCF Diagnostic Traces Using Service Trace Viewer Tool (SvcTraceViewer.exe)
Alik Levin
Service Trace Viewer Tool (SvcTraceViewer.exe) tool comes with Microsoft® Windows® Software Development Kit for Windows Vista™ and .NET Framework 3.0 Runtime Components . It allows to view WCF diagnostics traces in very convenient way. " Using Service Trace Viewer for Viewing Correlated Traces and Troubleshooting...
on
23 Oct 2007
Blog Post:
How To: Create a “Hello World” WCF Service Using Visual Studio And IIS 6.0
Alik Levin
JD Meier walks through the creation of simple WCF services to be hosted in IIS 6.0. Summary of Steps Step 1. Create the test service Step 2. Add a Hello World Method Step 3. Test your WCF service Step 4. Enable meta-data for your WCF Service. Step 5. Create the test client. Step 6. Add a Web Services...
on
16 Oct 2007
Blog Post:
WCF Security In Intranet Scenario : Thoughts On Cons and Pros
Alik Levin
I am researching on best practices with WCF security in terms of "YOU SHOUD" vs "YOU CAN". While it is great to have "How to" stuff I am also interested in "Why" angle. I have common simple scenario of WinForms client consuming WCF service inside corp walls with Active Directory deployed. Here is what...
on
26 Jul 2007
Page 1 of 2 (26 items)
1
2