kategorie Argief: Blou

Vinnige en maklike – Veilige blou tou Name

Dom, maar eenvoudige post.

As 'n opvolg op gister se plaas op "StorageException is ongehanteerde"Ek het gedink ek wil die wee kode uit wys ek gebruik tou name te genereer:

 

        openbare statiese string GetRandomQueueName()
        {
            Guid g;
            g = System.Guid.NewGuid();
            terugkeer g.ToString();

        } 

Soort van dom in sy eenvoud, maar werk goed vir my en het gegenereer 100 se van veilige tou name in die laaste paar weke.

</einde>

undefinedSkryf in op my blog.

Volg my op Twitter http://www.twitter.com/pagalvin

Werk met blou Toue – "StorageException is ongehanteerde”

Ek het al speel met blou toue vir die laaste week of twee en dit is smashingly gaan.  Waar was hierdie dinge wanneer ek nodig het om hulle terug in 1990?

Hierdie artikel, in die besonder, is 'n uitstekende inleiding tot toue vir. NET programmeerders: http://www.windowsazure.com/en-us/develop/net/how-to-guides/queue-service/.  Gebruik van daardie artikel, I’ve been able to pull together a really nice bit of client-server logic that is so far reliable and just works with no grief.  Really – where was this stuff in 1990?

I did hit a small stumbling block right out of the gate, egter.   As soon as I strayed from the specifics of the walk-through, I got hit with a StorageException and a “The remote server server returned an error (400) Bad Request.

image

It turned out that my queue name was off:

image

When I changed “OneQueueToRuleThemAll” to “onequeuetorulethemall” the StorageException went away.  I haven’t noticed any of the documentation calling this out but it may well do that.

Hope that helps someone.

</einde>

undefinedSkryf in op my blog.

Volg my op Twitter http://www.twitter.com/pagalvin