SlideShare uma empresa Scribd logo
1 de 61
Baixar para ler offline
ASPHP 
      Make ‘em Talk !
Bridging PHP & ASP.NET Applications

             Joe Stagner
         Opinionated Misfit Geek
            Microsoft Corporation
          Developer Tools & Platforms
             http://www.MisfitGeek.com
             Joe.Stagner@Microsoft.com
Why is Microsoft Interested in PHP
   ( ... and why am I here ? )
Microsoft & PHP
ZendCon & PHPTek / PHPWorks
Zend Partnership
FastCGI
PHP Expression Support
MS SQL Drivers for PHP
CodePlex PHP Projects (Like AJAX PHP)
ADODB ***
URL Rewrite
IIS.NET Guidance
New Stuff from My Team

Silverlight 2.0 b
Dynamic Data
ADO.NET Data Services
MVC
Web Forms “4.0”
Why Run On or Integrate With Windows?
Some Favorite PHP Applications

PHP-Nuke       PostNuke     RunCMS          Mambo         Xoops       MyPHPAdmin




 PHPBB2        VBulletin    VBPortal        cPanel        Drupal         e107




 MD-Pro       MyPHPNuke    PHPWebSite      TikiWiki       Typo3         Xaraya




b2Evolution     bBlog      Serendipity    WordPress     TextPattern   OSCommerce




OSCNuke        Zen Cart    eGroupWare    phpGroupWare   Site@School     ATutor




  Moodle        Segue      Coppermine     QwikiWikki    SugarCRM      WebCalendar
PHP and the Microsoft Developer Ecosystem.

Windows Ecosystem
– Over 600,000 partners in the MS Ecosystem.
– Microsoft makes MUCH more than Windows
– Microsoft is making huge investments
  interoperability standards and technologies.
  (WS-I, etc.)
– Microsoft provides
    …. a complete turn-key infrastructure
    …. Individual best-of-breed applications for you to
    choose from

– Rapidly growing Service Offerings
– FUTURE TECHNOLOGIES
Software Options from Microsoft
                                                                                 Identity
 MS Access      MS Outlook       BizTalk      SQL Server        MS LCS         Integration
                                                                                  Server



                                                               Business
  MS Excel       PowerPoint     SharePoint     SQL RS                          ISA Server
                                                               Manager



MS FrontPage     MS Project     MS CMS          SQL AS        Virtual Earth   Data Analyzer



               Small Business   Exchange
MS InfoPath                                    SQL NS         Messenger        MS Mobile
                Accounting       Server



                                Commerce
Live Meeting      MS Visio                   Project Server    MapPoint        Tablet PC
                                 Server



                                                                               MS Starter
MS OneNote       MS Word        MS CRM           MOM          App Center
                                                                                  Kits
More Software Options from Microsoft

   Active
                  IIS 6/7       Axapta        Navision    Info Bridge   Media Center
  Directory



                                               Retail
   ADAM           MSMQ        Great Plains                  WSH          Info Card
                                             Management


                                Small         Windows
Authorization    Windows
                               Business        Unix        DirectX         WinFX
  Manager       Server 2003
                               Manager        Services


 Operations      Windows                                                 Windows
                              MS Solomon     VBA / VSA     ActiveX
  Manager         Mobile                                                 Workflow


    MS                                                                  Presentation
                 XML-WS       Application       MSN        Hosted
 Enterprise                                                              Foundation
                  WSE           Center         Search      Controls
 Reporting                                                                (Avalon)


                 Windows        System        Windows        Host
 Windows                                                                   Vista
                  Media       Management       Index      Integration
 Embedded                                                                Longhorn
                  Server        Server         Server       Server
More Software Options from Microsoft


               Slverlight


             WF or BizTalk


             Live Services


             Virtual Earth


            Media Services
Does PHP on Windows Actually WORK ?
On Windows
Tools (Windows Only)
– VS.PHP
– Phalanger
– NuSphere PHPEd, Delphi for PHP
Tools (Cross Platform)
– Zend Studio
– ActiveState Komodo
Drivers
– MSPHPSQL
Other Integrations
PHP & IIS
Versions & App Pools
Example


Membership Integration
ASP.NET Membership
Native MS SQL Provider
– SQL Server or SQL Express
– 3rd party ASP.NET Membership Provider
   MySQL
   Oracle
   XML
Open Source Providers
ASP.NET Membership Integration
  ASP.NET
  – Complete Managed API
  PHP on Windows
  – Microsoft SQL Server Driver for PHP (Willow)
  – Web Services
  – .NET / COM
  PHP On Linux
  – FreeTDS
  – Sockets
  – Web Services
Setting Up ASP.NET Membership

aspnet_regsql.exe
Complete Schema

 Applications
 Membership
 Roles

 Usage
 demonstrated in
 the MS SQL
 Provider Source
 Code.
Enable SQL for TCP/IP
Open the Windows Firewall
ASP.NET Authentication from PHP on Windows
Authentication from PHP/Linux

  MS SQL In Windows
  – Security Configuration Required
  Free TDS On Linux
  – MS SQL via ODBC over TCP/IP
  Platform Specific PHP Code
Other Integrations
Office Documents from PHP on Windows
Microsoft Silverlight
CLIENT !
Cross Platform
Rich Media
You're hearing all about it !!!
Other Integrations
Silverlight from PHP on Windows & Linux
Other Integrations
Microsoft AJAX
Intergrated with ASP.NET Server
Complealty Independent Client Framework
Server Implementation Samples for Non-
MS
Completely Free
Completely Open Source
Microsoft AJAX PHP on Windows & Linux
Other Integrations
XML Web Services
PHP 5 – Native SOAP Extension
PEAR::SOAP
NuSOAP
ezSOAP
.NET Web Services from PHP
Other Integrations
PHP and COM
What’s COM ?
PHP doesn’t REALLY speak COM.
COM is the Lingua Franca of Windows
– VB
– C++ (Ours and many others)
– Delphi
– Python
– Perl
– Cobol
– Fortran
Creating a COM Object
              Instance
<?php
   $myCOMObject =new
  COM(quot;COMObject.COMClassquot;);
   $myCOMObject->someMethod(“Some Argument”);
?>
COM Objects from PHP on Windows
Other Integrations
.NET Framework and Tools
VB      C++        C#        J#        …

     Common Language Specification




                                            Visual Studio .NET
       ASP .NET                   Windows
Web Forms Web Services
                                   Forms
 Mobile Internet Toolkit

           ADO .NET and XML

           Base Class Library

       Common Language Runtime

              Operating System
The Shared Source CLI
  VS.NET           System.Web (ASP.NET)                              System.WinForms
   C#          SessionState   UI                            Design         ComponentModel
               Caching         HtmlControls
 JScript       Security        WebControls
  VB           Configuration                                          System.Drawing
                     Simple Web Services
VC/MC++                                                     Drawing2D            Printing
                          Protocols
                                                            Imaging              Text
Debugger          Discovery      Description

Designers            System.Data (ADO.NET)                              System.Xml
               ADO                SQL                       XSLT                 Serialization
SDK Tools      Design                   Adapters            XPath
 CorDBG
                                                   System




                                                                                                 ECMA CLI
  ILAsm        Collections            IO               Security             Runtime
               Configuration          Net              ServiceProcess        InteropServices
ILDbDump
               Diagnostics            Reflection       Text                  Remoting
   SN
               Globalization          Resources        Threading             Serialization
 ILDAsm
 MetaInfo                              Common Language Runtime
                  GC                         App Domain Loader             JIT
 PEVerify
                  MSIL                       Common Type System            Class Loader


                             Platform Adaptation Layer                       Networking
 Boot Loader
 Threads                       Sync                 Timers                   Filesystem
Base Class Library
               System.Web                        System.Windows.Forms
Services            UI                       Design         ComponentModel
 Description         HtmlControls
 Discovery           WebControls
 Protocols                                            System.Drawing
Caching             Security                 Drawing2D         Printing
Configuration       SessionState             Imaging           Text

           System.Data                                   System.Xml
OleDb               SqlClient                XSLT              Serialization
Common              SQLTypes                 XPath

                                    System
Collections          IO                Security              Runtime
Configuration        Net               ServiceProcess         InteropServices
Diagnostics          Reflection        Text                   Remoting
Globalization        Resources         Threading              Serialization
Microsoft .NET
COM Callable Wrapper
Runtime Callable Wrapper
PHP Restrictions
– OLE 2
Parameterless Constructors
.NET Objects from PHP on Windows
Other Integrations
Microsoft Services
Most are Free
Most are Platform Independent
Most are Ad Free
.Microsoft Services from PHP
Other Integrations
Phalanger
WHY - Helpers you might need.
Component Creation
Calling binary .DLLs
Simplifying Interoperability
Remote Instancing
Application Multithreading
Asynchronous Dependencies
Multi Phase Transactions
Aggregating Multi-Interfaced Objects
Type Encapsulation & Abstraction
Object Scope Promotion
Static Instance Access
Integration Options
The Windows File System
SMTP
X.500
WDDX
MS-SQL Server, ADO, ODBC
– What about the new auth provider?
– What about database’d session state
XML
LDAP
Integration Options

Sockets
RSS
XML-RPC
XML Web Services / SOAP
PHP Extensibility Mechanisms
Integration Options
HTTP Form Tricks
  They can be Open
  They can be Hidden
  They can be Encrypted
Cookie Tricks
  They can also be encrypted

  Finally some ADVANTAGE to
    HTTP’s stateless protocol.
Integration Options
Build your own.
PHP on Windows built with VC++ (6)
PECL Extensions
PHP is Open Source
A PHP Project Wish List
A native Active Directory API PHP
An AzMan API for PHP
A PHP Bridge to ADAM
An ASP.NET 2.0 Authentication Provider for
PHP
A seamless session state bridge.
A CDO / Exchange Bridge for PHP
PHP-Nuke, Mambo, etc. etc.
– On Microsoft SQL
– Optionally in Phalanger
– Optionally using AD
Call to Action !
•Get your FREE Visual Studio
•Understand what products Microsoft makes.
•Email Joe.Stagner@Microsoft.com
•Read me at http://www.MisfitGeek.com
Thanks
•Andrew Stopford
Q&A

                                THANKS !

                                © 2007 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions,
                 it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
                                       MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Mais conteúdo relacionado

Mais procurados

ASP.NET 5: What's the Big Deal
ASP.NET 5: What's the Big DealASP.NET 5: What's the Big Deal
ASP.NET 5: What's the Big DealJim Duffy
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraGajanand Bohra
 
A Microsoft primer for PHP devs
A Microsoft primer for PHP devsA Microsoft primer for PHP devs
A Microsoft primer for PHP devsguest0a62e8
 
ASP.NET Presentation
ASP.NET PresentationASP.NET Presentation
ASP.NET Presentationdimuthu22
 
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web applicationRahul Bansal
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applicationshchen1
 
Harish Aspnet Deployment
Harish Aspnet DeploymentHarish Aspnet Deployment
Harish Aspnet Deploymentrsnarayanan
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETHimanshu Patel
 
Concepts of Asp.Net
Concepts of Asp.NetConcepts of Asp.Net
Concepts of Asp.Netvidyamittal
 
ASP.NET - Introduction to Web Forms and MVC
ASP.NET - Introduction to Web Forms and MVCASP.NET - Introduction to Web Forms and MVC
ASP.NET - Introduction to Web Forms and MVCBilal Amjad
 
Automating Web Application Deployment
Automating Web Application DeploymentAutomating Web Application Deployment
Automating Web Application DeploymentMathew Byrne
 
The future of web development write once, run everywhere with angular js an...
The future of web development   write once, run everywhere with angular js an...The future of web development   write once, run everywhere with angular js an...
The future of web development write once, run everywhere with angular js an...Mark Leusink
 
The web - What it has, what it lacks and where it must go - Istanbul
The web - What it has, what it lacks and where it must go - IstanbulThe web - What it has, what it lacks and where it must go - Istanbul
The web - What it has, what it lacks and where it must go - IstanbulRobert Nyman
 
Chapter 1 (asp.net over view)
Chapter 1 (asp.net over view)Chapter 1 (asp.net over view)
Chapter 1 (asp.net over view)let's go to study
 

Mais procurados (20)

ASP.NET 5: What's the Big Deal
ASP.NET 5: What's the Big DealASP.NET 5: What's the Big Deal
ASP.NET 5: What's the Big Deal
 
Tutorial asp.net
Tutorial  asp.netTutorial  asp.net
Tutorial asp.net
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohra
 
A Microsoft primer for PHP devs
A Microsoft primer for PHP devsA Microsoft primer for PHP devs
A Microsoft primer for PHP devs
 
ASP.NET Presentation
ASP.NET PresentationASP.NET Presentation
ASP.NET Presentation
 
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web application
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applications
 
Walther Aspnet4
Walther Aspnet4Walther Aspnet4
Walther Aspnet4
 
Walther Ajax4
Walther Ajax4Walther Ajax4
Walther Ajax4
 
Harish Aspnet Deployment
Harish Aspnet DeploymentHarish Aspnet Deployment
Harish Aspnet Deployment
 
Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.net
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
 
Running PHP In The Cloud
Running PHP In The CloudRunning PHP In The Cloud
Running PHP In The Cloud
 
Concepts of Asp.Net
Concepts of Asp.NetConcepts of Asp.Net
Concepts of Asp.Net
 
ASP.NET - Introduction to Web Forms and MVC
ASP.NET - Introduction to Web Forms and MVCASP.NET - Introduction to Web Forms and MVC
ASP.NET - Introduction to Web Forms and MVC
 
Automating Web Application Deployment
Automating Web Application DeploymentAutomating Web Application Deployment
Automating Web Application Deployment
 
The future of web development write once, run everywhere with angular js an...
The future of web development   write once, run everywhere with angular js an...The future of web development   write once, run everywhere with angular js an...
The future of web development write once, run everywhere with angular js an...
 
Web forms in ASP.net
Web forms in ASP.netWeb forms in ASP.net
Web forms in ASP.net
 
The web - What it has, what it lacks and where it must go - Istanbul
The web - What it has, what it lacks and where it must go - IstanbulThe web - What it has, what it lacks and where it must go - Istanbul
The web - What it has, what it lacks and where it must go - Istanbul
 
Chapter 1 (asp.net over view)
Chapter 1 (asp.net over view)Chapter 1 (asp.net over view)
Chapter 1 (asp.net over view)
 

Semelhante a Joe Staner Zend Con 2008

Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)goodfriday
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827surilige
 
Soa204 Kawasaki Final
Soa204 Kawasaki FinalSoa204 Kawasaki Final
Soa204 Kawasaki FinalAnush Kumar
 
Aranda PATCH MANAGEMENT V 8.0 Productos Soportados
Aranda PATCH MANAGEMENT V 8.0 Productos SoportadosAranda PATCH MANAGEMENT V 8.0 Productos Soportados
Aranda PATCH MANAGEMENT V 8.0 Productos SoportadosAranda Software
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Quang Nguyễn Bá
 
Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Archluohd
 
Machine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarMachine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarAVEVA
 
Uni Paa S Overview
Uni Paa S  OverviewUni Paa S  Overview
Uni Paa S OverviewArik
 
Overall & technical IT Recruitment skills
Overall &  technical IT Recruitment skills Overall &  technical IT Recruitment skills
Overall & technical IT Recruitment skills Toine Van Kastel
 
Visual Studio 2010 and .NET Framework 4.0 Overview
Visual Studio 2010 and .NET Framework 4.0 OverviewVisual Studio 2010 and .NET Framework 4.0 Overview
Visual Studio 2010 and .NET Framework 4.0 OverviewHarish Ranganathan
 

Semelhante a Joe Staner Zend Con 2008 (20)

Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827
 
Oracle Fusion Middleware
Oracle Fusion MiddlewareOracle Fusion Middleware
Oracle Fusion Middleware
 
Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
Soa204 Kawasaki Final
Soa204 Kawasaki FinalSoa204 Kawasaki Final
Soa204 Kawasaki Final
 
Aranda PATCH MANAGEMENT V 8.0 Productos Soportados
Aranda PATCH MANAGEMENT V 8.0 Productos SoportadosAranda PATCH MANAGEMENT V 8.0 Productos Soportados
Aranda PATCH MANAGEMENT V 8.0 Productos Soportados
 
Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Asp.net basic
Asp.net basicAsp.net basic
Asp.net basic
 
Aspnet
AspnetAspnet
Aspnet
 
air
airair
air
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010
 
Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Arch
 
Help desk
Help deskHelp desk
Help desk
 
As Pdotnet
As PdotnetAs Pdotnet
As Pdotnet
 
Machine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarMachine Builders and InduSoft Webinar
Machine Builders and InduSoft Webinar
 
Uni Paa S Overview
Uni Paa S  OverviewUni Paa S  Overview
Uni Paa S Overview
 
Overall & technical IT Recruitment skills
Overall &  technical IT Recruitment skills Overall &  technical IT Recruitment skills
Overall & technical IT Recruitment skills
 
Visual Studio 2010 and .NET Framework 4.0 Overview
Visual Studio 2010 and .NET Framework 4.0 OverviewVisual Studio 2010 and .NET Framework 4.0 Overview
Visual Studio 2010 and .NET Framework 4.0 Overview
 
Vs 2008
Vs 2008Vs 2008
Vs 2008
 

Mais de ZendCon

Framework Shootout
Framework ShootoutFramework Shootout
Framework ShootoutZendCon
 
Zend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZendCon
 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i TutorialZendCon
 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's NewZendCon
 
PHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudPHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudZendCon
 
I18n with PHP 5.3
I18n with PHP 5.3I18n with PHP 5.3
I18n with PHP 5.3ZendCon
 
Cloud Computing: The Hard Problems Never Go Away
Cloud Computing: The Hard Problems Never Go AwayCloud Computing: The Hard Problems Never Go Away
Cloud Computing: The Hard Problems Never Go AwayZendCon
 
Planning for Synchronization with Browser-Local Databases
Planning for Synchronization with Browser-Local DatabasesPlanning for Synchronization with Browser-Local Databases
Planning for Synchronization with Browser-Local DatabasesZendCon
 
Magento - a Zend Framework Application
Magento - a Zend Framework ApplicationMagento - a Zend Framework Application
Magento - a Zend Framework ApplicationZendCon
 
Enterprise-Class PHP Security
Enterprise-Class PHP SecurityEnterprise-Class PHP Security
Enterprise-Class PHP SecurityZendCon
 
PHP and IBM i - Database Alternatives
PHP and IBM i - Database AlternativesPHP and IBM i - Database Alternatives
PHP and IBM i - Database AlternativesZendCon
 
Zend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZendCon
 
Application Diagnosis with Zend Server Tracing
Application Diagnosis with Zend Server TracingApplication Diagnosis with Zend Server Tracing
Application Diagnosis with Zend Server TracingZendCon
 
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...ZendCon
 
Solving the C20K problem: Raising the bar in PHP Performance and Scalability
Solving the C20K problem: Raising the bar in PHP Performance and ScalabilitySolving the C20K problem: Raising the bar in PHP Performance and Scalability
Solving the C20K problem: Raising the bar in PHP Performance and ScalabilityZendCon
 
Tiery Eyed
Tiery EyedTiery Eyed
Tiery EyedZendCon
 
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...ZendCon
 
DB2 Storage Engine for MySQL and Open Source Applications Session
DB2 Storage Engine for MySQL and Open Source Applications SessionDB2 Storage Engine for MySQL and Open Source Applications Session
DB2 Storage Engine for MySQL and Open Source Applications SessionZendCon
 
Digital Identity
Digital IdentityDigital Identity
Digital IdentityZendCon
 
Modernizing i5 Applications
Modernizing i5 ApplicationsModernizing i5 Applications
Modernizing i5 ApplicationsZendCon
 

Mais de ZendCon (20)

Framework Shootout
Framework ShootoutFramework Shootout
Framework Shootout
 
Zend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZend_Tool: Practical use and Extending
Zend_Tool: Practical use and Extending
 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i Tutorial
 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's New
 
PHP and Platform Independance in the Cloud
PHP and Platform Independance in the CloudPHP and Platform Independance in the Cloud
PHP and Platform Independance in the Cloud
 
I18n with PHP 5.3
I18n with PHP 5.3I18n with PHP 5.3
I18n with PHP 5.3
 
Cloud Computing: The Hard Problems Never Go Away
Cloud Computing: The Hard Problems Never Go AwayCloud Computing: The Hard Problems Never Go Away
Cloud Computing: The Hard Problems Never Go Away
 
Planning for Synchronization with Browser-Local Databases
Planning for Synchronization with Browser-Local DatabasesPlanning for Synchronization with Browser-Local Databases
Planning for Synchronization with Browser-Local Databases
 
Magento - a Zend Framework Application
Magento - a Zend Framework ApplicationMagento - a Zend Framework Application
Magento - a Zend Framework Application
 
Enterprise-Class PHP Security
Enterprise-Class PHP SecurityEnterprise-Class PHP Security
Enterprise-Class PHP Security
 
PHP and IBM i - Database Alternatives
PHP and IBM i - Database AlternativesPHP and IBM i - Database Alternatives
PHP and IBM i - Database Alternatives
 
Zend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZend Core on IBM i - Security Considerations
Zend Core on IBM i - Security Considerations
 
Application Diagnosis with Zend Server Tracing
Application Diagnosis with Zend Server TracingApplication Diagnosis with Zend Server Tracing
Application Diagnosis with Zend Server Tracing
 
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
Insights from the Experts: How PHP Leaders Are Transforming High-Impact PHP A...
 
Solving the C20K problem: Raising the bar in PHP Performance and Scalability
Solving the C20K problem: Raising the bar in PHP Performance and ScalabilitySolving the C20K problem: Raising the bar in PHP Performance and Scalability
Solving the C20K problem: Raising the bar in PHP Performance and Scalability
 
Tiery Eyed
Tiery EyedTiery Eyed
Tiery Eyed
 
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...
Make your PHP Application Software-as-a-Service (SaaS) Ready with the Paralle...
 
DB2 Storage Engine for MySQL and Open Source Applications Session
DB2 Storage Engine for MySQL and Open Source Applications SessionDB2 Storage Engine for MySQL and Open Source Applications Session
DB2 Storage Engine for MySQL and Open Source Applications Session
 
Digital Identity
Digital IdentityDigital Identity
Digital Identity
 
Modernizing i5 Applications
Modernizing i5 ApplicationsModernizing i5 Applications
Modernizing i5 Applications
 

Último

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 

Último (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 

Joe Staner Zend Con 2008

  • 1. ASPHP  Make ‘em Talk ! Bridging PHP & ASP.NET Applications Joe Stagner Opinionated Misfit Geek Microsoft Corporation Developer Tools & Platforms http://www.MisfitGeek.com Joe.Stagner@Microsoft.com
  • 2. Why is Microsoft Interested in PHP ( ... and why am I here ? )
  • 3. Microsoft & PHP ZendCon & PHPTek / PHPWorks Zend Partnership FastCGI PHP Expression Support MS SQL Drivers for PHP CodePlex PHP Projects (Like AJAX PHP) ADODB *** URL Rewrite IIS.NET Guidance
  • 4. New Stuff from My Team Silverlight 2.0 b Dynamic Data ADO.NET Data Services MVC Web Forms “4.0”
  • 5. Why Run On or Integrate With Windows?
  • 6. Some Favorite PHP Applications PHP-Nuke PostNuke RunCMS Mambo Xoops MyPHPAdmin PHPBB2 VBulletin VBPortal cPanel Drupal e107 MD-Pro MyPHPNuke PHPWebSite TikiWiki Typo3 Xaraya b2Evolution bBlog Serendipity WordPress TextPattern OSCommerce OSCNuke Zen Cart eGroupWare phpGroupWare Site@School ATutor Moodle Segue Coppermine QwikiWikki SugarCRM WebCalendar
  • 7. PHP and the Microsoft Developer Ecosystem. Windows Ecosystem – Over 600,000 partners in the MS Ecosystem. – Microsoft makes MUCH more than Windows – Microsoft is making huge investments interoperability standards and technologies. (WS-I, etc.) – Microsoft provides …. a complete turn-key infrastructure …. Individual best-of-breed applications for you to choose from – Rapidly growing Service Offerings – FUTURE TECHNOLOGIES
  • 8. Software Options from Microsoft Identity MS Access MS Outlook BizTalk SQL Server MS LCS Integration Server Business MS Excel PowerPoint SharePoint SQL RS ISA Server Manager MS FrontPage MS Project MS CMS SQL AS Virtual Earth Data Analyzer Small Business Exchange MS InfoPath SQL NS Messenger MS Mobile Accounting Server Commerce Live Meeting MS Visio Project Server MapPoint Tablet PC Server MS Starter MS OneNote MS Word MS CRM MOM App Center Kits
  • 9. More Software Options from Microsoft Active IIS 6/7 Axapta Navision Info Bridge Media Center Directory Retail ADAM MSMQ Great Plains WSH Info Card Management Small Windows Authorization Windows Business Unix DirectX WinFX Manager Server 2003 Manager Services Operations Windows Windows MS Solomon VBA / VSA ActiveX Manager Mobile Workflow MS Presentation XML-WS Application MSN Hosted Enterprise Foundation WSE Center Search Controls Reporting (Avalon) Windows System Windows Host Windows Vista Media Management Index Integration Embedded Longhorn Server Server Server Server
  • 10. More Software Options from Microsoft Slverlight WF or BizTalk Live Services Virtual Earth Media Services
  • 11. Does PHP on Windows Actually WORK ?
  • 12. On Windows Tools (Windows Only) – VS.PHP – Phalanger – NuSphere PHPEd, Delphi for PHP Tools (Cross Platform) – Zend Studio – ActiveState Komodo Drivers – MSPHPSQL
  • 14. PHP & IIS Versions & App Pools
  • 16. ASP.NET Membership Native MS SQL Provider – SQL Server or SQL Express – 3rd party ASP.NET Membership Provider MySQL Oracle XML
  • 18. ASP.NET Membership Integration ASP.NET – Complete Managed API PHP on Windows – Microsoft SQL Server Driver for PHP (Willow) – Web Services – .NET / COM PHP On Linux – FreeTDS – Sockets – Web Services
  • 19. Setting Up ASP.NET Membership aspnet_regsql.exe
  • 20. Complete Schema Applications Membership Roles Usage demonstrated in the MS SQL Provider Source Code.
  • 21. Enable SQL for TCP/IP
  • 22. Open the Windows Firewall
  • 23. ASP.NET Authentication from PHP on Windows
  • 24. Authentication from PHP/Linux MS SQL In Windows – Security Configuration Required Free TDS On Linux – MS SQL via ODBC over TCP/IP Platform Specific PHP Code
  • 26. Office Documents from PHP on Windows
  • 27. Microsoft Silverlight CLIENT ! Cross Platform Rich Media You're hearing all about it !!!
  • 29. Silverlight from PHP on Windows & Linux
  • 31. Microsoft AJAX Intergrated with ASP.NET Server Complealty Independent Client Framework Server Implementation Samples for Non- MS Completely Free Completely Open Source
  • 32. Microsoft AJAX PHP on Windows & Linux
  • 34. XML Web Services PHP 5 – Native SOAP Extension PEAR::SOAP NuSOAP ezSOAP
  • 35. .NET Web Services from PHP
  • 37. PHP and COM What’s COM ? PHP doesn’t REALLY speak COM. COM is the Lingua Franca of Windows – VB – C++ (Ours and many others) – Delphi – Python – Perl – Cobol – Fortran
  • 38. Creating a COM Object Instance <?php $myCOMObject =new COM(quot;COMObject.COMClassquot;); $myCOMObject->someMethod(“Some Argument”); ?>
  • 39. COM Objects from PHP on Windows
  • 41. .NET Framework and Tools VB C++ C# J# … Common Language Specification Visual Studio .NET ASP .NET Windows Web Forms Web Services Forms Mobile Internet Toolkit ADO .NET and XML Base Class Library Common Language Runtime Operating System
  • 42. The Shared Source CLI VS.NET System.Web (ASP.NET) System.WinForms C# SessionState UI Design ComponentModel Caching HtmlControls JScript Security WebControls VB Configuration System.Drawing Simple Web Services VC/MC++ Drawing2D Printing Protocols Imaging Text Debugger Discovery Description Designers System.Data (ADO.NET) System.Xml ADO SQL XSLT Serialization SDK Tools Design Adapters XPath CorDBG System ECMA CLI ILAsm Collections IO Security Runtime Configuration Net ServiceProcess InteropServices ILDbDump Diagnostics Reflection Text Remoting SN Globalization Resources Threading Serialization ILDAsm MetaInfo Common Language Runtime GC App Domain Loader JIT PEVerify MSIL Common Type System Class Loader Platform Adaptation Layer Networking Boot Loader Threads Sync Timers Filesystem
  • 43. Base Class Library System.Web System.Windows.Forms Services UI Design ComponentModel Description HtmlControls Discovery WebControls Protocols System.Drawing Caching Security Drawing2D Printing Configuration SessionState Imaging Text System.Data System.Xml OleDb SqlClient XSLT Serialization Common SQLTypes XPath System Collections IO Security Runtime Configuration Net ServiceProcess InteropServices Diagnostics Reflection Text Remoting Globalization Resources Threading Serialization
  • 44. Microsoft .NET COM Callable Wrapper Runtime Callable Wrapper PHP Restrictions – OLE 2 Parameterless Constructors
  • 45. .NET Objects from PHP on Windows
  • 47. Microsoft Services Most are Free Most are Platform Independent Most are Ad Free
  • 51. WHY - Helpers you might need. Component Creation Calling binary .DLLs Simplifying Interoperability Remote Instancing Application Multithreading Asynchronous Dependencies Multi Phase Transactions Aggregating Multi-Interfaced Objects Type Encapsulation & Abstraction Object Scope Promotion Static Instance Access
  • 52. Integration Options The Windows File System SMTP X.500 WDDX MS-SQL Server, ADO, ODBC – What about the new auth provider? – What about database’d session state XML LDAP
  • 53. Integration Options Sockets RSS XML-RPC XML Web Services / SOAP PHP Extensibility Mechanisms
  • 54. Integration Options HTTP Form Tricks They can be Open They can be Hidden They can be Encrypted Cookie Tricks They can also be encrypted Finally some ADVANTAGE to HTTP’s stateless protocol.
  • 55. Integration Options Build your own. PHP on Windows built with VC++ (6) PECL Extensions PHP is Open Source
  • 56. A PHP Project Wish List A native Active Directory API PHP An AzMan API for PHP A PHP Bridge to ADAM An ASP.NET 2.0 Authentication Provider for PHP A seamless session state bridge. A CDO / Exchange Bridge for PHP PHP-Nuke, Mambo, etc. etc. – On Microsoft SQL – Optionally in Phalanger – Optionally using AD
  • 57. Call to Action ! •Get your FREE Visual Studio •Understand what products Microsoft makes. •Email Joe.Stagner@Microsoft.com •Read me at http://www.MisfitGeek.com
  • 58.
  • 60. Q&A THANKS ! © 2007 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
  • 61. © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.