What is the difference between IIS &Aspnet Containers?
I want to containerize my ASP.Net Framework 4.6 application and I see the following base Images
I want to containerize my ASP.Net Framework 4.6 application and I see the following base Images
I want to get the username when users login, after that, when they want do vote for a particular candidate, they click the vote button, then the users’s username will be store in the database. Any suggestion on how to do it? For the display of the candidate details(for voting), i use the gridview, now, … Read more
I started looking into Openweathermap API (weather Data). The Api response is a Json file. I managed to get everything working with MS WinForms in (VisualStudio).
We are building a custom widget for Sitefinity. Looking at the options available we have chosen to go with the external MVC assembly approach to reduce dependencies. However, it appears that we still need to reference the custom widget assembly from the Sitefinity project in Visual Studio which would involve copying the assembly over, adding the reference and then redeploying Sitefinity.
I have an app in which I post some JSON data to my server and then create an object that will later be added to a database.This is done by the “Save” method in my “SendItemsController”:
Question: How do I properly setup the database connection when using the File System method to publish an ASP .NET Core 3.1 Web-Api to IIS running on Windows 10? I believe I have added all of the correct Windows features for IIS because it runs and I am running VS 2019 Community in Admin mode.
I’m using Asp Net Core 3.1 and am working on developing admin controls to approve and delete submitted images that are awaiting approval. The functionality that I am developing and am stuck on is as follows: I have created a grid of images waiting approval (using a loop in razor) and would like to click a button to “approve” that image via the logic I have written in my controller. How would I pass that data to the controller without refreshing the page?
I want to retrieve & preview the name & values of attributes (credentials) stored in IEnumerable<CredentialPreviewAttribute> CredentialAttributesValues
I’m trying to generate an accordion dynamically using bootstrap and ASP.NET Core.
The goal is to show all terms which belong to a certain category but the problem is that only the first two out of four categories are expanding/collapsing. I can see, that each card-header and card-body is available in the DOM.
My code looks like this:
I’m working on a webapi project using .netcore.