state-management
Best state-management for multi language support?
I have a small web application that has multi-language 开发者_如何学Gosupport (en, de, it, fr, nl, sl, hr). This application is accessed constantly from a lot of users that use it for a short time (th[详细]
2023-03-29 23:47 分类:问答ASP.NET SQL Server state management - get appid
I am using SQL Server for state management for my ASP.NET application. In the table A开发者_如何学PythonSPStateTempSessions, there is sessionid column which is sessionid + appid. I want to know how[详细]
2023-03-27 03:30 分类:问答How cookie creation works?
I am working on Cookies. I followed http://asp.net-tutorials.com/state/cookies/ tutorial. Here Page_Load checks for BackgroundColor cookie and if it exists it will fetch the value and set the backgrou[详细]
2023-03-17 13:57 分类:问答preserve value of hidden variable over round trips
I need to maintain a unique identifier over server round trips. This开发者_如何学JAVA is applicable for any pages in the website. Hence the value of the unique identifier is stored inside a from in a[详细]
2023-03-11 20:57 分类:问答Backbone.js state management / view initialization based on url fragment
I\'m trying to keep track of the state in this app using Backbone.js: I have a \"ChartAppModel\" with a set of defaults:[详细]
2023-03-08 03:41 分类:问答Implementing 1-page JavaScript web app using the principles of MVC
How would you implement 开发者_高级运维this app in JavaScript using principles of MVC? As you can see, the app basically has 3 views: \"Sidebar\", \"Visualization\" & \"Timeslider\". The underl[详细]
2023-03-07 12:50 分类:问答what happen to web application if database crashes and how to maintain site without user knowing it?
Building a .net web application, so I just want to know what开发者_开发技巧 happens to web application if database crashes?[详细]
2023-02-22 16:00 分类:问答Best Practices for Storing JSON in URL Hash / Fragment
I\'m building a single-page AJAX application, and would like to under certain circumstances store state in JSON after the URL hash (#). I\'ve seen a couple other sites do thi开发者_开发技巧s, but I\'m[详细]
2023-02-17 05:30 分类:问答Session value in Javascript
How to re开发者_StackOverflowad and write session values in javascriptIf you speak about server-side session values, there\'s no other way than to somehow communicate with the server (e.g. with an asy[详细]
2023-01-14 18:36 分类:问答Does anyone else think instance variables are problematic in database-backed applications?
It occurs to me that state control in languages like C# is not well supported. By this, I mean, it is left upto the programmer to manage the state of in-memory objects. A common use-case is that inst[详细]
2023-01-01 10:00 分类:问答