Friday, February 15, 2013

How to implement LDAP utility in APIcontroller of Web API in MVC4.0?

How to implement LDAP utility in APIcontroller of Web API in MVC4.0?


How to implement LDAP utility in APIcontroller of Web API in MVC4.0?

Posted: 12 Feb 2013 11:48 PM PST

We must have used LDAP in our application frequently but I am sure most of the people are not aware of using same LDAP code in WEB API in MVC4.0 This code is for those who are new to WEB API and MVC4.0 You can use Microsoft Visual Studio 2012 to use WEB API template. You can create any internet application so that you can use it as a client.

How to write get method to retrieve data from database using LINQ in Web API in MVC 4.0?

Posted: 13 Feb 2013 12:12 AM PST

Are you new to concepts of GET , PUT, POST , DELETE of WEB-API in MVC 4.0? This code snippet demonstrates GET method behaviour. I have used simple LINQ query for data retrieval. You can extend this code by adding overloading methods for GET.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home