📅 Week 12
Fix - Nuke NU1903: Package 'System.Security.Cryptography.Xml' 10.0.1 has a known high severity vulnerability
[C#, .NET, NukeBuild]
You may get the following build warning when using NukeBuild:
Fix - Nuke NU1901: Package 'NuGet.Packaging' 6.12.1 has a known low severity vulnerability
[C#, .NET, NukeBuild]
You may get the following build warning when using NukeBuild:
Tip - How To Add Headers Per Request In C# & .NET
[C#, .NET, HttpClient]
Yesterday’s post, “Tip - How To Correctly Add Response HttpHeaders In C# & .NET”, looked at how to add headers to HTTP Responses by accessing and modifying the Headers collection of the Response object of the HttpContext.
📅 Week 11
Tip - How To Correctly Add Response HttpHeaders In C# & .NET
[C#, .NET, ASP.NET]
Our previous post, “Stop Prefixing HTTP Headers With X”, talked about prefixes to to custom headers.
Tip - Stop Prefixing HTTP Headers With X
[HTTP, Protocols]
When writing web applications and APIs, HTTP headers is something that you will generally have to deal with, either as a producer or as a consumer.
Code Housekeeping - Part 12 - Make Types Immutable Whenever Possible
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
Code Housekeeping - Part 11 - Prefer Records Over Classes For Data Transfer
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
Code Housekeeping - Part 10 - readonly Members Whenever Possible
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
Code Housekeeping - Part 9 - Seal Classes & Records By Default
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
Code Housekeeping - Part 8 - Favour Object Initializers
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
📅 Week 10
Code Housekeeping - Part 7 - Eschew Methods With Many Parameters
[C#, Languages, CodeHouseKeeping, Code, Quality]
Code Housekeeping refers to general rules of thumb that make code easier to read, digest, and modify for other developers, yourself included.
Tip - Working With Numbered Lists In Markdown
[Markdown]
This blog is written in Markdown, with the Ruby built Jekyll platfom. The source is available here.
Fix - Deploying CLR Procedures & Functions In SQL Server 2022
[Database, SQL Server, C#, .NET]
One of the innovations introduced in SQL Server 2005 was the ability to create procedures, functions, and types in .NET, usually C#.
Clearing SQL Server Connection Pools In C# & .NET
[SQL Server, C#, .NET]
Creating database connections from an application is an expensive operation.
What Does Truncate Table Do In PostgreSQL
[PostgreSQL, Database]
Yesterday’s post, “What Does Truncate Table Do In SQL Server”, looked at what happens when we execute the TRUNCATE TABLE command in a SQL Server Database.
📅 Archives ...