Tag: MVC

Composite WPF Patterns

Composite WPF Patterns

Microsoft’sComposite Application Guidance for WPF (Composite WPF) gives WPF a lightweight yet effective application block with which to build exciting applications. However, the biggest struggle is …

 

Macro- vs. Micro-MVC Architectures

Macro- vs. Micro-MVC Architectures

I was reading today on SQLServerCentral.com about SQL Server’s XQuery capabilities. I was quite fascinated. Microsoft has seemed somewhat slow on the XML uptake, so …

 

Multiple-Model Forms in Rails

Multiple-Model Forms in Rails

I don’t know how many others have tried this, but trying to create a form in Rails that uses multiple models is quite a challenge. …