ploeh / CQRSonAzureDemo

Demo code accompanying the CQRS on Azure MSDN Magazine article

Home Page:http://msdn.microsoft.com/en-us/magazine/gg983487.aspx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a more updated and polished version of the demo code accompanying the MSDN Magazine article CQRS on Azure (http://msdn.microsoft.com/en-us/magazine/gg983487.aspx).

To enable sending of email you must edit the BookingCloudService\ServiceConfiguration.cscfg to configure an SMTP server.

These are the settings which should be configured:

      <Setting name="SmtpServerAddress" value="your.smtpserver.here" />
      <Setting name="SmtpUserName" value="" />
      <Setting name="SmtpPassword" value="" />
      <Setting name="EmailSenderSmtpAddress" value="you.email@address.here" />

As this is Windows Azure demo code, you must have the Windows Azure SDK installed in Visual Studio 2010 in order to compile.

About

Demo code accompanying the CQRS on Azure MSDN Magazine article

http://msdn.microsoft.com/en-us/magazine/gg983487.aspx


Languages

Language:JavaScript 78.0%Language:C# 20.7%Language:ASP 1.3%