Posts by Year

2023

Implementing cross HUBs routing in Azure

12 minute read

In this blog article, I’ll show you how to arrange the routing between two Hubs that are peering with each other so that all spokes in both Hubs can communic...

Back to top ↑

2022

Azure Disk Burst in a nutshell

4 minute read

Azure offers the ability to boost disk storage IOPS and MB/s (throughput) performance. Currently, there are two managed disk types that can burst, premium SS...

Back to top ↑

2021

Back to top ↑

2020

Back to top ↑

2019

Azure AD Endpoint V1 vs V2

9 minute read

The objective of this memo is to summarize in one single page the main differences between Azure AD Endpoint V1 vs V2, with a focus on client libraries and s...

Back to top ↑

2018

How to set ImageView ScaleType to TOPCROP

3 minute read

Yesterday I have had the need to align TopCrop an image inside an Android ImageView. Unfortunally Android ImageView doesn’t allow this crop style, so I have ...

Back to top ↑

2017

From Visual Studio To Lametrictime Clock

22 minute read

The number of new smart devices to play with grows day after day. The baseline to work with them is essentially always the same set of technologies: federate...

Back to top ↑

2016

Demo Xamarin PebbleSport integration app

1 minute read

If you are looking for a Xamarin Android sample that show how to manage the Pebble Sport app from a Xamarin Project, I have just released on github a sample ...

Back to top ↑

2015

Back to top ↑

2013

Back to top ↑

2012

Back to top ↑

2011

Back to top ↑

2010

NicolTIP#008- Windows 7 God mode

1 minute read

God Mode is a secret Windows 7 Feature (If you can call so!!), which provides you an extended control panel to control your machine. Here are the Steps to in...

Back to top ↑

2009

Back to top ↑

2008

Chrome OS?

less than 1 minute read

Yesterday evening I had the opportunity to read in detail the document that describe Google Chrome features. Interesting is that if I read "O.S." e...

WPF - How to embed an Icon in an Assembly

less than 1 minute read

You can easily integrate resources in your Windows Presentation Foundation application by using the WPF designer for Visual Studio and "pack:" URI ...

Custom ListBox Layout in WPF

less than 1 minute read

Today I used this useful article found a couple of articles that describe first steps on WPF ListView Customization. Check it out if you have time. Custom Li...

Back to top ↑

2007

WPF and its positioning versus Windows Form

3 minute read

User interfaces are a fundamentally important part of most applications. Making those interfaces as effective has possible can have measurable benefits to th...

Avoid threads deadlock

less than 1 minute read

On this month's issue of MSDN Magazine, Stephen Toub describe the class DdMonitor. DdMonitor implements almost all interfaces exposed by .NET System.Thr...

How to digitally sign a string

2 minute read

The first step is to create a pair of key(pulic/private): RSACryptoServiceProvider RSA = new RSACryptoServiceProvider();string publicKey = RSA.ToXmlString(fa...

Back to top ↑

2006

ps_x_TemplateManifestGivenRequestUUID error

1 minute read

40004: OHSBE Error in: SbeMasterController.GetServiceUrisResponse(), Description: SbeMasterController.ProcessGetServiceUrisResponse(): Database error. Proced...

OHSBE ThrottleInterval must be > 0

1 minute read

In production environment never set ThrottleInterval=0 because may cause a condition called thread exhaustion.Follow a list of error you can encourr: Event T...

Back to top ↑

2005

Multiple SBE Monitor issue

less than 1 minute read

Do not run more than one SBE Monitor for a set of load-balanced OHSBEs. One of the error you can encounter is the following:<PRE><SubmitOrderComplet...

Back to top ↑

1972

Back to top ↑