Results for c#

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
How to convert image format to byte array How to convert image format to byte array Reviewed by Bhaumik Patel on 10:17 PM Rating: 5

HTML5 DropDownList optgroup tag in MVC

Bhaumik Patel 9:11 AM
Now Support For Optgroup In Dropdownlist .Net MVC 4‎ PM> Install-Package DropDownList.Optgroup.MVC DEMO DOWNLOAD | NUGET Pac...Read More
HTML5 DropDownList optgroup tag in MVC HTML5 DropDownList optgroup tag in MVC Reviewed by Bhaumik Patel on 9:11 AM Rating: 5

Cookie CSharp and jquery

Bhaumik Patel 8:45 PM
jquery.cookie Create session cookie: $.cookie('the_cookie', 'the_value', { expires: 7, path: '/' }); Read cookie: ...Read More
Cookie CSharp and jquery Cookie CSharp and jquery Reviewed by Bhaumik Patel on 8:45 PM Rating: 5

Bind dropdownlist in mvc4 razor

Bhaumik Patel 7:01 PM
DropDown Bind in MVC 4 Razor View Make DDLHelper Class public static class DDLHelper { public static IList<SelectListItem> To...Read More
Bind dropdownlist in mvc4 razor Bind dropdownlist in mvc4 razor Reviewed by Bhaumik Patel on 7:01 PM Rating: 5
Cannot convert lambda expression to type 'string' because it is not a delegate type Cannot convert lambda expression to type 'string' because it is not a delegate type Reviewed by Bhaumik Patel on 8:24 PM Rating: 5
Difference between Response.Redirect and Server.Transfer Difference between Response.Redirect and Server.Transfer Reviewed by Bhaumik Patel on 8:31 PM Rating: 5

How MVC Works

Bhaumik Patel 7:23 PM
How MVC Works MVC is a design pattern that stands for Model-View-Controller. What is strives to do is separate the concerns of an applica...Read More
How MVC Works How MVC Works Reviewed by Bhaumik Patel on 7:23 PM Rating: 5
NotMapped Properties in an Entity Framework using a Code-First strategy NotMapped Properties in an Entity Framework using a Code-First strategy Reviewed by Bhaumik Patel on 10:47 PM Rating: 5