Project DescriptionA Linq implementation for querying the Live For Speed stats website.
Querying the LFS Pubstats service seemed like a good and simple introduction into building my first Linq provider, and that's how this project started. This will be a useful too for anyone using the .Net Framework (v3.5) to query the Pubstats service from Live For Speed.
For an overview of how to use and configure the library, and a quick code example, please see my blog post at
stevescodingblog.co.uk. You can also see a
complete reference of the different queries you can perform on my blog.
For any questions, suggestions and critisisms, please report them to the issue tracker.
Features:
- A query context, used as the base for all your pubstat queries
- Request caching and tarpit prevention
- Serialization support (Xml and Json)
- Reads configuration settings from your application configuration file
- Supports IdentKey or Username + Password authentication
- Supports premium pubstat access
- Includes some useful extension and utility methods for converting timestamps and track identifiers
- Full source code available
- Full class library documentation
Requirements:
- Visual Studio Express (C#, Vb.Net or Web Developer) or higher
- .Net Framework 3.5
- LfsWorld Pubstat access (free or premium)