Skip to main content

Home/ OCG developers/ Contents contributed and discussions participated by Steven van Dijk

Contents contributed and discussions participated by Steven van Dijk

Steven van Dijk

Never In Doubt: The SPA as Horseless Carriage - 0 views

  •  
    "Lately I've been talking a lot about rich client applications written in HTML and JavaScript. These are frequently referred to as "SPAs" (Single Page Applications). I call them SPAs myself - it's cute and flows easily off the tongue. Unfortunately the phrase "single page application" badly misrepresents the true nature of this architectural style."
Steven van Dijk

That's Not Yours | 8th Light - 0 views

  •  
    "The book Growing Object Oriented Software, Guided by Tests states that you should never mock interfaces that you don't own. When I read that it caught me off guard. After all faking third party libraries that talk to databases or the network is the primary use case of a mock object right?"
Steven van Dijk

The Future Of Working From Home | Co.Exist: World changing ideas and innovation - 0 views

  •  
    "Does your company let you work from wherever you want? If it doesn't, it may be watching as progress passes it by. The next generation of working doesn't require a desk."
Steven van Dijk

Testing exceptions with xUnit « Hadi Hariri's Blog - 0 views

  •  
    "Testing for exceptions in unit tests can be tricky. [..] The guys that designed xUnit understood the shortcomings of testing exceptions and took a much cleaner approach."
Steven van Dijk

WPF Quick Tip: Converters as MarkupExtensions - 0 views

  •  
    "Everybody's gotta love their IValueConverters, right? [..] However, they're a bit of a pain when it comes to Xaml. [..] Not anymore with this quick tip."
Steven van Dijk

Service locator is not an anti pattern. « jgauffin's coding den - 0 views

  •  
    "I'm getting really tired of all blog posts that states that service locator is an anti pattern. It's not."
Steven van Dijk

ploeh blog - Service Locator is an Anti-Pattern - 0 views

  •  
    "Service Locator is a well-known pattern, and since it was described by Martin Fowler, it must be good, right? No, it's actually an anti-pattern and should be avoided."
Steven van Dijk

Managing your Career in IT - 1 views

  •  
    "One of the things I like most about working in software development is the fact the for the most part you get to work with fairly intelligent people. I've always wondered why so many smart people manage their career so poorly."
Steven van Dijk

Why Frameworks? | 8th Light - 0 views

  •  
    "Because frameworks are so good at making decisions for us, we get lazy. Instead of thinking hard about how to build a clean system with crisp abstractions, we think about what the framework would want us to do, regardless of whether the resulting code is clean."
Steven van Dijk

Your resume vs. your LinkedIn profile - 0 views

  •  
    "LinkedIn has just passed 175 million registered users and is widely recognized to be the most successful business-oriented social media networking site in the world. So why haven't more people - especially IT pros -  figured out how to maximize its features and make it a tool that effectively builds relationships with their peers and attracts appropriate employment options?"
Steven van Dijk

Expressive Code: Good Variable Names Instead Of Magic Values And Calculations | Thought... - 0 views

  •  
    "It's good habit to get back to basics and really understand why you hold principles so that you can judge whether or not they are appropriate in the circumstances you are in. Today's little nugget of principle is to write expressive code and avoid magic values in your code."
Steven van Dijk

Seeding an Entity Framework Database From File Data - 0 views

  •  
    "The migrations feature of the Entity Framework includes a Seed method where you can populate the database with the initial static data an application needs."
Steven van Dijk

Avoid shooting yourself in the foot with Tasks and Async - 0 views

  •  
    "Since the release of .NET 4.5, you've been able to use the RTM version of Async & Await. There are some things though that can lead to very weird behaviors in your applications, and a lot of confusion."
Steven van Dijk

Why Domain Driven Design (DDD) is so great « jgauffin's coding den - 0 views

  •  
    "This article aims to describe why I think that DDD aids you tremendously in creating robust and flexible applications."
Steven van Dijk

Power your WiX conversion with this VdProj2Wix conversion PowerShell script - 0 views

  •  
    Visual Studio 2012 gets rid of "VS Setup" projects. However, the WiX toolset provides a strong open alternative for creating your installation packages. This PowerShell script (vdproj2wix.ps1) is a very simple one for converting a Visual Studio setup project (aka a .vdproj file) into a WiX format one (i.e. a .wxs file).
Steven van Dijk

Telerik's definitive Microsoft .NET framework guide for choosing the best .NET technology - 0 views

  •  
    The Microsoft .NET platform, originally introduced in 2002, is mature and it provides developers with great options for creating software that can meet the requirements of any project. With many options, though, it can be difficult for today's .NET developer to choose the correct .NET technologies for a project. Addressing this problem, Telerik has assembled its senior technical leaders to produce the Microsoft Platform Guidance 2012. This document attempts to provide prescriptive guidance for .NET developers trying to determine the best .NET technologies to use for specific software challenges.
Steven van Dijk

11 important database designing rules which I follow - 1 views

  •  
    "The below 11 points are what I have learnt via projects, my own experiences, and my own reading. I personally think it has helped me a lot when it comes to DB designing."
Steven van Dijk

Scrum's Product Backlog - Agile Requirements Management - 0 views

  •  
    "As soon as you have more than a trivial set of tasks you'll need a better system than a simple list and for agile teams, we have Scrum's product backlog."
Steven van Dijk

Visual Studio 2012 - A More Productive IDE for Modern Applications - 0 views

  •  
    "While Visual Studio 2012 Professional supports several new technologies (for example, Windows Store apps and the ASP.NET Web API), the Visual Studio team seems to have taken the opportunity to concentrate on creating a "better IDE.""
« First ‹ Previous 81 - 100 of 299 Next › Last »
Showing 20 items per page