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
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. ๐ปโ๏ธ๐ง
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!
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.
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
View 0 replies
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
View 0 replies
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
View 2 replies
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
View 0 replies
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
View 0 replies
Tactic Devs
Which logo would best represent this channel
2 years ago | [YT] | 3
View 0 replies
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
View 0 replies
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
View 0 replies