Tuesday, February 19, 2013

How to modify data of particular column of table in database using WEB-API in MVC 4.0?

How to modify data of particular column of table in database using WEB-API in MVC 4.0?


How to modify data of particular column of table in database using WEB-API in MVC 4.0?

Posted: 16 Feb 2013 06:40 AM PST

If you are new to PUT operation of WEB-API in MVC 4.0 then this code will guide you while creating MVC 4.0 application. I am using visual studio ultimate edition 2012. You can post your queries here incase you have. It would be great to help you.

ASP.NET Puzzles.Try To Solve

Posted: 16 Feb 2013 12:49 PM PST

Hey Guys !! To move forward in ASP.NET framework latest versions, I would like to refresh your memory.Here is some basic puzzles about ASP.NET.All Questions are very easy.Try to solve and get ready for my next post :) .

How to use POST method in WEB-API using MVC 4.0 ?

Posted: 16 Feb 2013 09:27 PM PST

Are you new to concepts of WEB-API in MVC 4.0? This code will guide you how to write POST method in web api. Web API provides many new features now and makes many scenarios much easier You can post your queries here incase you have. It would be great to help you.

How to use Delete verb in WEB-API in MVC 4.0?

Posted: 16 Feb 2013 10:20 PM PST

CRUD request is processed with the help of four methods of WEB-API which are GET,POST, PUT, DELETE. Client is not aware from which layer the request is coming. If you are new to WEB-API in MVC 4.0 then this code will guide you. Please post your technical queries here incase if you have. It would be great to help you.

How to create console application which will create JSON based on your input data?

Posted: 18 Feb 2013 06:38 AM PST

You can use JSON class for serialization and deserialization purpose. HTTP requires standard data which can be used across all processes. You can also assign resultset to different variables or can used for testing purpose.

How to use joins,first or default data retrieval and sorting functionality using LINQ and EF?

Posted: 18 Feb 2013 06:43 AM PST

While writing LINQ, you may find this code snippet very useful. I have mentioned few examples to clear the syntax. LINQ stands for Language-Integrated Query. It has powerful query capabilities and easy to understand.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home