Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VB   (RSS)

A version of the AsyncCache found its way into the Parallel Programming samples …

Go here to download them. It is in \ParallelExtensionsExtras\CoordinationDataStructures. It has a slightly different design in that it returns Tasks. I’m trying to get Stephen to blog about it so that you can compare them.
Posted by lucabol | 3 Comments
Filed under: , ,

I talk about C# and VB Co-Evolution on Channel9 (and some F# …)

The title says it all. If you are interested, go here .
Posted by lucabol | 3 Comments
Filed under: , ,

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