Search results

  1. A

    How to access cache in .Net 5

    Great. Thank you so much
  2. A

    How to access cache in .Net 5

    One last question markw, In the context of a web application, should I run this code per request? // Connect to the ScaleOut service (in this case, one host running locally): var conn = await GridConnection.ConnectAsync("bootstrapGateways = "); //...
  3. A

    How to access cache in .Net 5

    Hi markw, Thank you so much. This is exactly what I was looking for. regards,
  4. A

    How to access cache in .Net 5

    Hi guys, I am trying to use scaleout cache in a .Net 5 application an I am a bit confused. Here's what I know so far by following the article: https://static.scaleoutsoftware.com/docs/user_guide/installation/windows/steps.html #1: Install package "Scaleout.AspNetCore" #2: Add this section...
Top