Results for c#

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

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

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

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
Insert NULL into SQL when string is empty Insert NULL into SQL when string is empty Reviewed by Bhaumik Patel on 7:36 PM Rating: 5
How to get LAN IP of a client using .net c# How to get LAN IP of a client using .net c# Reviewed by Bhaumik Patel on 8:32 PM Rating: 5
How to Check if Internet connection is available using C# How to Check if Internet connection is available using C# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Ipad camera image changes orientation

Bhaumik Patel 9:27 AM
iPhone - Camera image changes orientation EXIF stands for "Exchangeable Image File Format". When processing photos, sometim...Read More
Ipad camera image changes orientation Ipad camera image changes orientation Reviewed by Bhaumik Patel on 9:27 AM Rating: 5

MVC Session Manager Custom Class

Bhaumik Patel 8:05 PM
MVC Create Session Manager Custom Class c# public class SessionManager { protected HttpSessionState session; public Se...Read More
MVC Session Manager Custom Class MVC Session Manager Custom Class Reviewed by Bhaumik Patel on 8:05 PM Rating: 5

Difference between GET and POST methods

Bhaumik Patel 10:33 AM
The GET Method GET requests can be cached GET requests remain in the browser history GET requests can be bookmarked GET requests should...Read More
Difference between GET and POST methods Difference between GET and POST methods Reviewed by Bhaumik Patel on 10:33 AM Rating: 5

What are the events in GLOBAL.ASAX file

Bhaumik Patel 7:52 PM
Global.asax events execution order Application_Init : Fires when the application initializes for the first time. Application_Start : Fi...Read More
What are the events in GLOBAL.ASAX file What are the events in GLOBAL.ASAX file Reviewed by Bhaumik Patel on 7:52 PM Rating: 5

Why MVC is better than web forms

Bhaumik Patel 8:30 AM
Why MVC architecture is better then web forms. First of all, I must say that choosing the right programming modal for your ASP.NET proj...Read More
Why MVC is better than web forms Why MVC is better than web forms Reviewed by Bhaumik Patel on 8:30 AM Rating: 5

Read XML file in mvc 4

Bhaumik Patel 7:09 AM
Read XML File Using XDocument or XmlDocument Controller Action private XDocument ReadXML() { XDocument xDoc = new XDocument(); ...Read More
Read XML file in mvc 4 Read XML file in mvc 4 Reviewed by Bhaumik Patel on 7:09 AM Rating: 5