"Logic will get you from A to B. Imagination will take you everywhere." A. Einstein
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WCF   (RSS)
"WCF does not support the use of SOAP extensions, but it does have other extensibility points that can be used to intercept and manipulate SOAP messages. For example, you can use a behavior extension to hook into the WCF Dispatcher with a class that implements Read More...
This is the next step in my previous sample (see the previous post from this month). Now I want to add and delete products using my Web service and EF. The problem I found: I had to go back to the database and set a cascade delete for the FK_ProductInventory_Product Read More...
Couple days ago I started a simple application (WCF Web service using Entity Framework to access a SQL DB and a WPF client). In the SQL database I had 3 tables - mainly a many-to-many relation. Now I need to get more data: I want to obtain all the Products Read More...
Hello and Happy New Year 2009 ! Here is a sample code I wrote to show you how to create a WCF Web service which is using Entity Framework to access a SQL 2008 database. Here are the main steps: 1 - create your SQL database (Products) with the 3 tables Read More...
Today I passed my first .NET 3.5 exam: the 70-503 (Windows Communication Foundation Application Development) exam. It wasn't easy and I can say that I was lucky: I've got only one question regarding WCF and COM+ (which I did not learn it at all for this Read More...
Patterns and practices group site MSF for Agile Software Development Process Guidance documents A high-level view of the Windows Communication Foundation (WCF) architecture and its key concepts Windows Communication Foundation From the Inside: Nicholas Read More...
On August 1 st the Patterns and Practices team released their guide: Improving Web Services Security: Scenarios and Implementation Guidance for WCF v1. It contains security design guidelines, Internet and Intranet application scenarios using HTTP and Read More...
 
Page view tracker