
* [Using PHP 5.3 Namespaces for Fame and Fortune webinar|http://www.zend.com/en/resources/webinars/framework] (2nd March 2011)
h1. Learn someting about ZF2
* [ZendCon 2010 Podcast - Introducing Zend Framework 2.0|http://devzone.zend.com/article/12955-ZendCon-2010-Podcast---Introducing-Zend-Framework-2.0] (24th January 2011/ZendCon 2010)
* [Zend Framework 2 Patterns webinar|http://www.zend.com/en/resources/webinars/framework] (30th March 2011)
* [Zend Framework 2.0 Patterns Tutorial|http://www.slideshare.net/weierophinney/zend-framework-20-patterns-tutorial] on slideshare (21th April 2011)
* [Zend Frameword 2 status|http://zf2.evan.pro/] - what's hot - overview of bleeding edge changes and where to find them
* [Akrabat's ZF2 tutorial|http://akrabat.com/zend-framework-2-tutorial/] - updated for ZF2
h1.Get ZF2
* get the [latest from github|https://github.com/zendframework/zf2] (*recommended*)
* or get [2.0.0beta1|http://dz.zend.com/a/17798] (18th October 2011)
h1.Study Dependency Injection
* [ZendCon 2010 Podcast - Dependency Injection|http://devzone.zend.com/article/12915-ZendCon-2010-Podcast---Dependency-Injection] (Fabien Potencier)
* read [Zend DI QuickStart|http://framework.zend.com/wiki/display/ZFDEV2/Zend+DI+QuickStart] and all the linked articles!
* try [Ralph’s DI examples|https://github.com/ralphschindler/ZF2ByExample/tree/master/examples/di]
** [version working with the github e76d9577565a15b009d3|https://github.com/mhujer/ZF2ByExample/tree/master/examples/di] (from 25th July)
h1.Have a look at the Event manager
* [try Ralph’s Event Manager examples|https://github.com/ralphschindler/ZF2ByExample/tree/master/examples/event-manager]
** [version working with the github e76d9577565a15b009d3|https://github.com/mhujer/ZF2ByExample/tree/master/examples/event-manager] (from 25th July)
* [Adam Lundrigan's example of using ZF2 DI in a ZF1 application|https://github.com/adamlundrigan/zf-examples/tree/master/zf2-di-in-zf1]
* [Robert Basic's example of a ZF2 EventManager usecase|http://robertbasic.com/blog/azend-framework-2-eventmanager-use-case/]
h1.Try other examples
* [Matthew’s MVC examples|https://github.com/weierophinney/zf-quickstart] - check out different branches
* [An ongoing porting of a ZF1 application to ZF2|https://github.com/robertbasic/zf2phpplaneta]