My multithreading experience
My best multithreading/asyncronous programs (Angular)
My best multithreading/asyncronous programs (.NET Framework)
- (2023) Asynchronous MultiThreaded performance test of Confluent Kafka (Net Core 6).
- (2022) Monitoring docker events.
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 7,8 (QuartzService/Jobs and Singleton CacheService). ConcurrentDictionary, Interlocked.Increment, SyncLock, Closure variable for MultiThreading, Cron Configuration.
- (2022) Part 1,2 (Database and SSH client). StreamReader/ReadToEndAsync, Extension/Inherits/Overloads, BeginExecute/EndExecute/IAsyncResult/IProgress(Of T)/Async/Await/CancellationToken/Task.Run/Thread.Yield.
- (2022) EventLogger - example of Task.Factory.FromAsync, Task.Run, ReaderWriterLock, Interlocked.Increment, Stream.BeginWrite, SyncLock, Timeout, AsyncCallback, IAsyncResult, String.Format, Timespan.
- (2022) Windows timers investigation (API Timer, Stopwatch Timer, Multimedia Timer).
- (2022) About connection with EF Core and Pomelo provider for MySQL (GetProcessList, EF Core connection count, Setup Max MySQL Connection count. Separate connection for Attributes, Calculate connection for API).
- (2019) ASP.NET Core BackEnd with MailKit/IMAP (Async/Await, Monitor, ConcurrentQueue, CancellationTokenSource).
- (2019) 2.1. My typical VB.NET desktop application. (EF DB First and ADO NET Typed Dataset, Tree ways to Binding GridView and ComboBox, Set Timeout, Asynchronous fill table by data)
- (2018) Multi Languages Spell Checker for webmaster. Part 5. Multilang asynchronous spell checker with NHunspell.
- (2018) Multithreading Parsers with Parallel, CsQuery, Newtonsoft.Json, OfficeOpenXml and IAsyncResult/AsyncCallback.
- (2018) BackgroundWorkerQueue.
- (2016) TreeView FileSelector by ReactiveNET and TheArtOfDev.HtmlRenderer (SpellChecker project).
- (2016) Mutlithreading InfoMessagBox by ConcurrentQueue, Interlocked and Timer.
- (2015) Building TreeView by Reactive Extensions NET (Recursive observe directory, Iterator function with Yield, Windows native thread).
- (2014) My web scrapper with asynchronous web request and visual proxy availability detection.
- (2013) Оновлення StatusLabel з потоку BackGroundWorker - приклад застосування Action, Delegate, Invoke, AddressOf, Extension, Expression.
- ...
- (2005) Мультипоточное программирование
- (2005) Работа с классами и коллекциями
MS Documentation
- Task
- Thread
- Asynchronous Programming Patterns.pdf
- Task-based Asynchronous Pattern.pdf
- Event-based Asynchronous Pattern.pdf
- Asynchronous Programming Model.pdf
- Threading. Programing Concept.pdf
- Threading Objects and Features.pdf
- Managed Thread.pdf
- Asynchronous Programming with Async and Await.pdf
- BackgroundWorker.pdf
- Fine-Tuning Async Application.pdf
- Parallel Programming.pdf
My Multithreading learning conspectus
Comments (
)
Link to this page:
//www.vb-net.com/Task/index.htm
|