- Видео 13
- Просмотров 10 121
TechBuddy EN
Великобритания
Добавлен 2 фев 2024
ruclips.net/channel/UCPGldHdbmVoh-RTtMgnUPKA
This channel offers mostly advance level C# content which brings you to closer to mastering at. There are and will be more videos covering a wide range of topic from Microservices to EntityFramework, blazor to Docker, Data Structures to Live Mock Interviews, you name it!
This channel offers mostly advance level C# content which brings you to closer to mastering at. There are and will be more videos covering a wide range of topic from Microservices to EntityFramework, blazor to Docker, Data Structures to Live Mock Interviews, you name it!
Fast Way to Allocation Strings in C#
There are many ways to allocate strings in C# 🚀. In this video 📹, I will be demonstrating 7 different techniques 🛠️ that you can apply into your projects 💻. Not only will it improve your C# skills 🧠 but it also shows you new perspectives for a given problem 💡
#TechBuddy
#blazor #docker #dotnet
GitHub: github.com/salihcantekin
Discord: discord.gg/z9Jjum6yME
#TechBuddy
#blazor #docker #dotnet
GitHub: github.com/salihcantekin
Discord: discord.gg/z9Jjum6yME
Просмотров: 384
Видео
Junior Mock Interview | Candidate: Harun Korkmaz
Просмотров 7254 месяца назад
Here we are with another Mock Interview. This time the candidate is Harun Korkmaz. He's a skilled junior developer and in this interview, I am going to test his skills. Thanks him for joining the interview. #TechBuddy #blazor #docker #dotnet TechBuddyEN: www.youtube.com/@TechBuddyEN Superpeer: superpeer.com/salihcantekin Github: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
Top Visual Studio Tips & Tricks
Просмотров 1,2 тыс.5 месяцев назад
Hey there! 👋 If you're like me and spend your days coding in Visual Studio, then you definitely want to make the most of it, right? 🚀 In this video, I'm diving into the hidden gems 💎 and secret superpowers 💪 of Visual Studio that have seriously leveled up my coding game! 🎮 We're talking time-saving shortcuts, ⏱️ debugging magic, ✨ and even some fun customization tricks to make your coding envir...
delegate in C# | How it Works
Просмотров 8367 месяцев назад
This video explains what are delegates in C# and how it works behind the scene. By watching this video, you'll see examples of delegates and also the build-in delegates in C# and Net Framework. #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
CancellationToken in C# | How it Works
Просмотров 7008 месяцев назад
In this video, we'll be covering everything about CancellationToken. It's very usefull when working with Long Running or Async Operations. You can even protect your resources from unnecessary operations #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
Fastest loop in C#
Просмотров 4719 месяцев назад
There are a few options we could use as Loops in C#. We use them almost every day in every project. However, we mostly don't know what is happening behind the seen. What affects the loops performance is always a hidden-jam for most of us. In this video, I'll try to make things clear for you. Enjoy! #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
New Journey with English
Просмотров 859 месяцев назад
This video is a start for me and for you with in this channel to create content in English. #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
How IEnumerable works in CSharp ?
Просмотров 5209 месяцев назад
IEnumerable is always a unknown subject for most of the c# developers. In this video, I'll try to explain how it works as well as how we can customize it for our own objects. #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
Implicit & Explicit Operators Explained in C#
Просмотров 3149 месяцев назад
Implicit and Explicit operators are there in c# for many years. For most of the times, We're using it without even realising. In this video, I'm explaining everything about it with a coding example. #TechBuddy #blazor #docker #dotnet GitHub: github.com/salihcantekin Discord: discord.gg/z9Jjum6yME
How using statement actually works in C#?
Просмотров 17410 месяцев назад
In this video, I've mentioned how using statement works in c# and also I talked about the key points. #techbuddy #blazor #docker #dotnet Do not forget to subscribe!
How ILogger works in C# | Custom Rolling File Logger
Просмотров 3,4 тыс.10 месяцев назад
Logging mechanism in NET is incredibly simple and effective. Did you know you could create your own logger and implement it to existing applications. In this video, we'll be creating a Rolling File Logger together.
Junior Dev Mock Interview
Просмотров 1,2 тыс.10 месяцев назад
As it is well known, developers are now doing job interviews more than anyone else :) They may have dozens of interviews for various positions both domestically and internationally. In these interviews, there are questions asked by Technical departments. With this initiative we've started on our channel, we will conduct job interview mock-ups with volunteers ranging from Junior to Senior level....
Junior Dev Interview
Просмотров 13110 месяцев назад
As it is well known, developers are now doing job interviews more than anyone else :) They may have dozens of interviews for various positions both domestically and internationally. In these interviews, there are questions asked by Technical departments. With this initiative we've started on our channel, we will conduct job interview mock-ups with volunteers ranging from Junior to Senior level....
Great video!!!
Thank you, it's a nice video. However, it would be better if the automatic translation was in Turkish.
Finally it clicked! Cheers Salih!
Very useful and informative. Thanks Salih!
very nice explanation thank you!
Thank you teacher and sir harun for this amazing video
It's a helpful video for candidates who are preparing for an interview. Thanks for sharing !
Hello everyone
Hello everyone, I'm here to watch the interview. Thank you.
Thank you for your informative video.
Another tip; Customizing and saving window layouts helps you work more efficiently by arranging windows like Solution Explorer, Output, and Properties to fit your needs. This is especially useful for different project types such as web development, desktop applications and game design. Or You can also use dual screens to expand your workspace for coding and debugging.
Thanks for sharing. It is really powerful especially when you use multiple resolution screens
Salih Abi thanks a lot for making these videos, I learnt so much from these tips and tricks! Here is another from me :) If we set the option "Apply Hot Reload on File Save", under "Options > Debugging > .NET/ C++ Hot Reload", it saves a lot of time when we're developing projects with Hot Reload functionality. Maybe you can make another video about VisualStudio extensions?
i have a question. It is mandatory to pass token from controller to service and then to repository, it there any way shorter because i want to use them in repo only ? I found a suggestion that use addScope<CancelationTokenClass>(). It will be injected to repo instead, do you have any suggestion or any solution for this ?
I don't remember exactly right now but it should be already injected into system. I'll figure out how to get it from DI and let you know 👍
Thank you for sharing the video. It was very informative.
Thank you watching it 😊
Very good video, many thanks.
you're most welcome :) Stay tuned for more videos like this!
I didn't know that delegates can add up this way. I was following you since I watched your video on Visual Studio channel talking about text/span if I recall correctly, and I was thinking why you didn't post more English videos as you promised, I just now discovered that you have a separate English channel. Thanks Salih!
I've been posting almost 300 videos in Turkish for more than 3 years. Not to damage the valuable content on my Turkish channel, I decided to post English videos in a different channel which is this one :) Thanks for your comment tho!
@@TechBuddyEN It's a wise decision indeed 💯👍
thanks techbuddy
This guy is a genius!
This guy is a genius..!
Great video! I'm new to this and a bit confused about logging in .NET. I understand it's a good idea to use logs to track all activities in the application. But is it advisable to use logging in every method? Or just in complex methods? For instance, when adding an entity to the database, it typically goes through the controller, service, and repository layers. Should I implement logging throughout this traffic? Also, a suggestion for a video would be demonstrating logs to be sent via email.
There is Level feature of logging so any logging could have a category. It could be trace(almost everything), debug, information, warning, error or critical. So the information that you wanna log should have the corresponding level. You want to log the info only make sense and also you want to categorise them.
Firstly, thank you. Dont cancel your family's wishes. Just cancel users' requests.
useful 👏
IL assembly would be interesting to compare.
compare to what?
Always the best 👌🏻💯
another awareness raising video. Thanks! TechBuddy
excellent, thank u.
The tutorial was very helpful. I appreciate it.
Gold :)
Elinize sağlık yeni başlayan arkadaşlar içinde çok güzel örnek. Kütüphane import et register et yolla yapmaktansa mantığı da bilmek önemli.
Very informative video 😊 thanks.
That was a great opportunity for me. Thanks for everything <3
Great video 🎉🎉