Results for mvc4
What are types of Filters available in MVC What are types of Filters available in MVC Reviewed by Bhaumik Patel on 10:13 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

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