application-variables
Can ASP.NET session live longer than Application
This could be a silly/lame question, especially after working so long with ASP.NET :), but I need to be sure.[详细]
2023-04-03 21:32 分类:问答Share an object application-wide in ASP.NET MVC3
I have an ASP.NET MVC3 web application with C# and Razor. Through a form in a View I get the Context.User.Identity.Name submitted to an action method in a Controller A.[详细]
2023-03-02 21:21 分类:问答Is storing List of 1000+ instance of my custom class in session a memory problem?
Is s开发者_运维百科toring a list of 1000 instance of my custom class to the session variable a good approach ?My asp.net web app need multilingual support and i am storing the labels in a table.I will[详细]
2023-01-19 03:34 分类:问答Saving Data to Registry on Windows 7
I heard that Windows 7 restricts access to its registry, so that applications cannot write directly to it.Is this so?I am developing an application in C#, and I would like to be able to save things su[详细]
2022-12-30 13:06 分类:问答Accessing application variables in DataAccesslayer (another project under same solution)
I have a solution with 3 projects.One of UI (contains web pages) 开发者_StackOverflowand one for BL and one for DataAccess layer.Now i want to access one values stored in application variable in one c[详细]
2022-12-09 19:30 分类:问答Application variables and performance?
Would usage of more number of application variables affect the performance of an asp.net webs开发者_C百科ite ?not in any significant way.If you create large objects during run-time it definitely affec[详细]
2022-12-09 12:47 分类:问答