Blog

Page 166 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly
.net

Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly

Published on September 2, 2023

# Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly šŸ˜• Are you compiling your .NET 3.5 solution using msbuild and suddenly encountered the MSB3247 warning? 😨 Don't worry, you're not alone! This warning often oc

Cover Image for How to get temporary folder for current user
c#.net

How to get temporary folder for current user

Published on September 2, 2023

šŸ“šŸ”šŸ’” How to Get the Current User's Temporary Folder Path Are you experiencing difficulties in obtaining the correct temporary folder path for the current user? šŸ¤” Don't worry, you're not alone! Many developers struggle with this issue, but fortunately,

Cover Image for Storing WPF Image Resources
c#.net

Storing WPF Image Resources

Published on September 2, 2023

# Storing WPF Image Resources: Unleash the Power of Embedded Resources! āœØšŸ–¼ļø šŸ“£ Hey tech enthusiasts! Are you ready to dive into the exciting world of storing image resources in your WPF applications? šŸš€ In this blog post, we'll tackle the common question

Cover Image for URL Encoding using C#
c#.neturlencode

URL Encoding using C#

Published on September 2, 2023

# URL Encoding using C#: A Guide to Handling Illegal Characters and Creating Safe Usernames šŸ‘‹ Hey there! Have you ever encountered issues with illegal characters when working with usernames in your C# application? šŸ˜• Don't worry, I've got you covered! In

Cover Image for Easiest way to read from and write to files
c#filefile-io.netstring

Easiest way to read from and write to files

Published on September 2, 2023

## The Easiest Way to Read from and Write to Files in C# šŸ“ *Are you tired of writing long and complex code to read and write files in C#? Don't worry, I've got you covered!* šŸ™Œ šŸ“„ Reading and writing files is a common task in many programming projects.

Cover Image for What is the string length of a GUID?
guid.netstring-length

What is the string length of a GUID?

Published on September 2, 2023

# What is the Length of a GUID String? Have you ever wondered how long a GUID string is? šŸ¤” In this blog post, we'll dive into this common question and provide easy solutions to help you understand the length of a GUID. Whether you're a SQL guru or just g

Cover Image for When should I use a List vs a LinkedList
c#data-structureslinked-list.net

When should I use a List vs a LinkedList

Published on September 2, 2023

# When to Use a List vs a LinkedList šŸ”„ Are you feeling lost in the world of data structures? šŸŒ We've all been there! šŸ¤·ā€ā™€ļø Understanding when to use a `List` vs a `LinkedList` can be quite the head-scratcher. But fear not! šŸ™…ā€ā™‚ļø We're here to shed some

Cover Image for What are the differences between Rust"s `String` and `str`?
string

What are the differences between Rust"s `String` and `str`?

Published on September 2, 2023

# The Battle of Rust's `String` and `str`: Unleashing the Power of Words! šŸš€šŸ’„ šŸ‘‹ Hey there, Rustaceans! Today we're diving into a debate that has puzzled many developers: the differences between Rust's `String` and `str`. šŸ¤” You might have found yourse

Cover Image for If strings are immutable in .NET, then why does Substring take O(n) time?
c#.netstringsubstringtime-complexity

If strings are immutable in .NET, then why does Substring take O(n) time?

Published on September 2, 2023

āœļø **Why Does Substring in .NET Take O(n) Time?** šŸ¤” **Introduction** If you've ever worked with strings in .NET, you might have wondered why the `string.Substring()` method takes O(n) time, especially since strings are immutable. It seems logical that a

Cover Image for How do I get the last day of a month?
c#datetime.net

How do I get the last day of a month?

Published on September 2, 2023

šŸ“…šŸ’„ How to Get the Last Day of a Month in C# šŸ’„šŸ“… Are you tired of wracking your brain trying to figure out how to get the last day of a month in C#? Well, fret no more! In this blog post, we're going to tackle this common problem head-on and provide you