Skip to main content

Home/ Groups/ OCG developers
1More

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."
1More

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."
1More

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."
1More

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."
1More

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."
1More

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."
1More

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?"
1More

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."
1More

Three Strikes And You Refactor - 0 views

  •  
    At which point do you refactor code to make it clean?
1More

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."
1More

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."
1More

The Joel Test: 12 Steps to Better Code - 0 views

  •  
    The Joel Test: 12 Steps to Better Code Have you ever heard of SEMA? It's a fairly esoteric system for measuring how good a software team is. No, wait! Don't follow that link! It will take you about six years just to understand that stuff.
1More

(video) Making Agile Estimation Work - 0 views

  •  
    TechEd Europe 2012: maybe not the most professional of talks, but it gets the point across of how to do estimation and project management using Scrum.
1More

(video) What's New in Visual Studio LightSwitch - 0 views

  •  
    TechEd Europe 2012: LightSwitch is an application framework from Microsoft that takes much of the repetitive code you write in a typical application out of your hands. Very impressive. It comes with a Silverlight and a HTML5 client.
1More

(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.
1More

(video) What's New in Microsoft .NET Framework 4.5 - 0 views

  •  
    TechEd Europe 2012: a whirlwind overview of the many new features in the upcoming release of the .NET framework.
1More

(video) Microsoft ASP.NET and the Realtime Web - 0 views

  •  
    TechEd Europe 2012: great talk about SignalR, the lightweight messaging system that allows you to have a real-time connections between clients or between the client and the server. Imagine visiting a web page and having everything you do appear instantaneously in the browsers of all other users that are visiting that page. Think chat clients, collaborative editing, etc.
‹ Previous 21 - 40 Next › Last »
Showing 20 items per page