My WCF (Windows Communication Foundation) Data Services Demo

My WCF (Windows Communication Foundation) Data Services Demo


Open Data Protocol (OData) is an open protocol which allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. This application uses the following technologies: OData, WCF, Entity Framework, IIS Express Web Server, SQL Server, etc. This is an empty web application that uses OData and WCF Data Services to allow the user or web applications to query and consume data from a web server with a data service that is running a connection to Microsoft SQL Server using the Entity Framework model. The data is returned in XML format but the user can also query and consume JSON format by modifying their query syntax.

Comments: You need to install theΒ Northwind databaseΒ to an SQL Server instance on your computer or server, then modify the application’s connection string to connect to your unique server SQL database instance. Also, this application was developed for demo only and runs using the the IIS Express for local windows autenticated users. You will need to configure your professional IIS webserver to properly present to the world.

Samples:
Northwind Database File (Import into SQL Server)
Code
Web.config
NWindService.svc
NWindService.svc.cs
Pictures:
Data Service XML
JSON Data Query
XML Data Query
Application:Β myWcfDataServiceDemo_APP.zip
Visual Studio Solution:Β myWcfDataServiceDemo_VSS.zip

Kathleen has 15 yrs. of experience analyzing business IT needs and engineering solutions in payments, electric utilities, pharmaceutical, financial, virtual reality, and internet industries with a variety of technologies. Kathleen's project experience has been diverse ranging from executing the business analysis β€œdesign phase” to hands-on development, implementation, and testing of the IT solutions. Kathleen and her husband reside in Indiana with no children, instead living along with their fur babies.