I am just starting out with Wurfl implementation for a ASP.NET web site. Could someone please provide me some directions for any available documentation.
Thank you,
I recommend 51deegres framework, you can find examples in this page. If you want to study other code, you could look at Marg.WURFL too. I used a modification of it in the past, but now I use 51degrees.
Luca Passani (WURFL Creator and ScientiamObile's CTO) here.
You should use ScientiaMobile's own standard WURFL .NET API:
http://wurfl.sourceforge.net/dotNet/
NuGet: http://www.nuget.org/List/Packages/WURFL_Official_API
This the true and only WURFL dotNet API created specifically to work with the WURFL repository (also delivered by ScientiaMobile). To add to that, third-party APIs can no longer access the wurfl repository legally (unless the repository is licensed commercially from ScientiaMobile itself).
Thank you
Luca Passani