š Week 18
Product Review - Stellar Repair for MS SQL - Part 6: Conclusion
[Product Review, SQL Server, Stellar Repair]
This is Part 6 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 5: File Corruption
[Product Review, SQL Server, Stellar Repair]
This is Part 5 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 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 14
Checking The TLS Version In ASP.NET, C# & .NET
[ASP.NET, C#, .NET]
Recently, I needed to know what version of TLS was running on the web server hosting my ASP.NET Web API.
Code Housekeeping - Part 15 - Use Generic Return Types Whenever Possible
[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 13
Using Reserved Words For Types In C# & .NET
[C#, .NET]
A current system I am working on has a type named event.
Generating Dates In SQL Server
[SQL Server, Database]
In a previous post, āGenerating A Series Of Numbers In SQL Serverā, we looked at how to generate a series of numbers in Microsoft SQL Server using the generate_series function.
Generating A Series Of Numbers, Dates and Times In PostgreSQL
[PostgreSQL, Database]
One of the more powerful features of LINQ is the ability to generate sequences of values.
Generating A Series Of Numbers In SQL Server
[SQL Server, Database]
One of the more powerful features of LINQ is the ability to generate sequences of values.
Configuring Strict JSON Behaviour In C# & .NET
[C#, .NET]
One of the things people quickly discover about the System.Text.Json serializer is that it is fairly conservative in its default configuration.
Beware - User vs "User" in PostgreSQL
[Database, PostgreSQL]
PostgreSQL stores its users in a table named user, which is visible to all sessions and all tables.
Tip - Using Colons In Jekyll Titles
[Jekyll, Tips]
If the title of your Jekyll post is like this:
š Archives ...