Pinned Loading
-
Adding an existing project to GitHub...
Adding an existing project to GitHub (command line) 1# Git
23### How to add your local code to a git repository?
451. Create a repository on GitHub and save the HTTPS for later
-
[C#] Asynchcronous methods execution...
[C#] Asynchcronous methods execution examples 1# Asynchronous Methods - C# Examples
2Below we have a synchronous method that counts to 5.
34```csharp
5static void Main(string[] args)
-
[C#] Parallel asynchronous execution...
[C#] Parallel asynchronous execution example 1# Parallel asynchronous execution - C# Example
2### Synchronous
3Below we have a synchronous example when each worker counts to 10.
45```csharp
-
C# - Call an async method on the con...
C# - Call an async method on the constructor 1# C#
2## Call an async method on the contructor and wait for it's execution
3```csharp
4Task.Run(() => this.FunctionAsync()).Wait();
5```
-
CallbackInterface.md
CallbackInterface.md 1# C#
2## Callback using an interface
34Some times we want to do something when a specific event occurs, for that we can use a callback as I will show next.
5For me this implementation was realy important to solve a problem, I had a Library so the code will be closed (can't be changed), but I wanted to provide a way to allow extra operations when some event occurs, that was the solution that I had found.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.