10 January 2012 0 Comments

Fundstück der Woche: Metrotwit

Mal wieder ein neuer Twitterclient, aber ein schöner Link: http://www.metrotwit.com/ …read more…( read more )

11 December 2011 0 Comments

Weekly Twitter Updates 2011-12-11

Verdammt früh für im Stau stehen # Powered by Twitter Tools …read more…( read more )

9 April 2010 0 Comments

MSDN estará fora do ar para manutenção durante o final de semana

O MSDN estará fora do ar para manutenção a partir das 21h (de Brasília) do dia 09/04/2010 até às 12h (de Brasília) do dia 12/04/2010. Durante esse período os participantes do WebsiteSpark não terão acesso aos downloads e emissão de chaves dos softwares do programa.

2 April 2010 0 Comments

TOGA Presentation – Using InfoPath 2010 to customize SharePoint 2010 list forms

 TOGA (Tampa Office Geeks Association) meeting this April 6, @ the Microsoft Office in Tampa.   Shane Holloman, a senior solution development consultant for Microsoft, will provide an overview and some demonstration of Microsoft InfoPath 2010 enhancements specific to building rich form based applications on the Microsoft SharePoint 2010 platform.

25 March 2010 0 Comments

To the command line enthusiasts: Some quick know-hows for Upgrading to VS 2010

Hello, I am Renin John, a Software Development Engineer in Test from the VC++ Project and Build team. I am aware that some of you prefer to do your daily work from the command prompt rather than from the IDE.

25 March 2010 0 Comments

What Immediate_sync means in Transactional Replication

What Immediate_sync means in Transactional Replication José Moreira Neto Microsoft SQL Server Escalation Services sp_addpublication parameter: [ @immediate_sync=] ‘immediate_synchronization’ Immediate_sync has a default of FALSE.  independent_agent must be true for immediate_synchronization to be true . Immediate_sync feature instructs Replication to maintain Snapshot BCP files and distributed transactions in the Distribution database should a new subscriber be created (or reinit) within the Retention period.  By default, this information is purged as soon as existing subscribers receive the transactions.  By keeping the Snapshot and transactions for hours or days, new subscribers can 1) Use old snapshot files, and 2) apply all pending changes since the snapshot.  New Subscribers (or reinit) would not need to have a “fresh” snapshot generated. IF TRUE If true , the synchronization files are created or re-created each time the Snapshot Agent runs.

9 March 2010 0 Comments

Now this is cool… and relevant!

A colleague pointed me to a recent blog post that shows a new way to learn about Visual Studio 2010 test tools.  Brian Keller is a Microsoft Technical Evangelist for Visual Studio Application Lifecycle Management.  He created an interactive tool that enables someone to quickly go from an overview of Visual Studio 2010 test / build / lab management capabilities down to a detailed video demonstrating a concept.  It is really cool.  The tool uses Microsoft Deep Zoom and Microsoft Silverlight.  From the Deep Zoom site : Deep Zoom provides the ability to interactively view high-resolution images. You can zoom in and out of images rapidly without affecting the performance of your application.

9 March 2010 0 Comments

Which Version of SQL Server Should I Use?

Thinking about running TEMENOS T24 on SQL Server? Then you’ll want to know about versions and compatibility. Look no further

7 March 2010 0 Comments

It’s been a long time…

This blog goes live again. Stay tuned for exiting stuff

7 March 2010 0 Comments

Serialization overheads

While choosing DataContractSerializer/NetDataContractSerializer for serialization we have to be careful about the serialization overhead that can be incurred. For example when serializing the following class which has 1K of char buffer the serialized output size is around 19K.

7 March 2010 0 Comments

DBCC CheckDB fails The database could not be checked as a database snapshot could not be created and the database or table could not be locked

Problem Description ================= DBCC CheckDB fails with error Error === Msg 5030, Level 16, State 12, Line 1 The database could not be exclusively locked to perform the operation. Msg 7926, Level 16, State 1, Line 1 Check statement aborted.

6 March 2010 0 Comments

XNA and Silverlight coming to Windows Phone Series 7

Wow – it’s been a long time coming :)    I still have memories of putting together the MIX demo of Silverlight running on Windows Mobile several years ago… mainly lots of sleep deprived nights :)   What a long way we’ve come indeed.  I’m super excited along with the rest of the XNA, Silverlight and Windows Phone organizations to see the announcements coming from Charlie Kindel and Michael Klucher.  Check out their blog posts! Charlie Kindel’s Blog Kluch’s Blog It’s pretty fun to see all of this coming together.  I’ll actually be heading to GDC along with a crew of XNA folks next week.