Windows Azure AppFabric Labs September release: announcement and scheduled maintenance
For those of you that have been playing with AppFabric Labs, take into account the following announcement.
If you’ve been doing tests, they are letting us know that after the scheduled tasks, current configurations will not be maintained and you’ll need to backup and restore them manually.
StreamInsight resources in MSDN and CodePlex
Hi there, today a new version of StreamInsight documentation in MSDN was deployed.
You’ll find useful and updated documentation and also you can download updated samples from codeplex, that work with the current release.
Take a look and enjoy!
Two exciting announcements about SO-Aware
Today we are excited to have a major announcements about SO-Aware: Our Visual Studio plug-in and a preconfigured SO-Aware Virtual Image.
SO-Aware VPC
As Pablo announced last week, now you can download a virtual pc image with SO-Aware Express fully installed and configured. This image could be used by customers that are interested on testing SO-Aware without having to request specific hardware within their organizations. The VPC image is really small and can be downloaded from the following links.
- http://s3.amazonaws.com/SOAware/SO-Aware.part01.exe
- http://s3.amazonaws.com/SOAware/SO-Aware.part02.rar
- http://s3.amazonaws.com/SOAware/SO-Aware.part03.rar
SO-Aware Visual Studio plug-in
In order to enhance the development experience with SO-Aware, we’ve just made available a Visual Studio plug-in that allows client applications to generate a WCF service reference directly from SO-Aware!!!!!!
After you install the SO-Aware plug-in, you will find a new dialog item when you right click on a Visual Studio project.
When selecting that option, you will get a new dialog box to browse a specific instance of the SO-Aware repository and select the specific service version you would like to generate a proxy for. The SO-Aware dialog box is illustrated in the following figure.
What does this means? Well, in general, you can use WCF clients with 0 CONFIGURATION AND 0 EXTRA CODE!!!!! The experiencing for consuming a completely secured WCF service will be as simple as:
private static void Test()
{
CRMServiceClient service = new CRMServiceClient();
var accounts= service.GetAccounts();
}
You can download the Visual Studio for SO-Aware as part of our SDK: http://www.tellagostudios.com/resources/so-aware-sdk-samples-and-utilities . You can find more information about the plug-in in our product weblog: http://www.tellagostudios.com/add-service-reference-so-aware-visual-studio
I hope you enjoy this two new announcements. As always feel free to email us with your feedback.
CodeCamp 2010 [Spanish]
Buenas, les dejo disponible la ppt de la charla del sábado del CodeCamp y la demo. Espero que les haya gustado, les confieso que al principio traicionaron un poco los nervios.
Pronto estaré publicando algunos posts extendiendo el site de la demo con mas funcionalidades haciendo uso de differentes features de Access Control y Service Bus. Seguramente también, algo manejo de queues en los worker roles.
También les comparto alguns links importantes para poder arrancar con una buena lectura y resolver los problemas más comunes:
Programming Guide: http://msdn.microsoft.com/en-us/library/dd582779.aspx
El servicebus.config tienen que instalarlo según estas instrucciones para que las API estén direccionadas al AppFabric Labs, ya que por defecto usan las URL de producción.
Preparing the Local Development Environment
Si no tiene una instancia SQLEXPRESS este link les puede ayudar
Path is too long.
Downloads:
Cloud Computing Aplicado (237)
Datos de la cuenta de prueba que creé para la demo (128)
Saludos,
Adrián.
SO-Aware webinar
Are you interested on the strategies and tools that will help you to manage WCF services? Struggling to keep up with your WCF configuration? Looking for a service registry/repository solution that works seamlessness with WCF? Wondering how to effectively test, monitor, catalog your WCF services?
This Wednesday at 2pm US EST, Jesus Rodriguez will be presenting a webinar (http://www.regonline.com/register/checkin.aspx?EventId=882502) that will cover in detail the concepts, motivation and value proposition behind SO-Aware. The webinar will deep dive into the complete SO-Aware feature set including aspects such as service cataloging, centralized configuration, service testing, dependency modeling, service activity monitoring, OData API, integration with other technologies such as BizTalk Server among many others. I am planning to keep the presentation 100% practical so we are going to spend a lot of time looking at demos and code
If you are interested on learning more about SO-Aware and WCF management in general, please register here http://www.regonline.com/register/checkin.aspx?EventId=882502.
I really encourage everyone to attend it and know more about to this fantastic tool.

