SlideShare a Scribd company logo
Daniel Fisher
daniel.fisher@devcoach.com
 Leistungen
• Architektur-Beratung
• Strukturierter und effizienter zu einer wartbaren Anwendung.
• Prozessoptimierung
• BPM
• FDD, TDD, MSF Agile & SCRUM
• Software-Entwicklung
• Team-out-of-the-box (Near-shoring)
• Objektmodelle und Datenzugriff
• Kommunikations-Infrastrukturen
• Identitäts- und Berechtigungsmodelle
• Web 2.0 und Rich Internet Applikation
• Coaching & Training
• Technologien schneller verstehen und richtig einsetzen.
 Technologien
• Microsoft Windows & .NET Framework
• ASP.NET, WCF, WF, WPF, Silverlight & Geneva
 Kunden
• Versicherung, Finanzindustrie, Mittelstand, Handel,
Kommunikation, Softwarehersteller u.v.a.
• Bundesamt für Sicherheit in der Informationstechnologie,
Microsoft, Dresdner Bank…
Project
Experience
Technology
Know-how
devcoach®
2009 - Microsoft Springbreak: IIS, PHP & WCF
Daniel Fisher | CTO & Software Architect
MCP, MCTS, MCPD…
daniel.fisher@devcoach.com
Mit-Gründer und Geschäftsführer von devcoach.com
www.devcoach.com
Mit-Gründer und Vorstand der
gemeinnützigen www.just community.de e.V.
Veranstalter des größten Entwickler & IT-Pro
Community Events in Deutschland:
www.nrwconf.de
Mit-Gründer und Leiter der
INETA Usergroup Düsseldorf
www.NetUG-NiederRhein.de
Mitglied im Microsoft
Community Leader & Insider Program (CLIP)
Connected Systems Advisory Board
Expertengruppe für WCF, WF & BizTalk
 IIS & The Microsoft Web Platform
 Windows Communication Foundation
 PHP as SOAP Client
 Summary
2009 - Microsoft Springbreak: IIS, PHP & WCF
 Completly rebuid
 Modular
 Roboust
 Stable
 Easy to administer
2009 - Microsoft Springbreak: IIS, PHP & WCF
 The fastest way to setup your environment
• Just download from
http://www.microsoft.com/web
2009 - Microsoft Springbreak: IIS, PHP & WCF
2009 - Microsoft Springbreak: IIS, PHP & WCF
2009 - Microsoft Springbreak: IIS, PHP & WCF
 The fastest PHP host out there…
http://phplens.com/phpeverywhere/fastcgi-php
2009 - Microsoft Springbreak: IIS, PHP & WCF
Common Language Runtime (CLR)
ADO.NET ASP.NET WinForms ...
WCF WCS WFWPF
Interop
with other
platforms
ASMX
Attribute-
Based
Programming
Enterprise
Services
WS-*
Protocol
Support
WSE
Message-
Oriented
Programming
System.Messaging
Extensibility
Location
transparency
.NET
Remoting
2009 - Microsoft Springbreak: IIS, PHP & WCF
Caller Service
MessageABC A B C
A B C
Address Binding Contract
(Where) (How) (What)
[ServiceContract]
public interface ICalculator
{
[OperationContract]
ComplexProblem SolveProblem(
ComplexProblem p);
}
[DataContract]
public class ComplexNumber
{
[DataMember]
public double Real = 0.0D;
[DataMember]
public double Imaginary = 0.0D;
public ComplexNumber(double r, double i)
{
this.Real = r;
this.Imaginary = i;
}
}
<endpoint
address="http://localhost/calculator"
binding="basicHttpBinding"
bindingConfiguration="Binding1"
contractType="ICalculator" />
<bindings>
<basicHttpBinding>
<binding
configurationName="Binding1"
maxMessageSize="65536"
messageEncoding="Text"
textEncoding="utf-8" />
</binding>
</basicHttpBinding>
</bindings>
Transport Encoder Security Reliability Protocol
Pipes
MSMQ
Custom
HTTP Text
TCP Binary
MTOM
Custom
Custom Custom
WS-* WS-* WS-*
Custom
WS-* WS-* WS-*TCP Binary
T = Transport Security | S = WS-Security | O = One-Way Only
BasicHttpBinding
WsHttpBinding
WsDualHttpBinding
NetTcpBinding
NetNamedPipesBinding
NetMsmqBinding
WS
WS
T
TS
TS
TS
TS
TS
O
O
NetPeerTcpBinding TS
2009 - Microsoft Springbreak: IIS, PHP & WCF
2009 - Microsoft Springbreak: IIS, PHP & WCF
 InterOp Problems!
• WCF is 100% OASIS-Conform
• PHP soap is NOT
• Request are sent bare and not as documents
• UTF8 encoding issues
• No Authentication
• …
 PHP nusoap
• Open Source Library
require_once("nusoap/lib/nusoap.php");
$client =
new nusoap_client("MyService.wsdl", true);
$result =
$client->call(
"MethodName", $params, $namespaces, …);
 HTTP Authentication module
2009 - Microsoft Springbreak: IIS, PHP & WCF
 PHP - widley spread platform
• Lots of libraries
• Lots of developers
 IIS - perfect Web Server platform
• High performant
• Robust, secure and easy to manage
 WCF – Unified communication platform
• implements WS-*a standards
• Easy to start and scale
2009 - Microsoft Springbreak: IIS, PHP & WCF

More Related Content

PPT
Wcf hosting and endpoints
PPTX
Using OData to build great customer experiences on any device by Lance Olson
PPTX
2009 Dotnet Information Day: More effective c#
PPTX
2009 - NRW Conf: (ASP).NET Membership
PPTX
2008 - TechDays PT: WCF, JSON and AJAX for performance and manageability
PPTX
2015 DWX - Komponenten und Konsequenzen
PPT
2006 DDD4: Data access layers - Convenience vs. Control and Performance?
PPTX
.NET Developer Days 2015, PL: Defensive programming, resilience patterns & an...
Wcf hosting and endpoints
Using OData to build great customer experiences on any device by Lance Olson
2009 Dotnet Information Day: More effective c#
2009 - NRW Conf: (ASP).NET Membership
2008 - TechDays PT: WCF, JSON and AJAX for performance and manageability
2015 DWX - Komponenten und Konsequenzen
2006 DDD4: Data access layers - Convenience vs. Control and Performance?
.NET Developer Days 2015, PL: Defensive programming, resilience patterns & an...

Viewers also liked (20)

PPTX
2015 - Basta! 2015, DE: JavaScript und build
PPTX
2008 - TechDays PT: Modeling and Composition for Software today and tomorrow
PPTX
2008 - Basta!: DAL DIY
PPT
2006 - Basta!: Advanced server controls
PPTX
2008 - TechDays PT: Building Software + Services with Volta
PPTX
2010 - Basta!: REST mit ASP.NET MVC
PPTX
2011 - Dotnet Information Day: NUGET
PPT
2005 - NRW Conf: Design, Entwicklung und Tests
PPTX
2007 - Basta!: Nach soa kommt soc
PPTX
2009 - DNC: Silverlight ohne UI - Nur als Cache
PPTX
2015 TechSummit Web & Cloud - Gem, NPM, Bower, Nuget, Paket - Päckchen hier, ...
PPTX
2011 - DNC: REST Wars
PDF
2015 - Network 2015, UA: Defensive programming, resilience patterns & antifra...
PPTX
Pļavu bibliotēka
PPTX
Saturation vs satisfaction in it industry
PPT
2005 - .NET Chaostage: 1st class data driven applications with ASP.NET 2.0
PPTX
2014 - DotNet UG Rhen Ruhr: Komponentenorientierung
PDF
2014 - DotNetCologne: Build, Builder, Am Buildesten
PPTX
2013 - ICE Lingen: AngularJS introduction
PPTX
2015 - Basta! 2015, DE: Defensive programming, resilience patterns & antifrag...
2015 - Basta! 2015, DE: JavaScript und build
2008 - TechDays PT: Modeling and Composition for Software today and tomorrow
2008 - Basta!: DAL DIY
2006 - Basta!: Advanced server controls
2008 - TechDays PT: Building Software + Services with Volta
2010 - Basta!: REST mit ASP.NET MVC
2011 - Dotnet Information Day: NUGET
2005 - NRW Conf: Design, Entwicklung und Tests
2007 - Basta!: Nach soa kommt soc
2009 - DNC: Silverlight ohne UI - Nur als Cache
2015 TechSummit Web & Cloud - Gem, NPM, Bower, Nuget, Paket - Päckchen hier, ...
2011 - DNC: REST Wars
2015 - Network 2015, UA: Defensive programming, resilience patterns & antifra...
Pļavu bibliotēka
Saturation vs satisfaction in it industry
2005 - .NET Chaostage: 1st class data driven applications with ASP.NET 2.0
2014 - DotNet UG Rhen Ruhr: Komponentenorientierung
2014 - DotNetCologne: Build, Builder, Am Buildesten
2013 - ICE Lingen: AngularJS introduction
2015 - Basta! 2015, DE: Defensive programming, resilience patterns & antifrag...
Ad

Similar to 2009 - Microsoft Springbreak: IIS, PHP & WCF (20)

PPT
WINDOWS COMMUNICATION FOUNDATION
PPT
Overview of Windows Vista Devices and Windows Communication Foundation (WCF)
PDF
CASE-4 Automating Business Processes in Denver: A Technical Case Study
PPT
WCF And ASMX Web Services
PDF
Cert05 70-487 - developing microsoft azure and web services
DOC
SantiSagarMedisetty_Resume
PPTX
Web services
PDF
WCF Multi Layer Services Development with Entity Framework 4th Edition Editio...
PDF
WCF Multi Layer Services Development with Entity Framework 4th Edition Editio...
PDF
Connected Applications using WF and WCF
DOCX
Actively looking for an opportunity to work as a challenging Dot Net Developer
DOCX
Actively looking for an opportunity to work as a challenging Dot Net Developer
PPTX
Ukfs Snr Dev Arch Forum Pres1 Jb
PPTX
Ukfs Snr Dev Arch Forum Pres1 Jb
PPTX
Windows Communication Foundation (WCF) Service
PPT
Php Asp Net Interoperability Rc Jao
PDF
WebSphere
PDF
70-494 it examen braindumps
WINDOWS COMMUNICATION FOUNDATION
Overview of Windows Vista Devices and Windows Communication Foundation (WCF)
CASE-4 Automating Business Processes in Denver: A Technical Case Study
WCF And ASMX Web Services
Cert05 70-487 - developing microsoft azure and web services
SantiSagarMedisetty_Resume
Web services
WCF Multi Layer Services Development with Entity Framework 4th Edition Editio...
WCF Multi Layer Services Development with Entity Framework 4th Edition Editio...
Connected Applications using WF and WCF
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
Ukfs Snr Dev Arch Forum Pres1 Jb
Ukfs Snr Dev Arch Forum Pres1 Jb
Windows Communication Foundation (WCF) Service
Php Asp Net Interoperability Rc Jao
WebSphere
70-494 it examen braindumps
Ad

More from Daniel Fisher (14)

PPTX
MD DevdDays 2016: Defensive programming, resilience patterns & antifragility
PPTX
NRWConf, DE: Defensive programming, resilience patterns & antifragility
PPTX
2011 - DotNetFranken: ASP.NET MVC Localization
PPTX
2011 NetUG HH: ASP.NET MVC & HTML 5
PPTX
2010 - Basta!: REST mit WCF 4, Silverlight und AJAX
PPTX
2010 - Basta!: IPhone Apps mit C#
PPTX
2010 - Basta: ASP.NET Controls für Web Forms und MVC
PPTX
2010 Basta!: Massendaten mit ADO.NET
PPTX
2009 - Basta!: Url rewriting mit iis, asp.net und routing engine
PPTX
2009 - Basta!: Agiles requirements engineering
PPT
2008 - Basta!: Massendaten auf dem Client
PPTX
2008 - Afterlaunch: 10 Tipps für WCF
PPS
2006 - NRW Conf: Asynchronous asp.net
PPTX
2006 - DDD4: Decoupling service oriented backend systems
MD DevdDays 2016: Defensive programming, resilience patterns & antifragility
NRWConf, DE: Defensive programming, resilience patterns & antifragility
2011 - DotNetFranken: ASP.NET MVC Localization
2011 NetUG HH: ASP.NET MVC & HTML 5
2010 - Basta!: REST mit WCF 4, Silverlight und AJAX
2010 - Basta!: IPhone Apps mit C#
2010 - Basta: ASP.NET Controls für Web Forms und MVC
2010 Basta!: Massendaten mit ADO.NET
2009 - Basta!: Url rewriting mit iis, asp.net und routing engine
2009 - Basta!: Agiles requirements engineering
2008 - Basta!: Massendaten auf dem Client
2008 - Afterlaunch: 10 Tipps für WCF
2006 - NRW Conf: Asynchronous asp.net
2006 - DDD4: Decoupling service oriented backend systems

Recently uploaded (20)

PPTX
Safe Confined Space Entry Monitoring_ Singapore Experts.pptx
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPT
JAVA ppt tutorial basics to learn java programming
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
PTS Company Brochure 2025 (1).pdf.......
PPT
Introduction Database Management System for Course Database
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
5 Lead Qualification Frameworks Every Sales Team Should Use
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Presentation of Computer CLASS 2 .pptx
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
Online Work Permit System for Fast Permit Processing
PPTX
Essential Infomation Tech presentation.pptx
Safe Confined Space Entry Monitoring_ Singapore Experts.pptx
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
JAVA ppt tutorial basics to learn java programming
How to Migrate SBCGlobal Email to Yahoo Easily
PTS Company Brochure 2025 (1).pdf.......
Introduction Database Management System for Course Database
Understanding Forklifts - TECH EHS Solution
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
How Creative Agencies Leverage Project Management Software.pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Odoo POS Development Services by CandidRoot Solutions
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
2025 Textile ERP Trends: SAP, Odoo & Oracle
5 Lead Qualification Frameworks Every Sales Team Should Use
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Presentation of Computer CLASS 2 .pptx
Which alternative to Crystal Reports is best for small or large businesses.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Online Work Permit System for Fast Permit Processing
Essential Infomation Tech presentation.pptx

2009 - Microsoft Springbreak: IIS, PHP & WCF

Editor's Notes

  • #2: PROVIDE YOU SESSION CODE AND NAME AS IT WAS DEFINED BY AGENDA OWNERS. WELCOME ATTENDEES. INTRODUCE YOURSELF AND YOUR SESSION.
  • #6: ©2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
  • #19: 18
  • #20: 19
  • #21: 20
  • #22: 21
  • #23: 22
  • #27: ©2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
  • #31: ©2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
  • #32: PROVIDE 5 MIN BEFORE SESSION ENDS FOR Q&A.