Hi, I'm Jamie and I love to explore and teach computer programming, with a focus on C# and .Net . I enjoy learning about new technologies and sharing my knowledge with others. I hope to inspire and empower you through my Videos


Tactic Devs

Hey everyone! ๐Ÿ‘‹
I'm super excited to share something I've been working on! I recently collaborated with an amazing channel that dives deep into the fascinating world of low-level computer stuff, hardware, and all the nitty-gritty details that make our tech tick. If you've ever wondered what really goes on inside your computer, you have to check them out!
We just dropped a trailer video for our collaboration that gives you a sneak peek into what we've been brewing. Trust me, it's packed with mind-blowing insights and some seriously cool explanations.
You can watch the trailer here: https://youtu.be/pmktW44viN0
Go show them some love, subscribe to their channel, and get ready to have your mind expanded! You won't regret it. ๐Ÿ’ปโš™๏ธ๐Ÿง 

3 weeks ago | [YT] | 1

Tactic Devs

Hey everyone! ๐Ÿ‘‹

Thank you for sticking around and being patient โ€” Iโ€™ve been planning some exciting content and I canโ€™t wait to share it with you. New videos are on the way very soon, so make sure you're subscribed and notifications are on!

4 months ago | [YT] | 3

Tactic Devs

Implementing a Single Instance WPF Appย  use the Mutex Class

Single instance means only one instance is allowed to run

Mutex: Think of a mutex as a special token that only one program can hold at a time. It's like a permission slip that says, "I'm running!"


OnStartup Method: This is a special function that runs when the program starts up.

Creating the Mutex: We create a mutex with a specific name (MyAppName). If this name is already taken by another running instance of our program, we won't be able to create it.

Checking if the Mutex Was Created : We check if we successfully created the mutex (if createdNew is true). If it wasnโ€™t created because another instance of the program already did, we shut down this new instance.

1 year ago (edited) | [YT] | 17

Tactic Devs

The Trim method of the string class enables the eliminate of any white-space characters at both the beginning and end of a string.

2 years ago | [YT] | 4

Tactic Devs

Hey Youtube fam! Follow me on Twiiter for more update and posts .See you there

๐Ÿ‘‰๐Ÿ‘‰๐Ÿ”— twitter.com/TacticDevs

2 years ago | [YT] | 3

Tactic Devs

Which logo would best represent this channel

2 years ago | [YT] | 3

Tactic Devs

Thank you for the thousand subscribers, would like to thank each of you for being part of the journey.โœŒโœŒโœŒ

3 years ago | [YT] | 5

Tactic Devs

What Are Delegates Video๐Ÿ‘ˆ
Delegate are a C# language
feature worth knowing

Video:
https://youtu.be/EYU0J1bZ9MY โœŒ

3 years ago (edited) | [YT] | 5