Search Wiki:
The Microsoft project code named “Velocity” QuickStart is a series of samples designed to quickly acquaint developers with the syntax, architecture, and power of the “Velocity”. The QuickStart samples are designed to be short, easy-to-understand illustrations of Microsoft project code named “Velocity” features. By the time you have completed the QuickStart tutorial, you will be familiar with:

  • Usage of API’s
  • Understanding the cache aside design
  • Setting up the development environment for both Non-Web Applications and Web Applications.
  • Customize the code to test your own code snippets
  • Understand and test performance improvements that product offers


Note: Microsoft project codename “Velocity” CTP Samples are now available under – http://go.microsoft.com/fwlink/?LinkID=168902
Last edited Nov 16 2009 at 5:21 AM  by VelocityTeam, version 5
Comments
maparash wrote  Jun 20 2008 at 10:56 PM  
Could not get it to work !!
Getting error in the WebSampleApplication webconfig file
Child nodes not allowed. (web.config line 86)
I m using VS2005 and .Net 2.0
Thanks
Manu

fregate wrote  Jul 3 2008 at 10:53 AM  
Manu, please check pre-requisits:
VS2008
.NET 3.5
Windows XP SP3

Cheers

JueJue1984 wrote  Jul 10 2009 at 8:03 AM  
How to add a cache which base on cluster?

JueJue1984 wrote  Jul 10 2009 at 9:01 AM  
How to add a cache item which based on cluster?

thanks

srinat wrote  Jul 24 2009 at 10:50 AM  
Hi,
How to retrieve the session data from the velocity cache (i.e how do I get the values from Velocity which I inserted using asp session.add)
I have the required session state settings in the config file

thanks

mlieser wrote  Sep 26 2009 at 11:43 AM  
there is a mistake in the helpfile in CTP3 after changing Names from CTP2 in the article "How to: Configure a Session State Provider (XML)".

there is written: Microsoft.Data.Caching.SessionStoreProvider instead of the correct new name -> Microsoft.Data.Caching.DataCacheSessionStoreProvider

Updating...
Page view tracker