March 2008 - Posts

Harish Ranganathan, Microsoft Evangelist recently posted a few how-to videos on ASP.NET Deployment and AJAX Enabling your ASP.NET Website at his blog.  It was pretty easy to accomplish this with Silverlight Streaming. 

Would encourage you to check the videos at the following location

http://geekswithblogs.net/ranganh/archive/2008/02/25/adding-videos-to-web-page-using-silverlight.aspx

In case you would like to upload videos using Silverlight streaming and host them in your blog, there is  a step-by-step how-to article on the same, as well

Posted by lavssun | with no comments
Filed under:

The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help our customers quickly and consistently build WCF and ASMX Web services that adhere to well-known architecture and design patterns. These resources consist of models with code generation in the form of tools integrated with Visual Studio and patterns and architecture topics in the form of written guidance.

The Service Factory contains automation and guidance integrated into Visual Studio 2008 for building Web services. The core of the automation components is a Web services domain model. This domain model contains elements such as service contracts, operations, messages, and data contracts. This domain model manifests itself in the form of three integrated domain-specific languages (DSLs) that are used to model services: Service Contract Model, Data Contract Model, and the Host Model. The Service Contract Model is illustrated in the following screenshot.

Service Modelling Factory

 To learn more about the Service Factory, please visit its official home on MSDN at http://msdn.microsoft.com/servicefactory.

 

Community (http://www.codeplex.com/servicefactory)

The community site contains hands-on labs for both using and extending the Service Factory, discussions with customers and field, known issues, and roadmap information. In the near future the site will include presentations, demonstration videos, and community contributions.

 

Posted by lavssun | with no comments
Filed under: