📅 Week 11
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.
What Does Truncate Table Do In SQL Server
[SQL Server, Database]
If you have a large amount of data in a SQL Server table and want to quickly purge it, one way is to truncate the table using the TRUNCATE command.
Tip - XtraReports DevExpress.Data.Internal.XtraSerializationSecurityTrace.NonTrustedTypeDeserializationException
[DevExpress, Reporting]
In a previous post, “Tip - DevExpress XtraReports CodeDomLayoutSerializationRestrictedException”, we looked at an exception that you may get when you attempt to load a XtraReport that has been serialized using CodeDOM.
📅 Week 09
FIX - SQL Server Database Stuck In 'Restoring' State
[SQL Server, FIX]
Recently, I noticed one of my SQL Server databases had been stuck in a ‘Restoring’ state for quite some time.
How To Set Scoped Environment Variables In C# & .NET
[C#, .NET]
In a previous post, “How To Read Environment Variables In C# & .NET”, we looked at how to read environment variables in C# & .NET.
How To Set Scoped Environment Variables In PowerShell
[PowerShell]
In a previous post, “How To Read Environment Variables In PowerShell”, we looked at how to read environment variables in PowerShell.
📅 Archives ...