Advanced Castle Windsor
Published September 6th, 2010 Under Architecture, Coding, Open Source Tools | Leave a Comment
Are you comfortable with Dependency Injection? Maybe you’ve started to look at Windsor, or already used it’s basic IoC functionality in a production application. With this tutorial we go beyond the basics and explore some of the more advances scenarios of IoC container use. Mike Hadlow will present a hands-on version of his popular blog series, 10 Advanced Windsor Tricks.
Watch this video on Skillsmatter.com
CQRS, DDD and NServiceBus
Published August 25th, 2010 Under Architecture, Open Source Tools | Leave a Comment
Udi Dahan talks about Command Query Responsibility Segregation (CQRS) and its relationship to Domain Driven Design (DDD). Dahan also discusses his project, the NServiceBus. NServiceBus is an open-source service bus for Microsoft’s .NET environment. In many ways, NServiceBus works like Microsoft’s Windows Communication Foundation (WCF) and can be used instead of WCF in some cases.
http://www.infoq.com/interviews/dahan-cqrs-ddd-nservicebus
Understanding Folder Structure of ASP NET MVC Application
Published August 19th, 2010 Under Architecture, Coding | Leave a Comment
This screencast explains the folder structure of the ASP.NET MVC Application.
Producer: www.highoncoding.com
Choosing between ASP.NET Web Forms and MVC
Published July 15th, 2010 Under Architecture, User Interface | Leave a Comment
Come hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET: MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs. Web Forms applications, and the implications for using each approach.
Synchronizing AJAX and ASP.NET
Published July 7th, 2010 Under Architecture, Open Source Tools, User Interface | Leave a Comment
The ScriptManager is one of the most under advertised controls in the Visual Studio toolbox. This presentation goes beyond the common ScriptManager/UpdatePanel combo and provides an in-depth look at the ScriptManager control and how it can integrate with jQuery, a fast and lightweight JavaScript Library, and web services to quickly create dynamic, interactive AJAX web applications.
keep looking »