

- #MICROSOFT WEBMATRIX GET DATA FROM DATABASE HOW TO#
- #MICROSOFT WEBMATRIX GET DATA FROM DATABASE ZIP FILE#
- #MICROSOFT WEBMATRIX GET DATA FROM DATABASE LICENSE#
The WURFL library recognizes the database as plain XML file or compressed as a ZIP or GZIP file.
#MICROSOFT WEBMATRIX GET DATA FROM DATABASE ZIP FILE#
Nothing here is set in stone, meaning that you can move the ZIP file to any location on the web server that you like and you can also freely rename the file. The ZIP file is the database to replace once you’ve got a subscription what you get by default is the latest public snapshot of the WURFL database at the time the Nuget package was released.

One adjustment being made regards the working mode of the WURFL library. The Nuget package setup adds a couple of lines to web.config. This ensures that you are always up-to-date with fixes and new devices as they hit the market. Once you get a subscription, you gain access to database updates on a weekly basis.

#MICROSOFT WEBMATRIX GET DATA FROM DATABASE LICENSE#
Take some time to review the license agreement WURFL comes with essentially, you are free to use WURFL in open-source projects, but you may need to acquire a license from ScientiaMobile for any commercial use. It also downloads the most recent publicly available chunk of the WURFL database. The Nuget setup adds some entries to the web.config file and binds a couple of executables to the project. Once you have opened up WebMatrix and arranged a new blank project, the first thing you do is bringing up the Nuget window and add the WURFL package to the project. If not, you can visit and follow the (few) instructions listed to get started. I am also assuming that you are already all set with binaries and that both WebMatrix and Web Pages are correctly installed on your machine.
#MICROSOFT WEBMATRIX GET DATA FROM DATABASE HOW TO#
In this article, I’ll show you how to integrate the WURFL ASP.NET API in a web site developed using the Web Pages infrastructure and authored using WebMatrix in lieu of Visual Studio. Overall writing a Web site using Web Pages results in a different type of experience when compared to using ASP.NET Web Forms or ASP.NET MVC. Visual Studio Express, however, is simply the shrink wrapped version of the full-blown Visual Studio and offers the same development experience of its bigger brothers WebMatrix instead offers a different programming experience and extensively relies on ad hoc components and widgets. As you may know, Visual Studio also has a free version-Visual Studio Express. The difference between WebMatrix and Visual Studio is not limited to costs. Some parts of the Web Pages infrastructure are also shared with ASP.NET MVC-specifically the Razor view engine-but for the most part Web Pages is born to be the runtime engine behind WebMatrix-an alternate and totally free IDE for authoring ASP.NET sites. Using the WURFL API with Microsoft Web PagesĪ lightweight alternative to ASP.NET MVC, Web Pages is the underlying platform for creating ASP.NET-based web sites outside of Visual Studio.
