«Arquitectura de Soluções Cloud» @ Windows Azure [R]Evolution 2012.06.20

0
Tomorrow morning I’ll be presenting a session on the topic or Architecture of Cloud Solutions at the Windows Azure evolution event in Lisbon. It’s an easy to follow...

User License Enforcement in SharePoint 2013

4
Note: this post was first published in the European SharePoint Community blog. Amongst the several new features included in SharePoint 2013, there is one that I have unfairly...

Novas – BizTalk e IBF

0
Com o SP1 do BizTalk fresquinho a instalar enquanto escrevo (o Readme diz algumas das novidades, mas aqui está uma lista dos fixes incluídos), e com muitas outras novidades...

Software Factories: O Livro

0
Aqui há umas semanas atrás, enviei um post sobre Software Factories em que referi o livro do Jack Greenfield e Keith Short. Comecei ontem a ler este livro, e...

Virtual PC 2007 : RC – Things you should know

0
Virtual PC 2007 : RC is out. I've downloaded this afternoon from the Connect Website..WARNING: Saved States are not compatible between Beta and RC.

Using Sandcastle to Generate Documentation

0
Sandcastle is Microsoft's documentation compiler. It uses reflection of source assemblies and integrates the XML comments placed in the code by the developer to generate comprehensive MSDN-like documentation. Actually,...

Flushing the BLOB cache in SharePoint 2010

0
If you’re developing a SharePoint-based public Internet portal, you’re probably using the BLOB (Binary Large Object) cache. This caching mechanism stores a copy of the binary files (images, documents...

Sending an email with attachments using Outlook and PowerShell

6
A few days ago, I had to find a way to automatically send an email with attachments, at a predetermined time, using Outlook and PowerShell. I decided to use...

PDC2005: DSL Tools

0
Podem recordar-se que há alguns dias atrás enviei um post sobre Domain Specific Languages (DSL) e Software Factories. Uma das apresentações mais interessantes que vi no PDC foi precisamente sobre...

High Availability Configuration in Velocity

0
If you create a new cache with secondaries enabled new-cache -CacheName NamedCache1 -Secondaries 1you need to have more than one cache host, otherwise the cache won't work. In my first...