Tag: csharp
All the articles with the tag "csharp".
-
Even and odd check in C# using bitwise operations
Published:• 3 min readLearn how to efficiently check if numbers are even or odd using bitwise operations in C#, a more elegant alternative to the modulo operator
-
Parameter passing in C#
Published:• 9 min readA comprehensive guide to understanding parameter passing in C#, including value types, reference types, and the different parameter modifiers (ref, out, params)
-
Do not use ToLower() method for string comparison
Published:• 3 min readLearn why using ToLower() for string comparison is inefficient and culture-sensitive, and discover better alternatives using StringComparison enumeration
-
Warzone Intel - Modern Warfare Stats and Data App
Published:• 2 min readAn iOS and Android app providing comprehensive stats, data and news for Call of Duty: Modern Warfare, developed with C# and Xamarin Forms.
-
Hyper Smash Jump - Unity Mobile Game
Published:• 2 min readAn Android and iOS platform jumping game where players jump over platforms to achieve maximum scores, developed using C# with Unity.
-
Epic Tower Redux - Unity Tower Building Game
Published:• 2 min readAn iOS and Android game where players drop boxes to build the highest tower possible, showcasing physics-based gameplay and mobile optimization.