Richard Dalmacio
Richard's Coding Blog

Richard's Coding Blog

Follow
homebadges
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

C# WPF List Application

Jul 15, 20215 min read

Using a "DataGrid" · Overview This project is a basic WPF application that follows the four basics of persistent data storage: create, read, update and...

C# WPF List Application

HTML5 Trivia Game

Jul 7, 202114 min read

The questions are not consistent, but that's not the point · Here is a simple trivia game that I created on Repl.it which imitates some portions of the...

HTML5 Trivia Game

My First Xamarin Form Interactive Application

Jul 3, 20212 min read

Celsius / Fahrenheit Converter · Using Visual Studio 2019 and Pixel 2 Pie 9.0 - API 28 (Android 9.0 - API 28) to create a simple Celsius / Fahrenheit...

My First Xamarin Form Interactive Application

C# Threading

Jul 2, 20215 min read

Testing multithreading · The idea of threading is to execute code simultaneously. What I'm doing down below is testing the task prioritization of the...

C# Threading

C# Events

Jul 2, 20214 min read

Inventory stock example · The following snippet is a console application for an inventory system that keeps track of cars in stock and will automatically...

C# Events

C# Delegates

Jul 1, 20213 min read

Delegates and Multicast Delegates · Delegates are a type that indirectly calls a method using a pointer. This console application implements a multicast...

C# Delegates