Results for c#
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

fill property of base class asp.net c#

Bhaumik Patel 3:36 AM
Fill base class property dynamical. private static void FillBaseClass(Class1 source, class2 destination) { Type type = source.GetType...Read More
fill property of base class asp.net c# fill property of base class asp.net c# Reviewed by Bhaumik Patel on 3:36 AM Rating: 5

DropDown Helper class

Bhaumik Patel 3:19 AM
DropDownHelperDB class so many time write query for drop down i will create one dropdown helper class in getlist method to return DataTabl...Read More
DropDown Helper class DropDown Helper class Reviewed by Bhaumik Patel on 3:19 AM Rating: 5
compare the properties of two objects class compare the properties of two objects class Reviewed by Bhaumik Patel on 2:57 AM Rating: 5

Tracing linq query in sql format c#

Bhaumik Patel 7:34 PM
Linq query trace in sql format c# Tracing of Linq to Entities query, This is for "Linq-to-Entities" // In Linq Entities _ent ...Read More
Tracing linq query in sql format c# Tracing linq query in sql format c# Reviewed by Bhaumik Patel on 7:34 PM Rating: 5
remove html tags from string asp.net c# remove html tags from string asp.net c# Reviewed by Bhaumik Patel on 4:45 AM Rating: 5