Search results

  1. N

    How to Store the Data values in the Scale Out State Server using DataSet?

    Hi Aaron, In our project we have to implement scale out state server for that we are storing the data in the SQL server in that we are Insert/Update/Retrieve/Delete operations are performing. But, SQL columns to be mapped to the Scale Out State Server In-Memory Data Grid. For the first time it...
  2. N

    How to Store the data values into dataset?

    In our project we have to implement scale out state server for that we are storing the data in the SQL server in that we are Insert/Update/Retrieve/Delete operations are performing. But, SQL columns to be mapped to the Scale Out State Server In-Memory Data Grid. For the first time it loads the...
  3. N

    How to connect data through sql server as well as scale out state server in single process at a time?

    Hi Sir, My Question: In the WPF project we need to connect the database through sql server and as well as Scale Out State Server. Before that we need to map entire columns in the state server and one thing is for the first time we need to connect data through sql server, after each and every...
  4. N

    Why do we need NamedCache and CreatePolicy methods in the Scale Out?

    Hi Sir, My Question: Why we need to use NamedCache method in the WPF project? and also CreatePolicy constuctor where do we used? Thanks Naveen
  5. N

    Without Interfaces we can use Scale Out Methods and Properties or not in WPF Project?

    Hi Sir, My Question: Is it Interfaces are mandatory for the Scale Out State Server? and also while using one method as setBackingStoreAdapter(IBackingStore,BackingStorePlociy). In this method IBackingStore refers an Interface.Is there any way to use this method without interface. Thanks Naveen
  6. N

    What are the Access key and secret key to be specified for AWS Management?

    Hi Sir, Will u send me the keys for the AWS Management? How it can be used? How it can be accessed? Is this Management looks same as like SQL Server? Thanks Naveen
  7. N

    We can store the connection string in the scale out state server?

    Hi Sir, We can add the connection strings and queries in the scale out state server? After adding this queries to the scale out, how it can be accessed again? when we call the same connection query in our application? how it can be accessed? how it will reduce the time? Thanks Naveen
  8. N

    how to save the queries and data in scaleout state server?

    Hi Sir, I have some doubt regarding the cache data values in the scale out state server, and also how it will be added in the scale out? Thanks Naveen
  9. N

    Why do we need to change the Target Framework of .Net Framework 4 Client Profile to .Net Framework 4?

    My Question: If we don't change the property to .Net Framework 4, the scale out assemblies cant be used in Windows Presentation Foundation project. Please send me the reason that why it can't be accessible by setting the property .Net Framework 4 Client Profile?
  10. N

    How to configure database in the Scale Out State Server?

    Here my question is how to add database in the scale out state server? and how can be used in wpf project? how to set the map reduce methods in the wpf project? In the local system that is connected to LAN in that i tested the scale out state server software to find out the solution for our...
  11. N

    How to use the Namespace and svcdotnet assemblies in Window Presentation Foundation?

    I have problem while adding the references of soss_namespace and soss_svcdotnet in the Visual Studio while running my application getting an error as " The type or namespace name 'Soss' could not be found (are you missing a using directive or an assembly reference?)? why it happens like that...
  12. N

    Scaleout software can't be accessible in silverlight? why it so?

    Is there any possibility to use the namespace and svcdotnet assemblies in silverlight?
  13. N

    How to configure scaleout in Server?

    How can be used the scale out software in the Windows Presentation Foundation project? How it can be used?
Top