Bookmarks tagged [csharp]
https://www.code4it.dev/blog/asynchronous-programming-in-csharp
Asynchronous programming is often seen as something cumbersome, so many developers avoid it. What, why and how to use it? Here are the first steps you can take to approach async programming.
https://www.code4it.dev/blog/search-youtube-videos-dotnet
YouTube provides some APIs for getting info about a channel videos. But they also provide .NET libraries to achieve the same result with C. Let's have a try!
https://www.code4it.dev/blog/get-youtube-video-details-dotnet
We have already seen how to search for videos in a YouTube channel. Now it's time to get details for a single video.
https://www.code4it.dev/blog/csharp-extension-methods
Extension methods in C are really useful, but there are few rules to follow...
https://dev.to/integerman/experimental-c-with-scientist-net-10ap
A description of library, which enables testing different implementations of code.