Improve the performance of an ASP.NET application
How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.
How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.
I know that most people recommend using HttpRuntime.Cache because it has more flexibility… etc. But what if you want the object to persist in the cache for the life of the application? Is there any big downside to using the Application[] object to cache things?
If I have the following enum
I have several parent nodes. Each parent nodes contains a list of child nodes. My showcheckboxes are set to all.
My skills are failing me, and I know I’ve seen the code around for this but I can’t find it.
Question is: Why is custom Error handling not working for non-existing paths/directories?
I’m not for sure how the ControlCollection of ASP.Net works, so maybe someone can shed some light on this for me.
Long time listener – first time caller. I am hoping to get some advice. I have been reading about caching in .net – both with System.Web.Caching and System.Runtime.Caching. I am wondering what additional benefits I can get vs simply creating a static variable with locking. My current (simple minded) caching method is like this:
Can you force HttpClient to only trust a single certificate?
I am developing a real-time client-server application using SignalR, ASP.NET and C#. I am using localhost as host and VS2013.