Building a Hamburger Menu in UWP app using SplitView Bhaumik Patel 8:20 AM Responsive Hamburger Menu in #UWP Read More
Palindrome check in C# Bhaumik Patel 7:15 AM Palindrome checks in C# using System; public class Program { public static void Main() { Console.WriteLine("Palindr...Read More
Message Content Dialog in UWP app Bhaumik Patel 7:47 AM Different type of message dialog box in UWP 1. Show Message Dialog without title 2. Show Message Dialog with 3 Buttons (Yes,No,Cance...Read More
ODD or EVEN check in C# Bhaumik Patel 8:13 AM ODD or EVEN check in C# using System; public class Program { public static void Main() { Console.WriteLine("ODD or ...Read More
Sending WhatsApp Message using Dot Net CSharp Bhaumik Patel 10:34 PM How to send messages with WhatsApp API using System; using System.Windows.Forms; using WhatsAppApi; namespace SendingWhatsAppMessage ...Read More