Contents tagged with WCF
-
Fix: WCF - The type provided as the Service attribute value in the ServiceHost directive could not be found
I wanted to expose some raw data to users in my current ASP.NET 3.5 web site project. I created a subdirectory called ‘datafeeds’ and added a WCF Data Service. I wired the dataservice up to the Entity Framework class and, on running the ItemDataService.svc file, was greeted with:
-
Silverlight 2 Data Form - Episode 6: "C" is for Create
In this episode, you build a XAML form that acts like a popup, modal window. The form validates user input with WCF callbacks to ensure that the customer ID is unique. By the end of the episode, you're able to add a customer to the NorthWind database using Silverlight, VB, ADO.NET Data Services and the Entity Framework.
-
Learning CRUD and Data Forms in Silverlight 2 (Screencasts)
Not much stuck with me from years of Latin in high school, but the motto “Docendo discimus” has always served me well. “We learn by teaching” expresses one of my motivations for writing tutorials and creating presentations on the latest Microsoft technologies. The best way for me to grasp Silverlight 2 was to commit to an article or talk and then jump in head first to start figuring it out.
-
LINQ and WCF Services
My friend Kirk has a very interesting post that uses LINQ to turn an XML RSS feed into a JSON service using WCF. (Wow, this is acronym heaven!)