ASP.NET
specifying MaxHttpCollectionKeys for a specific page?
I am wondering if there is a way to change this value for a particular page, instead of setting it for the entire project. We are running into the limit, but only for a couple pages. Our project is using .NET 3.5.
VS2010 refuses to compile a namespace, says it doesn’t exist
I transferred my project into another computer from Win XP to Win 7. After installation, I realized that something in my App_code folder, called like mydata.web.utils namespace, has a class called like WebConstants (which is public class and public functions).
Display word/pdf/excel etc. files in browser. (Asp.net , C#.net 2008)
I have a requirement where in need to display the Pdf / Word doc(any version) or excel in the browser. Something similar to the GMAIL feature. How can I achieve this?
I am using Asp.net with code behind as C#. Application is in 2008
Stored procedure OUTPUT VARCHAR2 value truncated using 12c client
I am using oracle 11g. My stored procedure is returning varchar2 but its value is being truncated by oracle client.
Below is my code :
Why is my Boolean not being assigned the correct value?
I’ve got this ASP.Net code:
Remove hours:seconds:milliseconds in DateTime object
I’m trying to create a string from the DateTime object which yields the format mm:dd:yyyy.
What is the Triplet class used for? Is it related to Tuples?
So I just learnt about the Triplet class. I have no experience with ASP.NET, only the core .NET Framework.
The impact of multiple compiler definitions in system.codedom in web.config
All my ASP.NET web projects are being developed exclusively in VB.NET. (And so are the satellite DLL projects, which is probably less relevant.
Is it safe to use HttpClientFactory?
In my asp.net core MVC application, I’m using HttpClientFactory to create HttpClient object for requests to API server.