Blog

Page 165 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Plain Old CLR Object vs Data Transfer Object
c#.net

Plain Old CLR Object vs Data Transfer Object

Published on September 2, 2023

# Plain Old CLR Object vs. Data Transfer Object: Are They the Same Thing? šŸ‘‹ Hey there, tech enthusiasts! Today, we're diving into the fascinating world of Plain Old CLR Objects (POCOs) and Data Transfer Objects (DTOs). šŸš€šŸ’» ## Understanding the Confusio

Cover Image for WordPress 3.5 custom media upload for your theme options
jquery

WordPress 3.5 custom media upload for your theme options

Published on September 2, 2023

# šŸ“ø WordPress 3.5 Custom Media Upload for Your Theme Options šŸŽØ Hey there WordPress developers! šŸ‘‹ Are you struggling to integrate the new Media Manager in WordPress 3.5 with your custom theme options? Have no fear, because we've got a solution for you!

Cover Image for How do I use OpenFileDialog to select a folder?
c#.net

How do I use OpenFileDialog to select a folder?

Published on September 2, 2023

šŸ“ **Tech Blog: How to Easily Select a Folder using OpenFileDialog** Have you ever faced the challenge of using OpenFileDialog to select a folder? šŸ—‚ļø Don't worry, we've got you covered! In this blog post, we'll address common issues and provide easy solu

Cover Image for What"s the difference between Invoke() and BeginInvoke()
c#multithreading.net

What"s the difference between Invoke() and BeginInvoke()

Published on September 2, 2023

šŸ” What's the difference between Invoke() and BeginInvoke()? šŸ”„ Calling all tech enthusiasts! šŸ“¢ Are you confused about the difference between Invoke() and BeginInvoke()? šŸ¤” Fret not! In this blog post, we'll dive into the details and demystify these two

Cover Image for Reminder - \r\n or \n\r?
.netwindows

Reminder - \r\n or \n\r?

Published on September 2, 2023

šŸ“ Blog Post: Reminder - \r\n or \n\r? The Ultimate Guide to Properly Terminating ASCII Lines ✨ Introduction: Hey there, tech-savvy readers! šŸ‘‹ Have you ever found yourself scratching your head and wondering, "What is the correct way to terminate those ol

Cover Image for How is Math.Pow() implemented in .NET Framework?
c#.net

How is Math.Pow() implemented in .NET Framework?

Published on September 2, 2023

šŸ“ **Title: The Power of Math.Pow() in .NET Framework: Unraveling the Magic Inside** Hey there fellow math enthusiasts! šŸŽ‰ Today, we're diving into the mind-boggling world of the `Math.Pow()` function in the .NET Framework. 🤯 Have you ever wondered how i

Cover Image for How do I make calls to a REST API using C#?
c#.net

How do I make calls to a REST API using C#?

Published on September 2, 2023

# Calling a REST API using C# - Solve it like a PRO! šŸ’ŖšŸ“ž So, you want to make calls to a REST API using C#, right? šŸ–„ļø You've come to the right place! In this blog post, we will guide you through common issues you might encounter and provide easy solutio

Cover Image for Find and extract a number from a string
c#.netregexstring

Find and extract a number from a string

Published on September 2, 2023

šŸ’” **How to Find and Extract a Number from a String: A Complete Guide** Are you tired of hunting for that elusive number hidden within a string? Don't worry, we've got you covered! In this blog post, we'll walk you through easy solutions to find and extra

Cover Image for Is there an easy way to return a string repeated X number of times?
c#.net

Is there an easy way to return a string repeated X number of times?

Published on September 2, 2023

# Easy String Repeating: The Ultimate Guide šŸ” Are you tired of manually repeating a string multiple times in your code? 🄱 Don't worry, we've got you covered! In this guide, we'll explore an easy way to return a string repeated `X` number of times. šŸš€ #

Cover Image for Flutter: Run method on Widget build complete

Flutter: Run method on Widget build complete

Published on September 2, 2023

# Flutter: Running a Method on Widget Build Complete šŸ’„šŸ”§ Have you ever wanted to execute a method once a Flutter widget has finished building and loading? šŸ¤” Maybe you're facing a situation where you need to check if a user is authenticated and redirect