«The Azure App Service Architecture» @ Microsoft Developer TechRefresh 2015–Lisboa

0
Yesterday we had another Developer TechRefresh at Microsoft Lisboa, where I and my colleague André Vala both presented sessions. My session was a repeat of the Build 2015 session...

Latency test between Azure and On-Premises – Part Five

0
Point-to-site. PTS for now on. PTS is a way of connecting single clients (machines) to a gateway in Azure, without connecting the entire infrastructure to it. In this case,...

Where’s Microsoft going?

0
|create|it| has had a strong bet on Microsoft technologies since day one. We strongly believe it has the best overall platform, the one best suited to solve our customer’s...

Send Email In AWS Using SQS, SNS and Lambda Function

0
This post explains how to build an AWS infrastructure so you can send an email from AWS to a subscribed email account. We will use SQS, SNS and Lambda...

BizTalk 2010 R2 announced

0
Last week Microsoft announced the next release of BizTalk Server, for now called 2010 R2. Charles Young already wrote an overview of the features and product positioning, but I...
TugaIT Preview Image

100 hours of fun: Tuga IT 2017!

0
Tuga IT is surely one of the best and biggest tech events happening at Portugal. Look at this: A three-day event with a full day of workshops and two full days...

DevDays09: Wrap Up

0
This year the usual TechDays event focused exclusivelly on Dev contents, and reduced to two days. I was help at IST’s campus on Tagus, a smaller but also cosier...

Provision a database programmatically in Azure SQL database with a failover group

0
This post will explain how to provision a database programmatically in a Azure SQL database and add it to an Azure SQL failover group. Introduction An Azure SQL Server failover group...

PDC08 + TechEd Emea 2008

0
Next week I’ll be off at PDC08, which is shaping up to be as good as PDC05 was, with a lot of sessions on Today’s hot topic: Cloud Computing....

Entity Framework – Update Database using Azure Pipelines

Introduction The pipelines bring to us the opportunity to create automatic tasks to execute development operations, like deploys, migrations, tests, etc. Focused in the deploy routine, some applications need other...