Skip to main content

Home/ OCG developers/ Group items tagged for

Rss Feed Group items tagged

Steven van Dijk

Why The Future Of Software And Apps Is Serverless - 0 views

  •  
    "Even with the rise of cloud computing, the world still revolves around servers. That won't last, though. Cloud apps are moving into a serverless world, and that will big implications for the creation and distribution of software and applications."
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

(video) Compile and Execute Requirements in .NET - 0 views

  •  
    TechEd Europe 2012: typically, we write down requirements somewhere and then use it as the starting point for development. In the talk we see how these two worlds can come closer together: a requirement can be a failing test that development has to fix.
Steven van Dijk

Explaining What Action And Func Are - 0 views

  •  
    In C#, Action<> and Func<> are extremely useful tools for reducing duplication in code and decreasing coupling. It is a shame that many developers shy away from them, because they don't really understand them.
Steven van Dijk

Mobile Apps: HTML5 vs Native - 0 views

  •  
    Public discourse on this topic tends toward the extremes. I participated in a recent discussion which started with someone worrying that his company will have to support Microsoft Surface in addition to Android and iPad, and ended with someone saying, "Or you could use HTML5 and get all three platforms for free."
Steven van Dijk

Best Practices for Linq Enumerables and Queryables « Zeros, Ones and a Few Twos - 0 views

  •  
    LINQ expressions and their associated extension methods have greatly improved developer productivity ever since their introduction in .NET 3.5. Unfortunately, like any code abstraction, it can hide execution details that can come back to haunt you in performance problems and odd behavior.
Steven van Dijk

Choosing an ORM strategy | Jimmy Bogard's Blog - 1 views

  •  
    One of the mistakes I see people make (and have made myself) is assuming that you must choose exactly one ORM strategy for an entire database/application/system. It's simply not the case.
Steven van Dijk

Time Management Tips for Developers - 0 views

  •  
    Really, a few time management principles can do our life successful and improve software and web development to profitable and fascinating levels.
Steven van Dijk

http://support.smartbear.com/resources/cc/11_Best_Practices_for_Peer_Code_Review.pdf - 0 views

  •  
    Using peer code review best practices  optimizes your code reviews, improves your  code and makes the most of your  developers' time. The recommended best  practices contained within for efficient,  lightweight peer code review have been  proven to be effective via extensive field  experience.
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

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

10 things I hate about Git - 0 views

  •  
    Git is the source code version control system that is rapidly becoming the standard for open source projects. It has a powerful distributed model which allows advanced users to do tricky things with branches, and rewriting history. What a pity that it's so hard to learn, has such an unpleasant command line interface, and treats its users with such utter contempt.
Steven van Dijk

How to create great slides for presentations - 0 views

  •  
    "How to create great PowerPoint slides. Top tips and tools to use to create slides using PowerPoint, including fonts, colours and themes."
Tristan Hands

The SOLID Principles :: BlackWasp Software Development - 1 views

  •  
    A series of six articles desribing each of the five SOLID principles used for dependency management in object-oriented design and programming. When followed, these principles can enhance the maintainability of software.
  •  
    Perhaps interesting after today's meeting...
« First ‹ Previous 41 - 60 of 65 Next ›
Showing 20 items per page