Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VB » .NET Futures   (RSS)

My PDC session is online - “Future directions for C# and Visual Basic”

In case you are training to play the part of a first generation Italian immigrant in a Broadway show or if you want to understand why I never short msft stock: http://microsoftpdc.com/Sessions/FT11
Posted by lucabol | 3 Comments

Luca at PDC 2009 next week

I’ll be in Los Angeles next week for PDC 2009. My session is called “ Future Directions for C# and Visual Basic ” and it comes on Tuesday immediately after the first keynote. I’m planning on spending the first half of the session talking about the biggest
Posted by lucabol | 6 Comments

An Async Html cache – part II – Testing the cache

Other posts: Part I – Writing the cache Let’s try out our little cache. First I want to write a synchronous version of it as a baseline. Private Shared Sub TestSync( ByVal sites() As String , ByVal sitesToDownload As Integer , ByVal howLong As Integer
Posted by lucabol | 2 Comments
Filed under: ,

Attachment(s): AsyncCache.vb

An Async Html cache – Part I - Writing the cache

Other posts: Part II - Testing the cache In the process of converting a financial VBA Excel Addin to .NET (more on that in later posts), I found myself in dire need of a HTML cache that can be called from multiple threads without blocking them. Visualize
Posted by lucabol | 6 Comments
Filed under: ,
 
Page view tracker