-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 67: picoCTF (Forbidden Paths & Login)
- SaturdayMP Show 66: picoCTF Format String 2 (Solved in One Long Video)
- SaturdayMP Show 65: Something’s Rotten at the Gilded Rose: A Python Refactoring Tale
- SaturdayMP Show 64: picoCTF Format String 3 (Part 1 – Watch me Fail)
- SaturdayMP Show 63: Advent of Code 2024 Day 12 (Part 3 – Solved!)
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM picoctf python react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
June 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Author Archives: Chris C
New Tools Require New Standards
“An old belief is like an old shoe. We so value its comfort that we fail to notice the hole in it.” – Robert Brault As developers we all have standards, even if they aren’t that well defined. Of course … Continue reading
Posted in Software Development
Tagged getting old, software development, tools
Comments Off on New Tools Require New Standards
Starting Any Method in a New Thread Using .NET
The main problem I encountered was creating a function to accept any function pointer along with an unknown number of arguments. I got around this problem using the ThreadStart and delegate() features in C# (.NET 3.5). First off create your … Continue reading
Posted in Code Examples
Tagged .NET, Threads
Comments Off on Starting Any Method in a New Thread Using .NET
Use Fun Addresses when Demoing your Software
Next time your entering data for a software demo try spicing it up and sneak some your famous real or fictional addresses. Often you can’t use the fictional state/province but the street addresses are easy to sneak into a demo, … Continue reading
Save Your Envrionment
Do you remember VB Commenter? Probably not because all the cool kids, like you, where using C# so you had no need for it. See, way back in the Visual Studio 2003 era only .NET’s favorite child, C#, had support … Continue reading
Building for Both 32 and 64 Bit Architectures
My latest task has been getting Mini-Compressor to work on Windows 7. In the end no code changes are actually required to get Mini-Compressor working on Windows 7 but the installer required a bit of work. The amount of work … Continue reading
Posted in Uncategorized
Tagged build, Mini-Compressor
Comments Off on Building for Both 32 and 64 Bit Architectures