Simple Single Page Template

Bhaumik Patel 8:25 AM
Simple One Page HTML Templates $('nav a').on('click', function () { var scrollAnchor = $(this).attr('data-scr...Read More
Simple Single Page Template Simple Single Page Template Reviewed by Bhaumik Patel on 8:25 AM Rating: 5
Find latitude and longitude with Google Maps IE9 Find latitude and longitude with Google Maps IE9 Reviewed by Bhaumik Patel on 8:16 AM Rating: 5

Remove a string in a string in C#

Bhaumik Patel 7:49 PM
Remove a string in a string in C# using System; public class Program { public static void Main() { Console.WriteLine(...Read More
Remove a string in a string in C# Remove a string in a string in C# Reviewed by Bhaumik Patel on 7:49 PM Rating: 5
Searching a string inside a string in C# Searching a string inside a string in C# Reviewed by Bhaumik Patel on 7:35 PM Rating: 5

Convert a JSON date to System.DateTime

Bhaumik Patel 8:18 AM
.Net Convert a JSON date to System.DateTime. using System; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace JsonDa...Read More
Convert a JSON date to System.DateTime Convert a JSON date to System.DateTime Reviewed by Bhaumik Patel on 8:18 AM Rating: 5

EndsWith() in C#

Bhaumik Patel 8:48 PM
EndsWith() in C# using System; public class Program { public static void Main() { Console.WriteLine("EndsWith() ...Read More
EndsWith() in C# EndsWith() in C# Reviewed by Bhaumik Patel on 8:48 PM Rating: 5
Concat - Concatenate Two Strings in C# Concat - Concatenate Two Strings in C# Reviewed by Bhaumik Patel on 4:01 AM Rating: 5

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