in-memory
ASP.NET MVC 3 in-memory data store
I have a project which provides users with a list of current tasks that need to be completed. Any user can complete any task, and so to ensure that only one user is working on a task at a time I need[详细]
2023-04-09 19:48 分类:问答Validating XML that is a DOM document
How do I validate an XML document that I开发者_JS百科 already have in memory as a DOM Document?You can use the javax.xml.validation APIs to validate XML in memory.Below is an example of using these AP[详细]
2023-04-06 22:42 分类:问答How to create an in-memory JarFile?
I\'m trying to write a function like: public Map<String, Document> getTestXml(JarFile jarFile) {[详细]
2023-03-18 18:13 分类:问答c# - Convert doc to pdf in memory
We\'re using a 3rd party XML messaging service that requires an embedded PDF file when sending a file. We currently have word files we\'d like to send using this messaging service, which requires us t[详细]
2023-03-10 22:45 分类:问答full-text search on in-memory business objects
I would like to ask for advice on best-practices concerning search on in-memory objects. Our business data is represented as in memory C# objects. It is explicitly specified which properties of the o[详细]
2023-02-28 23:57 分类:问答compiling assembly from the other just compiled assembly
I need to compile assembly in memory, that can compile another one. There is a form with one button. Here is a code of the form[详细]
2023-02-27 06:50 分类:问答Random error when testing with NHibernate on an in-Memory SQLite db
I have a system which after getting a message - enqueues it (write to a table), and another process polls the DB and dequeues it for processing. In my automatic tests I\'ve merged the operations in th[详细]
2023-02-25 08:31 分类:问答Warning when using Apache Derby in memory
I have a number of unit tests, which use Apache Derby in memory. My connection url is: jdbc:derby:memory:srf.derby;create=true[详细]
2023-02-19 05:22 分类:问答WCF in memory / assembly binding
Are there any options on using WCF to do in memory calls to assemblies? Currently we deploy multiple services over basicHttp binding on different servers, for a single machine installation it would be[详细]
2023-02-12 14:59 分类:问答Migration to cloud database
I am assessing the po开发者_如何学编程ssibility of my organization (software as a service org) migrating parts of our existing disk-based DBs to an in-memory cloud-based DB model (hosted in our datace[详细]
2023-02-10 00:05 分类:问答