Hello .I wonna installed and assembled that applications to storing object in Cache.That aplication have huge opportunities to operate on Cache,can simple inserting,updating,deleting object in cache.
I working in Net Framework 4, and VS Studi Exprss 2010,wit MSSQL 2008 R2 express,i tried instaling Vleocity but instalation filed.I read requaiments ,and it is for framework 3.5 and mssql server 2005 .
I wonna ask is something as velociy for Net.Framework 4 and MSSQL 2008R2 ??
Its too bad i working on Windows XP SP3 now, it not support it:( I know -its old OS ,but ill will can change it for next year.
If you really want to use AppFabric and are planning to upgrade to an OS sometime this year that will support it, and need something to bridge the gap until then, why not just use Caching native to ASP.NET. It will allow you to cache your data in key/value
pairs and provide you with all the functionality I imagine you will need. Especially if all the software (IIS, SQL, etc.) are installed on a single XP box. Have a look at the following for information on caching data in ASP.NET:
xRidx
Member
573 Points
235 Posts
Project Velocity on Framework4??
Dec 18, 2011 08:08 PM|LINK
Hello .I wonna installed and assembled that applications to storing object in Cache.That aplication have huge opportunities to operate on Cache,can simple inserting,updating,deleting object in cache.
I working in Net Framework 4, and VS Studi Exprss 2010,wit MSSQL 2008 R2 express,i tried instaling Vleocity but instalation filed.I read requaiments ,and it is for framework 3.5 and mssql server 2005 .
I wonna ask is something as velociy for Net.Framework 4 and MSSQL 2008R2 ??
sivilian
Contributor
6235 Points
1194 Posts
Re: Project Velocity on Framework4??
Dec 18, 2011 09:20 PM|LINK
Velocity, I believe was not the final version of this technology. It was just a technology preview, which I believe needed Framework 3.5..
The final release is Windows Server AppFabric, which may be what you are looking for.
hope this helps,
sivilian
xRidx
Member
573 Points
235 Posts
Re: Project Velocity on Framework4??
Dec 18, 2011 10:26 PM|LINK
Its too bad i working on Windows XP SP3 now, it not support it:( I know -its old OS ,but ill will can change it for next year.
Mayby is different way???
Ok i cant use AppFAbric but i found other solutions on this site:
http://www.couchbase.com/downloads#source
Witch solutions of this site will be have best performance and scalablity to easy menaging cache objects.
Thx for answer.
atconway
All-Star
16846 Points
2756 Posts
Re: Project Velocity on Framework4??
Jan 09, 2012 02:03 PM|LINK
If you really want to use AppFabric and are planning to upgrade to an OS sometime this year that will support it, and need something to bridge the gap until then, why not just use Caching native to ASP.NET. It will allow you to cache your data in key/value pairs and provide you with all the functionality I imagine you will need. Especially if all the software (IIS, SQL, etc.) are installed on a single XP box. Have a look at the following for information on caching data in ASP.NET:
Caching Application Data:
http://msdn.microsoft.com/en-us/library/6hbbsfk6.aspx