DCSIMG
WSSF - Guy Burstein's Blog

Guy Burstein's Blog

Developer Evangelist @ Microsoft

News

Guy Burstein The Bu

Disclaimer
Postings are provided 'As Is' with no warranties and confer no rights.

Guy Burstein LinkedIn Profile

Browse by Tags

All Tags » WSSF (RSS)
Service Factory: Modeling Edition for Visual Studio 2008 is Live!
Service Factory: Modeling Edition for Visual Studio 2008 is Live! After the broken IDE changes were made, and the GAT and GAX were released for Visual Studio 2008 RTM , the Software Factories support for Visual Studio 2008 starting to show up. Today, the p&p team has released the Service Factory: Modeling Edition February 2008. You can download: Service Factory: Modeling Edition Binary Release Service Factory: Modeling Edition Source Code Release ( Visual Studio 2008 ) Enjoy!
Service Factory: Modeling Edition - A New CTP for Visual Studio 2008
Service Factory: Modeling Edition - A New CTP for Visual Studio 2008 The patterns & practices group has released a new CTP of the Service Factory: Modeling Edition that works with Visual Studio 2008 . Note that this release is only a CTP, and the full release is scheduled for February 2008, around the time Visual Studio 2008 is officially launched. To get started with the Service Factory: Modeling Edition , you should download the Visual Studio 2008 SDK 1.0 and the Guidance Automation Toolkit...
Just Released: Service Factory Modeling Edition (v3) for Visual Studio 2005
Just Released: Service Factory Modeling Edition (v3) for Visual Studio 2005 As I've written in my post Web Service Software Factory Modeling Edition Roadmap , the final release of Service Factory: Modeling Edition (v3) supports Visual Studio 2005 only. The Visual Studio 2008 release should be out around February, the same time that Visual Studio 2008 is launched. You can download the Service Factory Modeling Edition (v3) for Visual Studio 2005 release from codeplex . Watch the 15 minutes Walktrough...
Web Service Software Factory Modeling Edition Roadmap
Web Service Software Factory Modeling Edition Roadmap Don Smith has published the September Drop of the new Web Service Software Factory Modeling Edition (formerly known as Service Factory v3). This drop contains only a newer version of the Service Factory Documentation, and can be found here . Along with this drop, Don has updated the roadmap page for this software factory. Here are the highlights from this page: The final community release of the Web Service Software Factory Modeling Edition is...
Service Factory v3 - New Community Drop on CodePlex
Service Factory v3 - New Community Drop on CodePlex Build 117 alpha of Service Factory v3 is available for download from Community Page of Service Factory on CodePlex . In order to get started with this new release, go through the documentation of this release. It contains instructions for setting up the factory for your development environment, and also contains an introductory walkthrough that helps you understand how to benefit from the factory. The team is looking for your feedback, as the opportunity...
Data Access Guidance Package - The Repository Factory
Enter Data Access Guidance Package - The Repository Factory...
Visual Studio 2007 ("Orcas") should be out in October
I have been playing a lot lately with the Web Service Software Factory (Service Factory), specifically with the WCF guidance that ships with it, and in the last few weeks I have been providing feedback on the next version of Service Factory (currently called v3). The other day I got into the Service Factory Home Page on Codeplex and wanted to give more feedback. I noticed the following sentences by Don Smith regarding the releases for v3: It is very likely we will not be able to: Ship a single release...
Feedback on Service Factory v3 (build 19)
As I have posted earlier , the first community drop of Web Service Software Factory v3 was announced this week, and the biggest thing in this release are the two new designers for Service Contracts and Data Contracts. To demonstrate the designers, Don Smith has recorded a short video (very recommended). Seeing this video, I couldn't stop thinking about the similarity between the Data Contract Designer and the Entity Data Model Designer that is part of ADO.Net Entity Framework (watch the EDM Designer...
Web Service Software Factory v3 First Community Drop
Since the Service Factory was released its first version, back in July 2006, a great deal of work has been done. The Service Factory v1 (July 2006) contained the guidance for building ASMX Web Services. The v2 (December 2006) was released after the release of .Net Framework 3.0 and added the guidance for building WCF Services. Today, Don Smith has announced posted the first community drop of Service Factory v3 . Although no new distributed systems technology was released from January, the v3 brings...
Finally - Web Service Software Factory for WCF is out!
The second version of the Service Factory (that helps build both ASP.NET and WCF services) has been released on msdn. The download is now available . For those that don't know, the Web Service Software Factory (also known as the Service Factory) is an integrated collection of tools, patterns, source code and prescriptive guidance. It is designed to help you quickly and consistently construct Web services that adhere to well known architecture and design patterns. Enjoy!
Just Released: Web Service Software Factory
The Web Service Service Factory is a collection of guidance to help you build applications of a service-oriented applications that expose an ASMX web service interface and provide security and business rules over a database. This is the basic architecture and scope of the Service Factory: The factory itself is a combination of several forms of guidance: Written documentation, including architecture overviews, patterns and step-by-step guidance on how to build applications within the specified architecture...
How To: Create Virtual Directory for your Service using Script
How To: Create Virtual Directory for your Service using Script When you want to host your WCF Service in IIS, you should follow several steps: 1. Your service should compile to \bin directory instead of \bin\debug 2. You must change the name of the configuration file from app.config to web.config 3. Create a .svc file in a specific format. and 4. Create a virtual directory in IIS that points to the physical location of you service (probably not a subdirectory of wwwroot..) I am using 2 scripts for...
First community drop of the Service Software Factory now available!
The patterns & practices team released the first public drop of the (Web) Service Software Factory (Formerly known as Service Baseline Architecture Toolkit ), which is now available from their new community site at http://practices.gotdotnet.com/projects/svcfactory . The Service Software Factory is a cohesive collection of various forms of guidance that have been built with the primary goal of helping to build high quality connected solutions in a more consistent way with less effort . In addition...