Posts Tagged: vb
Stay up to date on the latest developments and best practices for Visual Basic, a programming language developed by Microsoft. Learn how to build Windows desktop applications, web applications, and more.
2017
- OpenMessage 2017 Roadmap
Feb 11
OpenMessage originally started out as a replacement for an internal library that was used across teams. Now i'm looking at the future of the project and what is next.
- OpenMessage 1.1 Released
Feb 5
OpenMessage 1.1 released
2013
- Semaphore vs SeamphoreSlim Micro Benchmark
Mar 11
A micro-benchmark to demonstrate the performance difference between the Semaphore and SemaphoreSlim classes in C#
2012
- Flicker free forms and listview in .Net
Dec 30
Just one solution to a flicker problem I encountered when developing a windows form application.
- Extension methods in dotnet
Dec 1
An introduction into .Net's extension methods, how to create them and how to use them.