Skip to content
Unknown's avatar

Helper Code

On software development and anything else I find interesting…

  • Twitter
  • LinkedIn
  • Me On Vimeo
  • Me on YouTube
  • GitHub
  • RSS
  • Home
  • Contact
  • Developer Story
  • Pluralsight author
  • Public speaker
  • About
  • Publications

Month: February 2011

Spot the bug – misbehaving server

We had a strange issue at work – we had a misbehaving server, who worked perfectly well with one client but had strange issues when several clients connected to it. The server would broadcast a message to all of its clients but only one client would receive that specific message, re-sending the message would fix … Continue reading Spot the bug – misbehaving server →

Dror Helper Uncategorized 5 Comments February 21, 2011 1 Minute

Multiple asserts – done right

If you’ve been writing unit tests for some time or seen a good presentation on how to write unit tests you probably heard the “One assert per test” rule. There are real benefits in having only one assert in each tests – you get a focused tests, it’s easier to understand what caused the test … Continue reading Multiple asserts – done right →

Dror Helper Uncategorized 3 Comments February 16, 2011 2 Minutes

Kanban workshop for leader/managers–Part II

a week ago (give or take a day) I attended a Kanban workshop by Agile consultant company, AgileSparks– the following is my impressions from that day along with my thoughts on the subject: In the 2nd part of the day we continued the workshop at full speed – the next few hours were devoted to … Continue reading Kanban workshop for leader/managers–Part II →

Dror Helper Uncategorized Leave a comment February 15, 2011 2 Minutes

Kanban workshop for Leaders/Managers

Yesterday I had the opportunity to participate in a one day Kanban workshop by AgileSparks. The workshop was intended for leaders and managers and so one morning I found myself sitting in a conference room with project managers, team leaders and one VP. Although it meant that not everything I learned was directly related to … Continue reading Kanban workshop for Leaders/Managers →

Dror Helper Uncategorized Leave a comment February 9, 2011 1 Minute

How to ignore thrown exceptions

Yesterday I came across this question on StackOverflow:Is there a better way to ignore an exception in C# than putting it up in a try catch block and doing nothing in catch? I find this syntax to be cumbersome. For a code block, can't I simply "tag" it in such a way so as runtime … Continue reading How to ignore thrown exceptions →

Dror Helper Uncategorized 1 Comment February 7, 2011 2 Minutes
profile for Dror Helper at Stack Overflow, Q&A for professional and enthusiast programmers

Search

Recent Posts

  • Using Kiro Subagents to Improve Test Coverage
  • Kiro for Test-Driven Development (TDD)
  • Upcoming speaking engagements – May 2023
  • Learning Rust one test at a time
  • Versioning Multiple Micro-Services in a Monorepo using Maven

Tags

.NET .NET 4 .NET Core Agile ALT.NET AOP API Gateway Arduino async AWS AWS Lambda AWS SAM Azure BDD Better Place Blogging Book review Boost.Test C# C++ 11 CATCH Certifications CI Clean Code CLion CodeRush Concurrent Conference Debug DevSum Docker DocTest DSL DynamoDB EKS Electronics F# FakeItEasy getting started Git GMock GTest Hackaton Intellij IoT IronPython IronRuby Java json JUnit Kiro Kubernetes Legacy Code Marten Maven Micro-Services Mockito Mock objects MS Fakes MSTest NDC nDepend NUnit Open Source OzCode Performance PluralSight Podcast PostgreSQL PostSharp Presentation Productivity Public speaking Python Refactoring Reflection Resharper Ruby Rx S3 Scrum software-development Software Engineering T4 Tasks TDD technology testing TFS Thoughts Tips&Tricks Tips and Tricks Tools Typemock Uncategorized Unit tests Universal Apps VB.NET Visual Studio Visual Studio 2010 Visual Studio 2014 WinDbg Windows Phone WPF XML XUnit

Archives

Top posts

  • Using Kiro Subagents to Improve Test Coverage
  • Learning Rust one test at a time
  • FizzBuzz TDD kata– using Reactive Extensions
  • call_once for C#
  • Kiro for Test-Driven Development (TDD)
  • The real difference between NUnit and XUnit
  • Three .NET "tools" that I use every day and you want to know about
  • How to convert a .NET class library to MS-Test project
Powered by WordPress.com.
 

Loading Comments...