ASP.NET Hang – Generic Dictionary concurrency issues causes GC deadlock
In the last month our ASP.NET web app has stopped responding to requests and we have had to reset the app pool to get it back up.
In the last month our ASP.NET web app has stopped responding to requests and we have had to reset the app pool to get it back up.
Class file Conflicts in C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Files is preventing me from building the solution. Even though I try emptying out the folder, each time Visual Studio starts the build process, it brings in the class file in to the temp folder with the same folder name. If I restart the machine or leave it overnight, project build without error. Is there anyway to tell Visual studio to delete/ignore/clean any lingering class files that could be in the temp folder?
I want to set a DateTime property to the previous day at time 00:00:00. I’ve tried using DateTime.AddDays(-1) and DateTime.AddTicks(-1) and they aren’t working. Is this the right way to do it?
I have a a string in c# initialised as follows:
I have downloaded Typescript plugin for Visual Studio, installed it and restarted my PC. I have also installed both VS 2013 Express for Web and VS 2013 Ultimate Preview but TypeScript is just not there. There are no File Templates, No Project Templates, nothing.
We know that IIS caches ConfigurationManager.AppSettings so it reads the disk only once until the web.config is changed. This is done for performance purposes.
How to decrease the page load time in ASP.NET application? What should be the precautions and specially when we are interacting with databases
Startup.cs is a new way to initialize your app instead of Application_Start in Global.asax and it’s fine. But is there a place to put my teardown logic, for example this:
Hi I’m creating a login form from scratch in c# using 3 tiers. I’ve managed to build a working form that checks if the user data is correct. If he filled in the wrong data he’ll get a message. But now I need to create a session to store the id.
I have an ASP.NET site with a fairly slow search function, and I want to improve performance by adding the results to the cache for one hour using the query as the cache-key: