csharp.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [csharp]
www.codever.land/bookmarks/t/csharp
First steps with asynchronous programming in C#
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.
How to search for YouTube videos in a channel with .NET Core 3
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!
How to get video details from YouTube with .NET Core 3
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.
How you can create extension methods in C#
https://www.code4it.dev/blog/csharp-extension-methods
Extension methods in C are really useful, but there are few rules to follow...
Experimental C# with Scientist .NET
https://dev.to/integerman/experimental-c-with-scientist-net-10ap
A description of library, which enables testing different implementations of code.