A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
7,832 questions with Developer technologies | ASP.NET Core | Other tags
Is there a built-in way of making Blazor pages and components ADA compliant?
At work we are writing a new Blazor application to replace an ancient WebForms application. We've using .NET 9. We're now working on making this app ADA Standards for Accessibility compliant. We had been using labels, for example, but when a colleague…
Developer technologies | ASP.NET Core | Other
Error to "dotnet add package Xam.iTextSharpLGPL"
Hi, Can you help to the errors when running "dotnet add package Xam.iTextSharpLGPL"?
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Issue to "Install-Package itext7.bouncy-castle-adapter"
Hi, Any idea to it below when doing "Install-Package itext7.bouncy-castle-adapter" on PS?
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
how to filter extact word
Hello In my aspx page i have one texbox one gridview and im using this code to filter gridview in Client Side but whenever i type my word it should bring all match data only not like For example I have Apple And Apple USA when i give Apple It should show…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Dynamically Resizing Models
Hello everyone and thanks for the help in advance. I'm trying to think through a solution for a calendar application. The model for the appointment table looks like: public class tblAppointments { public int ID { get; set; } …
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Kestrel SNI certificate choosing (SSL/TLS)
I have a YARP gateway which uses the following configuration: { "Kestrel": { "Endpoints": { "Http": { "Url": "http://+:80" }, "HttpsInlineCertAndKeyFile": { …
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Client Side validation on dynamically added Telephone objects to bootstrap modal form. Razor Pages
Hello, Lately I was receiving valuable help by @Anonymous and @Anonymous . I'm working over their provided code mostly. What I need now is to validate the new added Telephone objects (Description and PhoneNumber). The Contact fields are already…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
How to remove html tags and line break plain text
I wish to re format the email html page text below to a plain text style in a legible presentation with line breaks where breaks are present. The regularExpression example i am following for simplification, does not seem to work? ```Note, i am…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Failed to bind to address http://127.0.0.1:5000: address already in use.
I'm trying to run a .NET application which is running fine in development. Now I want the web application to be hosted in an Azure Web App Service, where there is limited support for management. The deploy works, all files seem to be there, but the web…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Issue to lcoate the file regarding FileSystem.CacheDirectory
Hi, To the code like where to locate the relevant file within the path below? C:\Users\huang.scott\AppData\Local\Packages
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
How to fix the Exception Unhandled described bellow?
System.TypeLoadException: 'Method 'GetSwagger' in type 'Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator' from assembly 'Swashbuckle.AspNetCore.SwaggerGen, Version=6.5.0.0, Culture=neutral, PublicKeyToken=d84d99fb0135530a' does not have an…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
system environment vairable needs to be fetched by Asp.net core Application hosted on IIS
Application has web.confiiig where connection string stored for Db connectivity. i wanted to remove the password from connection string and store into server's system envrionment variable and application should fetch the password only from environment…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
need impact analysis
is there a negative impact while upgrading to ASP.NET Core 10.X from ASP.NET Core of 2.X to 9.X
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Database FK not working web app Razor Pages EF Core
Hello Now I'm continuing my learning of web dev / ajax / javascript, but encountered a new issue. I have the following schema: public class Contact { public int ContactId { get; set; } public string FullName { get; set; } =…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Integrating ASP.NET Core Identity with WebServices and a Custom Identity Provider
Integrating ASP.NET Core Identity with WebServices and a Custom Identity Provider This is long, and some of the things I am not 100% sure about. I've tried to get the formatting right, but I doubt it is correct. Let's not get to verbally crazy about…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Bring to C# handler method list of related entities edited in Bootstrap modal form from javascript
Hello, Now I have changed the data structure schema. I have a Contacts table with a related Telephones table, this is, every contact can have 0 or more telephones, connected by FK by their ContactId fields. public class Contact { public…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
MVC Core Passing data from Controller to View while calling PayPal API
This is more a general question. I'm working on an online store, and right now I'm integrating C# code to call PayPal. My store collects data for the entire order, shipping info, etc. and works fine. I first commit the order data to my DB, then make the…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
How should I structure controllers and DTOs in an ASP.NET Core Web API when the legacy backend has complex, tightly-coupled models?
I’m building an ASP.NET Core Web API as a façade over a legacy system, but the backend models are extremely tightly-coupled with deep navigation chains, circular references, and business logic mixed into the data layer. I’m stuck on how to properly…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
How perform Redirect in a different way
I have an MVC Core app for an online shopping store. The method I'm using does two (2) things: Sets up a base uri for redirecting my app after the call to PayPal like this: string baseURI = this.Request.Scheme + "://" + this.Request.Host +…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Issue to Initialize compoment
Hi, How to resolve it below?
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.