High memory usage by ASP.NET applications
We have an issue with some of our ASP.Net applications. Some of our apps claim a large amount of memory from start as their working set.
We have an issue with some of our ASP.Net applications. Some of our apps claim a large amount of memory from start as their working set.
I’m cleaning up some legacy framework code and a huge amount of it is simply coding by exception. No values are checked to see if they are null, and as a result, copious amounts of exceptions are thrown and caught.
for my WebAPI OData application, im trying to give my client (browser) the decision what format the data output should be. as $format is not implemented yet in WebAPI OData, im using Raghuramn’s example here: https://gist.github.com/raghuramn/5556691
I am trying to force a download of an XML file when the user visits a page.
I have two instances of a user control on a page. Both have fields and one submit button.
I have a user control in C# in ASP.NET. This user control has a method in the code-behind that is defined as follows:
I created a web page and I used to add server side controls to table dynamically.
Is there any advantage/downfalls between using the inline write tag instead of the resource tag? Example:
I am using RangeValidator to validate date enter in textbox and its working fine with default date format but now i want the date format in “dd/MM/yyy” but its generating excption with this date format. please provide me solution
my code:
I want (barely computer literate) people to easily submit a large number of files (pictures) through my web application. Is there a simple, robust, free/cheap, widely used, standard tool/component (Flash or .NET – sorry no java runtime on the browser) that allows a web user to select a folder or a bunch of files on their computer and upload them?