哪个是在asp.net应用程序中使用的最佳状态管理? [英] which is the best state management to use in asp.net application?

查看:73
本文介绍了哪个是在asp.net应用程序中使用的最佳状态管理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是在asp.net应用程序中使用的最佳状态管理?我想知道它我是开发网站的新手我们正在使用这个会议



i有网站使用产品我们正在维护会话所以它需要很多时间和我有大约22000种带图像的产品还告诉我如何绑定图像?提前谢谢.........

which is the best state management to use in asp.net application? i want to know it i am new to development site we are using sessions for this

i have website using products and we are maintaining sessions so it takes lots of time and i have around 22 thousand products with images also tell me how to bind images ? thanks in advance.........

推荐答案

实际上这取决于您的要求。实施状态管理是一个非常棘手的问题,因为它涵盖了性能,安全性,一致性和可靠性。该网站有9,955,587(截至目前)成员,其中大多数都有图像。你的表现永远不会有任何问题。状态管理技术还取决于您拥有的应用程序类型(Web Farm,Web Garden或简单的Web应用程序)。因此,我建议您评估您的要求,然后再详细说明。否则你将无法得到准确的答复。您最终可能会使用最简单的要求并不需要的技术。
Actually it depends upon your requirement. Implementing state management is a very delicate issue as it covers performance, security, consistency and reliability. This website has 9,955,587(as of now) members and most of them have images. You never have any problem regarding its performance. State management technique also depends upon what kind of application you have is(Web Farm, Web Garden or a simple web application). So I would suggest you to evaluate what is your requirement and then come back with specifics. Otherwise you will not get the accurate response. You may end up using a technique that is really not required for the simplest of requirement.


如果您的应用程序将被百分之一使用,我的建议是在数据库中进行会话管理。成千上万的用户和Web集群用于负载分配。
My advice is to go for Session management in the database if your application is going to be used by hundred of thousands of users and web cluster is used for load distribution.


您可以根据需要使用Cookies,Session,QueryString。



简要说明请访问它... :)



初学者ASP.NET中的状态管理技术简介 [ ^ ]
you can use Cookies,Session,QueryString as per your need.

to explain in brief please visit it...:)

Beginners Introduction to State Management Techniques in ASP.NET[^]


这篇关于哪个是在asp.net应用程序中使用的最佳状态管理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆