๐ Week 18
Product Review - Stellar Repair for MS SQL - Part 4: SQL Server Database Recovery
[Product Review, SQL Server, Stellar Repair]
This is Part 4 of an independent review of a product, Stellar Repair for MS SQL, from the folks at Stellar Info.
Product Review - Stellar Repair for MS SQL - Part 3: Backup Data Recovery
[Product Review, SQL Server, Stellar Repair]
This is Part 3 of an independent review of a product, Stellar Repair for MS SQL, from the folks at Stellar Info.
Product Review - Stellar Repair for MS SQL - Part 2: SQL Server Password Recovery
[Product Review, SQL Server, Stellar Repair]
This is Part 2 of an independent review of a product, Stellar Repair for MS SQL, from the folks at Stellar Info.
Product Review - Stellar Repair for MS SQL - Part 1: Introduction
[Product Review, SQL Server, Stellar Repair]
This is Part 1 of an independent review of a product, Stellar Repair for MS SQL, from the folks at Stellar Info.
๐ Week 12
Code Housekeeping - Part 14 - Don't Return NULL Collections
[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 13 - Use 'AS' For Database Column Aliases
[SQL, 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.
Fix - An issue was encountered verifying workloads. For more information, run "dotnet workload update"
[C#, .NET, Fix]
I have just upgraded from .NET SDK 10.0.202 to 10.0.203 and upon compiling an application, have been treated to the following error:
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, Fix]
You may get the following build warning when using NukeBuild:
Tip - How To Add Headers Per Request In C# & .NET
[C#, .NET, HttpClient, Tip]
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, Tip]
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, Tip]
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.
๐ Archives ...