π Week 11
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.
About Environment Variable Scopes
[Operating Systems]
The past two posts, βHow To Read Environment Variables In C# & .NETβ and βHow To Read Environment Variables In PowerShellβ, have looked at how to read environment variables.
How To Read Environment Variables In C# & .NET
[C#, .NET]
Our previous post, βHow To Read Environment Variables In PowerShellβ, looked at how you can read environment variables using PowerShell and either just view them or use them subsequently in your scripts.
π Archives ...