I’ve spent time some getting familiar with Springframework for .NET which, among other features, supports inversion of control containers and the dependency injection pattern. While that may sound complicated, once you read about it, you’ll find that it’s really not all that complex. Basically, it’s a great way to make the configuration and [...]
We’re building a prototype application based on an existing CF app, a move primarily driven by the need for a more refined/elegant front end as well as the need to command greater ‘respect’ (for want of a better word). Let’s face it: an ASP.NET app written in C# is seen by most business [...]
I had a small project written in PHP that made the need for a framework seem initially unnecessary. I know, I know - small projects inevitably get bigger, however, and in turn more complex. And not doing a ton of PHP development makes relatively simple things require a little more thinking than usual. So [...]