Mog Liang's Tech Blog: Azure Storage Analytics Viewer: Tool usage: Azure storage analytics is a very useful feature. It can help to isolate and debug Storage related issue. However, the met...
Here is an example how to make a composite primary key in EF Code First
public class Something
[Key, Column(Order = 0)]
public int Key1Name { get; set; }
[Key, Column(Order = 1)]
public int Key2Name { get; set; }
}
Etiquetas: Code First, Entity Framework, Primary Key
O Primeiro Evento da Comunidade HTML5 PT já está agendado !!
É no próximo dia 7 de Julho no auditório da Microsoft às 19 horas.
Para além de ser o ponto de encontro ideal para trocar experiências e ideias com outros developers e empresas ligadas ao HTML5, tens também acesso livre a duas talks às quais não deves faltar.
Talks do Evento
Título: Aplicações Offline
Título: Novas APi’s no HTML5
Mais informações em http://html5pt.org/?p=193
Turns out you can “fix” it. I got a very helpful email today explaining that you can simply run Windows Live Messenger in Windows Vista compatibility mode to move its icon back to the tray where God intended. To do so, quit Messenger. Then, find the executable file, msnmsgr.exe (it’s in C:\Program Files\Windows Live\Messenger by default), right-click it, choose Properties, and visit the Compatibility tab. Under Compatibility Mode, select “Run this program in compatibility mode for” and then choose Windows Vista from the list. Click OK and restart Messenger. Voila!
@http://community.winsupersite.com/blogs/paul/archive/2009/01/04/put-messenger-back-in-the-tray-in-windows-7-where-it-belongs.aspx
Etiquetas: Windows 7
A conta pré-definida é sempre a primeira a aparecer (reiniciar depois de alterar a conta pré-definida) mas se quisermos alterar a ordem de todas?
Aqui está a solução:
http://sidvind.com/wiki/Thunderbird:_Change_account_order
Etiquetas: ThunderBird