Home » Archives

Content in the Software Services Category

[30 Aug 2010 | No Comment | ]

Learn how to build rich, multi-tier applications in the cloud using PHP and MySQL, taking advantage of new Windows Azure features. This session will cover using PHP, MySQL, and memcached in Windows Azure.

[30 Aug 2010 | No Comment | ]

Jason Hogg makes a quick overview of security and application design followed by a more in-depth look at web services security, explaining the need for threat modeling through security design patterns. Hogg explains a number of design patterns related to processes, services and SOA security, detailing on how they can be applied to service-oriented systems.
http://www.infoq.com/presentations/Understanding-SOA-Security-Patterns

[7 Jul 2010 | No Comment | ]

Google App Engine is designed to help developers more easily create and manage scalable web applications. But what about testing? We typically write tests under the assumption that our development stack closely resembles our production stack, so what do we do when our target environment only lives in the cloud? In this talk, we will highlight the key differences between typical testing techniques and Google App Engine testing techniques. We will also present concrete strategies for testing against local and cloud-based implementations of App Engine services like the datastore and …

[1 Jul 2010 | No Comment | ]

Many developers use services to build and integrate applications and line-of-business systems with SharePoint. With SharePoint 2010, developers now have a wider array of options that include ASP.NET, Windows Communication Foundation (WCF), and RESTful services. You can use Sharegate as a tool manage your SharePoint migration. Come get a demo-rich walkthrough of each option and discuss where each of the services might be appropriate and what you stand to gain by using them.

[29 Jun 2010 | One Comment | ]

With the introduction of ActiveModel, Rails is no longer bound by a specific ORM (ActiveRecord). ActiveModel exposes not only a common interface for the Rails 3 model layer, but also a set of tools for building data models. This talk will go over techniques and code for using web services as a model layer with clients that leverage ActiveModel’s functionality. This talk will cover how to use ActiveModel to write web service client libraries that can be used as a drop in replacement for ActiveRecord based models. This means they …

[10 Jun 2010 | No Comment | ]

SharePoint Services are challenging for unit testing because it is not possible to execute the SharePoint Service without being connected to a live SharePoint site. For that reason, most of the unit tests written for SharePoint are actually integration tests as they need a live system to run. In this session, we show how to use Pex, an automated test generation tool for .NET, to test SharePoint Services in isolation. From a parameterized unit test, Pex generates a suite of closed unit tests with high …

[25 May 2010 | No Comment | ]

Data and Modeling Group Architect, Pablo Castro, discusses RESTful ADO.NET Data Services with Ted Neward

[19 May 2010 | No Comment | ]

This video explains how to write Flex and PHP code using Flash Builder 4 and Zend Studio 7.1. It also illustrates how remoting enables your application to consume PHP services.

[29 Apr 2010 | No Comment | ]

This code-centric talk focuses on the advances being made in tools, languages, and frameworks that simplify how to model, consume, or produce data. Hear about the future of data programming and modeling using Microsoft products and services.

[26 Apr 2010 | No Comment | ]

Everybody versions their code, but what about your service APIs? In this video, Kevin Hoyt examines API versioning as a means to circumvent future application incompatibilities.