Click here to Skip to main content
15,896,278 members
Everything / AppFabric

AppFabric

AppFabric

Great Reads

by Roman Kiss
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.
by MadhurimaS
A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features
by Gil Fink
The tip explains how to enable the local cache feature of Velocity (Microsoft Distributed Cache).

Latest Articles

by Melick
How to resolve the issue: AppFabric installation failed because installer MSI returned with error code: 1603
by Chris Villinger
This article discusses considerations around migrating to a new distributed cache as Microsoft’s AppFabric reaches end-of-support.
by mpolaczyk
Public Key Auth - Why it's better than simple password and how to configure

All Articles

Sort by Score

AppFabric 

29 Apr 2010 by Roman Kiss
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.
2 Jan 2012 by MadhurimaS
A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features
26 Jul 2010 by Gil Fink
The tip explains how to enable the local cache feature of Velocity (Microsoft Distributed Cache).
14 Sep 2010 by renga83
How to achieve caching in windows server 2003(with out appfabric case) and windows server 2008..?..is there any compactiable?..because i have developed my web application using windows server 2008..but client only have windows server 2003..that situation..how to write code to support in both...
14 Sep 2010 by renga83
what is difference between windows server Appfabric - windows server 2003 distributed cache client and windows 2008 server(windows 7) caching difference?..how to add cache client in windows 2003 and 2008 coding wise..?
10 Jan 2011 by Paul_FT666
Hello,I created a simple long running workflow with flowchart and I’m using WorkflowServiceHost to host it on a console application, I’m using persistence too.In order to manage instances I created a couple of endpoints:WorkflowControlEndpoint controlEndpoint =new...
23 Jan 2012 by Gastonp_103
Is there any api or something which I can use from my c# application to manipulate the information that the appFabric dashboard provides??For example accessing the information of the dashboard from my website so I can give much more information about the state of the proceses, wcf fails,...
4 Feb 2012 by Adnan Masood
How to test and Ensure that AppFabric Service is up and running
29 Feb 2012 by zainemma
I am developing an application is android, for which I need to display a stopwatch to the user. Any tutorial might be helpful!!
27 Mar 2013 by Ahmedfci_90
I am using appfabric to persist a xamlx workflow. The workflow should create a task and wait for my approval. Once i approve, the task status should be completed and then the workflow should execute the next step.I configured the appfabric to unload the instance from the memory after 30...
29 May 2013 by Abhik03
I have developed an web application and am trying to store an object in the cache. But, I'm getting an Error: The type initializer for 'Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration' threw an exception.My Code to Add:public static void AddToCache(string cacheName,...
29 May 2013 by mpolaczyk
Public Key Auth - Why it's better than simple password and how to configure
7 Aug 2013 by Stephen Hewison
Hi,I'm in the infrastructure planning phase of a nice new green field project.Oh how I love green field projects... The opportunity to adopt something new from the endless development technologies in the market place.I've spent the afternoon reading white papers and the MSDN content...
20 Aug 2013 by riverblues
We currently use SQL for out-of-proc storage of ASP.Net sessions. We are looking to move to AppFabric. I was also reading about NoSql (Redis/CloudBase). From what I researched, both are good alternatives to SQL though NoSQL does not match up to the memory management of SQL. I am looking if...
20 Aug 2013 by Mehdi Gholam
You are definitely better off using a Key/Value store for your asp.net sessions instead of SQL-Server.There are a multitude of different KV stores out there both on-site and hosted.
6 Feb 2014 by sujay5
Invalid file share.Specify a shared network folder of the form \\server\share\...Exception:Path does not exist,is not a directory, or cannot be accessd.
30 Apr 2014 by Chiranthaka Sampath
I want to know how can I start and operate scanner using Visual C++. The purpose is I'm using SharePoint 2013 and there is a requirement to capture scanned docs from the scanner and stored them into a document library. To do that there are many 3rd party vendors who sell plugins that have this...
30 Apr 2014 by Rage
I think you need to get into TWAIN:A C++ Wrapper for TWAIN[^]http://stackoverflow.com/questions/12515451/twain-example-c[^]
30 Apr 2014 by RahulMGunjal
check following linkhttp://www.ucancode.net/Visual_C_MFC_Samples/Free-VC-TWAIN-Sample-Source-Code.htm[^]
26 Feb 2015 by Charan_Kumar
Hi friends,Following is the issues i am facing in appfabric. Waiting for help?System.InsufficientMemoryException: Failed to allocate a managed memory buffer of 268435456 bytes. The amount of available memory may be low. ---> System.OutOfMemoryException: Exception of type...
14 Apr 2016 by Chris Villinger
This article discusses considerations around migrating to a new distributed cache as Microsoft’s AppFabric reaches end-of-support.
4 Jun 2017 by Ravi Bhavnani
Adding a button to your layout is only a small part of what you need to do. To subscribe a user to a YouTube channel, you need to first understand the YouTube API and then use the Subscriptions.insert[^] method. /ravi
27 Jan 2019 by Melick
How to resolve the issue: AppFabric installation failed because installer MSI returned with error code: 1603
11 Jun 2011 by Omar Al Zabir
Caching large objects, duplicate objects, caching collections, live objects, thread unsafe caching and other common mistakes break your app instead of making it fly. Learn ten common caching mistakes devs make.
1 Jan 2011 by Gareth Barlow (NBNi)
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.
22 Jul 2010 by MMuazzamAli
Guide to build and test a simple Web Service in Workflow Foundation 4.0.
31 Jul 2010 by Gil Fink
The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory.
29 Feb 2012 by Richard MacCutchan
17 Jun 2015 by Yvan Rodrigues
This can't be done using the serializers that are built into .NET; however on this site you will find many people's serializers [^] that they have developed themselves.
14 Sep 2010 by #realJSOP
You can't add cache to windows server programatically. It's a server setting that the admin specifies.Why don't you try googling for the other info. I'm willing to bet the answer is out there somewhere, and we'd probably have to google to find the answer for you.
17 Jun 2015 by Femi Osibote
I have to make all object that I would use in caching serializable by decorating each class with the serialize attribute[serialize]. The problem is that there are potentially 100s of object in my project that I could use during caching and I do not want to decorate all of them with the...
4 Jun 2017 by Member 9983063
Hello Guys, i am working on a app and in this app i want to make a button if someone click on this button so they will subscribe to my youtube channel please help and tell me how can i do this. Thanks in Advance What I have tried: