Search result for "testing"
TL;DR: Unit vs Functional Tests
Here’s a super quick peek into unit tests compared to functional tests. And full disclaimer here is that depending onRead the Rest…
xUnit Tests Not Running With .NET Standard
Having worked with C# for quite some time now writing desktop applications, I’ve begun making the transition over to .NETRead the Rest…
Refactoring For Interfaces: An Adventure From The Trenches
Refactoring: Some Background If you’re a seasoned programmer you know all about refactoring. If you’re relatively new to programming, youRead the Rest…
Leadership: What Does It Mean? – Weekly Article Dump
Leadership Everyone has their own variation of what leadership means. For me, leadership means empowering others to accomplish their goalsRead the Rest…
Back On The Radar
No More Silence. I’ve been pretty quiet over the past month and a bit, but that doesn’t mean that nothingRead the Rest…
Lambdas: An Example in Refactoring Code
Background: Lambdas and Why This Example is Important Based on your experience in C# or other programming languages, you mayRead the Rest…
Quality & Agility in Software: Session With Paul Carvalho
Quality And Agility Last week, at Magnet Forensics we were fortunate enough to have a very talented quality expert comeRead the Rest…
Code Smells – Issue Number 2
Code Smells Welcome to the second edition of Code Smells! Periodically I’ll be posting about how to detect code smellsRead the Rest…
Intrapreneurship – Guest Blog by Tayfun Uzun
Last week I mentioned a colleague of mine, Tayfun Uzun, had a little surprise. He’s put together a great writeRead the Rest…
Singletons: Why Are They “Bad”?
Background The very first thing I want to say is that I don’t think singletons are inherently bad–even if itRead the Rest…