"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 » SOA   (RSS)
Yesterday Microsoft published a first series (9 from 40) of "How Do I" videos with code snippets for the Azure Services Platform. For a high-level view, on this site you can see a list of case studies about how other companies are using the Azure Services Read More...
"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...
A very recommended reading : patterns & practices Application Architecure Guide 2.0 Beta 1 "This is the guide to help solution architects and developers make the most of the Microsoft platform. It's a distillation of many lessons learned. It’s principle-based Read More...
The new "Real World SOA happens {here}” online campaign site is live! Visit www.microsoft.com/soa to learn more about Real World SOA. Hear customers tell their stories of how SOA from Microsoft - and a real world approach - is delivering significant, 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...
On the SOA Institute.org site are many interesting articles about SOA architecture best practices like: SOA Governance for the Organization: Best Practices for Getting Started Avoiding SOA Security Anti-Patterns: Practical Planning for Success SOA Architecture Read More...
I had to enable the request compression for an ASP.NET 2.0 Web Service (no Web Service Enhancements for that client.. ), so here is my solution: I created a CompressionSoapExtension attribute. This attribute was added to the web service methods (for the 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