I'm attempting to add an AAD service dependency to a new ASP.NET Core Web App (MVC) project. I went to Connected Services, clicked on "Add a service dependency"
Today I was working on a .NET Core 3.0 project (VS 2019). I added a CSS class to a <span> on one of my pages. That's it. Nothing else. I figured publishin
I have a requirement, where I validate user using Windows Authentication. Till there it works perfectly fine. But when I try to redirect to respective controlle
I have an existing 20-page pdf file. I need to extract data from our database and incorporate it into a pdf document for specific positions. I did research on G
I have 3 projects: Net Core 3.1 MVC project. Net Core 3.1 Web Api project with JWT auth --> connected to db via Entity Framework (Xamarin app that also uses
I am working on MVC platform and I am calling jqGrid using JSON GET. I have read on Request Limits, maxQueryStringLength, maxAllowedContentLength, maximum leng
I uninstalled the basic bootstrap template that comes with .net MVC Application and installed the bootstrap 5.0.2 from NuGetPackage Manager. Now I am Encounteri
In an ASP.NET MVC application, I have a file MessageController.cs where I define EditMessage for access via HttpGet and HttpPost. Usually the user first accesse
I'm new to ASP.NET MVC and I'm trying to figure out how to zip and download files stored in a database. Do I need to zip the files, save them in memory or serv
I have a strange problem. We are using C# for an ASP.NET MVC application, and JavaScript with jQuery and Data Tables for the frontend. In the frontend, a part o
I want generate a heap overflow error and slow down the system, however I have created alot of objects on class level, later on creating that class object milli
I am using ASP.NET MVC 5. My goal is to cache CSS and JS files for at least 24 hours. I tried this code with no luck: https://docs.microsoft.com/en-us/iis/con
New information: After much messing around with trying to manipulate the URL I almost got it working but not quite. Then I discovered that it works without any
In trying to localize my application, the query string localization has worked and accept language header also working, but routing is not working. Here is my c
We use latest ASP.NET MVC, Vue.js at company. Is there a version for chrome and Microsoft edge that you can say that it should be above the following version in
We are currently considering moving from ASP.NET MVC to Angular 5, mostly because it seems like the best and latest framework. However none of us seems to be ab
How to serialize Enum fields to String instead of an Int in ASP.NET MVC Core 3.0? I'm not able to do it the old way. services.AddMvc().AddJsonOptions(opts =&g
Currently I'm doing the following when inserting/updating and entity: public async Task<IdentityResult> UpdateAsync(Model model, CancellationToken ct = de
I am working with .NET MVC. My problem is that I need to abort an AJAX call if a JavaScript statement is true. <div class="Filter_inner_title white_unifrom o
The specified value "18/08/2017" does not conform to the required format, yyyy-MM-dd Google Chrome doesn't load date in dd/MM/yyyy format from the controller m