-
Ship secure high quality software faster.
-
Latest Posts
-
Tag! Your it!
.NET .NET Core adventofcode ASP.NET MVC BackAndForth BEMCheckBox Birm C# claudecode DataGrip Docker Edmonton .NET User Group Entity Framework fun fyne GitHub golang hack the box human resource machine Introduction to ORMs for DBAs ios jekyll Mini-Compressor NUnit ORM picoctf postcast python react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaympshow saturdaymp show security software development sql-server standard ruby Takeaways TeamCity Today I Learned xamarin xplugins
-
Archives
Monthly Archives: April 2010
The Taxman
Well, it’s that time of year in the SaturdayMP basement… The tax deadline for filing 2009 personal taxes in Canada is April 30. We’re slowly gathering dusty papers to send to our accountants, the fine folks at Every Bean Counts … Continue reading
SaturdayMP to-do list
Laundry Payroll Payroll Create Secret Project Laundry Enjoy summer Laundry Test Secret Project Payroll Update News/blog re: Secret Project Start Super-secret project Oil change Laundry Payroll Finish Super-secret project Change Furnace Filter Laundry Yearend Tax stuff Enjoy first snow fall … Continue reading
Posted in Fun
Tagged Basement-based Work, Laundry, Payroll, Secret Projects
Comments Off on SaturdayMP to-do list
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