This could be a silly/lame question, especially after working so long with ASP.NET :), but I need to be sure.
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.
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
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
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
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