Remove Duplicates Extension

Bhaumik Patel 8:00 AM
Remove Duplicates Extension From List C# using System.Collections.Generic; using System.Linq; using System; public class Program { ...Read More
Remove Duplicates Extension Remove Duplicates Extension Reviewed by Bhaumik Patel on 8:00 AM Rating: 5

Replace a string in a string in C#

Bhaumik Patel 8:14 AM
Replace a string in a string in C# using System; public class Program { public static void Main() { Console.WriteLine(&q...Read More
Replace a string in a string in C# Replace a string in a string in C# Reviewed by Bhaumik Patel on 8:14 AM Rating: 5

Reverse a string in C#

Bhaumik Patel 8:24 AM
Reverse a string in C# using System; public class Program { public static void Main() { Console.WriteLine("Hello Wo...Read More
Reverse a string in C# Reverse a string in C# Reviewed by Bhaumik Patel on 8:24 AM Rating: 5
Building a Hamburger Menu in UWP app using SplitView Building a Hamburger Menu in UWP app using SplitView Reviewed by Bhaumik Patel on 8:20 AM Rating: 5

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
Palindrome check in C# Palindrome check in C# Reviewed by Bhaumik Patel on 7:15 AM Rating: 5

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
Message Content Dialog in UWP app Message Content Dialog in UWP app Reviewed by Bhaumik Patel on 7:47 AM Rating: 5

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
ODD or EVEN check in C# ODD or EVEN check in C# Reviewed by Bhaumik Patel on 8:13 AM Rating: 5
Sending WhatsApp Message using Dot Net CSharp Sending WhatsApp Message using Dot Net CSharp Reviewed by Bhaumik Patel on 10:34 PM Rating: 5

Checking for Leap year in C#

Bhaumik Patel 8:41 AM
Checking for Leap year in C# using System; public class Program { public static void Main() { Console.WriteLine("Ch...Read More
Checking for Leap year in C# Checking for Leap year in C# Reviewed by Bhaumik Patel on 8:41 AM Rating: 5

Days in a month in C#

Bhaumik Patel 7:17 PM
Days in a month in C# using System; public class Program { public static void Main() { Console.WriteLine("Days in a...Read More
Days in a month in C# Days in a month in C# Reviewed by Bhaumik Patel on 7:17 PM Rating: 5

knockout Style Binding

Bhaumik Patel 8:07 PM
Style data bindings in knockout.js var viewModel = { colorText: ko.observable('rgba( 80, 120, 160, 1)') }; ko.applyBindings(...Read More
knockout Style Binding knockout Style Binding Reviewed by Bhaumik Patel on 8:07 PM Rating: 5

C# DateTime Format

Bhaumik Patel 10:37 PM
C# DateTime Format using System; public class Program { public static void Main() { Console.WriteLine("C# DateTime ...Read More
C# DateTime Format C# DateTime Format Reviewed by Bhaumik Patel on 10:37 PM Rating: 5
Allow only numeric input in textbox using jQuery Allow only numeric input in textbox using jQuery Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Knockout JS Color Picker Binding Handler Knockout JS Color Picker Binding Handler Reviewed by Bhaumik Patel on 7:38 PM Rating: 5
HTML to Image Convert Using jQuery HTML to Image Convert Using jQuery Reviewed by Bhaumik Patel on 8:23 PM Rating: 5
Pure JavaScript Typewriter Effect With HTML Content Pure JavaScript Typewriter Effect With HTML Content Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Knockout JS Slide Down and Slide Up Using Check Box Knockout JS Slide Down and Slide Up Using Check Box Reviewed by Bhaumik Patel on 7:13 PM Rating: 5

Knockout JS One Time Bind Observable

Bhaumik Patel 7:36 PM
Only one time bind observable ko.bindingHandlers.oneTimeStyle = { init: function () { ko.bindingHandlers.style.update.appl...Read More
Knockout JS One Time Bind Observable Knockout JS One Time Bind Observable Reviewed by Bhaumik Patel on 7:36 PM Rating: 5
How to clear connection history in SQL Server Management Studio? How to clear connection history in SQL Server Management Studio? Reviewed by Bhaumik Patel on 1:06 AM Rating: 5
How to Convert Hexadecimal number to decimal in JavaScript? How to Convert Hexadecimal number to decimal in JavaScript? Reviewed by Bhaumik Patel on 7:37 PM Rating: 5