web API questions

Hi i am new to web api concepts

and i want to limit auto updates to certain date.

i download the wep api example but it doen't open in visual studio 2008

could u guide to me to use Web API in my application for update_expires features.

thank you

Ok, we've added Visual Studio 2008 solutions for the C# and VB.NET example Web API. Download the web api v1.7. Open the "LimeLM API.vs2008.sln" solution file.

Also, there's no .NET (VB or C#) example for limiting updates -- only PHP -- due to the configuration specific way it needs to be implemented. But it's rather simple to write.

You can see all the functions you need to use if you go in the "PHP\limit-updates\index.php" file. Then just apply those concepts to C# or VB.NET.

If you want we can throw an example together for you.

ok

could you kindly post an example for limiting updates in vb.net application

Ok, we're working on examples for both C# and VB.NET. We'll post it shortly.

OK, we've added a "limit-updates.aspx" example to both the C# and VB.NET projects. Download the latest Web API from your API page (requires login).

Tell me if this helps.