Skip to main content

Home/ OCG developers/ Group items tagged programming

Rss Feed Group items tagged

Steven van Dijk

Why SOLID Matters - 0 views

  •  
    "One of the biggest struggles that developers have with adopting Unit Testing, whether it's Test Driven Development (TDD), Behavior Driven Development (BDD) or even just Test Eventual Development (TED), is the difficulty some code is to test.  This is typically when code doesn't follow the SOLID design principals."
Steven van Dijk

Design patterns in the test of time: Factory Method - 0 views

  •  
    "Recommendation: Go for the lightweight Factory Delegate approach. As with all patterns, use with caution and watch for overuse & abuse. In particular, if you need to manage state between multiple delegate, fall back to the overriding approach, because you can keep the state in the subclass."
Steven van Dijk

IoC container solves a problem you might not have but it's a nice problem to have - 0 views

  •  
    "[..] what about inversion of control containers? There's a lot of confusion around what they do, and why you should use one at all. Every now and then I meet a developer, who says they read all the definitions, introductions and basic examples, and they still don't get why would they use a container."
Steven van Dijk

Why Unit Testing is Hard - 0 views

  •  
    "I want to look at some of the costs of unit testing and ask the question "why is unit testing hard?" After all, if unit testing weren't hard, we wouldn't have to question whether or not it was worth it.  It makes sense then to look at first why it is hard and what makes it hard."
Steven van Dijk

Writing Custom HTML Helpers for ASP.NET MVC - 0 views

  •  
    "Switching from developing ASP.NET WebForms to MVC might seem awkward at first, but Ed demonstrates why the change needn't be painful, and how best to build a set of tools for rapid MVC development."
Steven van Dijk

Three Strikes And You Refactor - 0 views

  •  
    At which point do you refactor code to make it clean?
Mark van der Spoel

ASP.NET Application and Page Life Cycle - CodeProject - 0 views

  •  
    Table of Contents In this article, we will try to understand what the different events are which take place right from the time the user sends a request, until the time the request is rendered on the browser.
« First ‹ Previous 41 - 60 of 105 Next › Last »
Showing 20 items per page