📅 Week 06
Configuring Serialization For EasyNetQ Version 8 In C# & .NET
[C#, .NET, RabbitMQ, EasyNetQ, StarLibrary]
Yesterday’s post, “Using EasyNetQ Version 8 in C# & .NET” looked at the new, overhauled EasyNetQ package that makes working with RabbitMQ easier as it is a simpler, opinionated library.
Using EasyNetQ Version 8 in C# & .NET
[C#, .NET, RabbitMQ, EasyNetQ, StarLibrary]
When it comes to writing scalable applications using message queues, my engine of choice is RabbitMQ.
Passing Default Parameters to PostgreSQL Functions in C# & .NET
[C#, .NET, PostgreSQL]
Yesterday’s post, “Passing Default Parameters to SQL Server Functions in C# & .NET”, looked at how to call functions in Microsoft SQL Server T-SQL functions and pass them default values.
Passing Default Parameters to SQL Server Functions in C# & .NET
[C#, .NET, SQL Server]
Yesterday’s post, “Beware - The Folly of Default Parameters in SQL Server Stored Procedures”, looked at a gotcha that might catch you off guard if you do not have robust integration tests for your Microsoft SQL Server database.
Beware - The Folly of Default Parameters in SQL Server Stored Procedures
[C#, .NET, SQL Server]
The question of whether or not to use stored procedures in application development is one that can generate considerable heat due to the strong opinions held by the two camps:
Unusual (But Legitimate) Object References In C/C++
[C, C++]
When accessing an array in C/C++ (and, indeed, many C-based languages), you would access a particular element in an int array like this:
About the Creation of RAR Files
[C#, .NET, Compression]
Over the past series of posts, we have been looking at how to create and extract files of various archive types - Zip, Gzip, and 7z, as well as a general method of creating archives of various types in the post “Creating Other Archive Types Using 7-Zip Command Line In C# & .NET”.
📅 Week 05
Creating Other Archive Types Using 7-Zip Command Line In C# & .NET
[C#, .NET, Compression]
Over the past series of posts, we have looked at how to use the 7-Zip command line to create 7z archives.
About Folder Structures In Archives
[C#, .NET, Compression]
Over the past series of posts, we have been looking at how to add files to various archive types - Zip, Gzip, and 7z.
Listing Files In A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In our previous post, “Listing Files In A 7-Zip Archive In C# & .NET”, we looked at how to list the files in a 7-Zip 7z archive.
Listing Files In A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In a previous post, we looked at “How To Create A 7-Zip Archive In C# & .NET” by automating the 7-Zip command-line utility.
How To Extract Files From A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
Our previous post, How To Extract Files From A 7-Zip Archive In C# & .NET, looked at how to extract files from a 7z 7-Zip archive.
How To Extract Files From A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In a previous post, How To Create A 7-Zip Archive In C# & .NET, we looked at how to create a 7z archive by automating the 7-Zip command-line tool.
How To Create A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In our previous post, How To Create A 7-Zip Archive In C# & .NET, we looked at how to create a 7z archive by automating the command line.
📅 Week 04
How To Create A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
The Zip compression format has been fairly ubiquitous throughout the era of computing. Most operating systems natively support them.
📅 Archives ...