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 may or may not be familiar with what a lambda is. If the word "Lambda" is new and scary to you, don't worry. Hopefully after reading this you'll have a better idea of how you can use them. My definition of a lambda expression is a function that you can define in local scope to pass as an argument provided it meets the delegate signature. It's probably pretty obvious to you that you can pass in object references and value types into all kinds of functions... But what about passing in a whole function as an argument? And what if you just want to declare a simple anonymous method right when you want to provide it to a function? Lambdas. So…

1 Comment

Cameron Sapp – Recognizing The New Guy

    Cameron Sapp and a Little Background A couple weeks ago I mentioned that I wanted to start publicly acknowledging some of my teammates. While this is the first one, it certainly won't be the last. At Magnet Forensics, I'm surrounded by many individuals that bring a lot to the table. There's certainly no reason and no way I'd only be able to pick one person to write about. Now there wasn't a particular reason I picked this individual first, but I think I had some concrete things fresh in my head that I wanted to share. Without too much more rambling, I'd like to introduce Cameron Sapp! New Kid on the Block Cameron joined our team earlier this year. I don't think any of us doubted his technical abilities and we were all excited to bring him on board.…

1 Comment

End of content

No more pages to load