π Week 09
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.
Code Housekeeping - Part 3 - Eschew Boolean Method Parameters
[C#, Languages, CodeHouseKeeping, Code, Quality]
This is Part 3 of the CodeHousekeeping Series.
Code Housekeeping - Part 2 - Don't Store What You Can Compute
[C#, Languages, CodeHouseKeeping, Code, Quality]
This is Part 2 of the CodeHousekeeping Series.
π Archives ...