๐ 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.
How To Read Environment Variables In PowerShell
[PowerShell]
Occasionally, you might want to read an environment variable from your PowerShell session.
Controlling LDAP & LDAPS Certificate Validation In C# & .NET
[C#, .NET, Security]
Two recent posts, โLeveraging LDAPS Authentication in C# & .NETโ and โLeveraging StartTLS Authentication in C# & .NETโ, have covered how to leverage LDAPS and StartTLS for authentication, and how they use SSL to ensure all the traffic between the client (application) and server (LDAP) is appropriately encrypted.
๐ Week 08
Leveraging StartTLS Authentication in C# & .NET
[C#, .NET, Security]
In yesterdayโs post, โLeveraging LDAPS Authentication in C# & .NETโ, we looked at how to leverage LDAPS authentication in our applications, and the fact that it is more secure than LDAP.
Leveraging LDAPS Authentication in C# & .NET
[C#, .NET, Security]
In yesterdayโs post, โLeveraging LDAP Authentication in C# & .NETโ, we looked at how to leverage LDAP for authentication.
Leveraging LDAP Authentication in C# & .NET
[C#, .NET, Security]
When it comes to authentication, there are lots of solutions on the table, ranging from custom, hand-rolled solutions to elaborate ones like OAuth.
Generating Unique Identifiers In C# & .NET
[C#, .NET, StarLibrary]
A common issue we run into, yet never think much of, is generating identifiers.
Beware - Passing Around Images Can Lead To Unexpected Runtime Exceptions
[C#, .NET, Graphics, Beware]
Recently, I was refactoring some code to improve performance and converted it from single-threaded to multi-threaded.
Code Housekeeping - Part 6 - Email Address Validation - Try Not To
[C#, Languages, CodeHouseKeeping, Code, Quality, Database]
This is Part 6 of the CodeHousekeeping Series.
Code Housekeeping - Part 5 - Eschew NULL Foreign Keys
[C#, Languages, CodeHouseKeeping, Code, Quality, Database]
This is Part 5 of the CodeHousekeeping Series.
๐ Week 07
Code Housekeeping - Part 4 - Avoid NULL Wherever Possible
[C#, Languages, CodeHouseKeeping, Code, Quality]
This is Part 4 of the CodeHousekeeping Series.
๐ Archives ...