Skip to main content

Home/ Groups/ OCG developers
Steven van Dijk

The Boring Truth Of Good Web Design - 0 views

  •  
    Good Web design shouldn't be memorable. Good Web design should be quietly working behind the scenes to allow its glory hunting brother - content - to step forward and take center stage.
Steven van Dijk

Functional-Style Programming in C++ - 0 views

  •  
    This article will focus on one of the most important functional programming constructs: working with values as opposed to identities. I'll discuss the strong support C++ has always had for working with values, then show how the new C++ 11 standard expands this support with lambdas. Finally, I'll introduce a method of working with immutable data structures that maintains the speed C++ is known for while providing the protection that functional languages have long enjoyed.
Steven van Dijk

C# Code Snippet to Create Commands with Attached Behaviors using Prism | Damian Schenke... - 0 views

  •  
    One of the most common questions we get [..] is of the type: "How do I execute my command when X happens?" [For example,] a particular command needs to be executed whenever a textbox's text changes.
Steven van Dijk

Introduction to Rx - 1 views

  •  
    IntroToRx.com is the online resource for getting started with the Reactive Extensions to .Net. Originally starting life as a blog series, it has now flourished into an online book.
Steven van Dijk

Will Parallel Code Ever Be Embraced? - 1 views

  •  
    The advent of the many-core era is not going to push developers to write more parallel code. That hasn't happened as we've gone from 1- to 2- to 4- to 8-core processors, has it? Writing parallel code is not the problem. So, let's stop trying to fix it.
« First ‹ Previous 141 - 160 of 323 Next › Last »
Showing 20 items per page