I am totally fed-up with Office 365 SMTP configuration, I have done all requirements to send email using my account on Office 365, and always giving m ...
I am totally fed-up with Office 365 SMTP configuration, I have done all requirements to send email using my account on Office 365, and always giving m ...
I have a problem that i have .net application works as backend app i have a problem that currently appeared after the amount of users has increased th ...
I am running Ubuntu 22.04 and trying to install .NET 7.0.5 I have tried multiple different methods of installing .NET 7, none of them seem to allow m ...
Issue with false error messages in Visual Studio, help needed Hello everyone, I'm experiencing a peculiar issue in Visual Studio where I'm seeing er ...
I tried IronPdf's PdfDocument.ApplyWatermark(watermarkHtml), but it din't work, no watermark is appied. You guys know any other library or workarounds ...
I have read through countless tutorials, articles and questions. I cannot figure out why [Authorize(Roles = "SuperAdmin")] or any other role is not w ...
I just came across this very nice load testing tool for .NET and I wrote my first code: However when I run this I see Step was executed hundreds of ...
I've data grouping in C# and trying to bind it from Razor view as follows with high charts: The data grouping is something as follows: The above ...
I have an asset tracking device that, every few seconds, sends details about its location to a generic handler using an HTTP request. The information ...
I have a form on a Razor page with 2 submit buttons each using a different page handler. I'd like to disable the button and submit the form on click h ...
I have an ASP NET page with a dropdownlist. When the user select an item, a postback occurs, but it takes some time to receive the response, due to se ...
i have a page with 2 textbox items and a button textbox1 contains a word , and textbox2 is empty now i want to put content of TextBox1.Text in TextBo ...
I'm trying to serve images from a directory outside of the current ASP.NET Core 6 project that I'm working with and none of the images are showing. I' ...
I am trying to add validation to my text boxes and have been able to do so. I am running into a problem with the font size when you type the wrong thi ...
I'm a newbie looking for some guidance on how to implement draggable rows on a Mudblazor table. I didn't see any in Mudblazor's API docs regarding thi ...
I am currently developing a web application using SignalR Core. I am using an AuthorizeAttribute (without roles) to ensure only authenticated users wi ...
I have the following repeater in an ASPX file. It's a five-block slider that showcases 4 different activities, with a booking button at the bottom. My ...
I am auto testing an ASP.NET web application for vulnerabilities using OWASP ZAP 2.12.0. It is raising some CSP alerts which I don't know why because ...
Hi. I have 2 data tables like this: I want to get the ID in Table1 if the User in Table2 exists or does not exist This is the code I test and get t ...
I have an abstract concert type and 3 concert classes inheriting from the base (RegularConcert, Party, ClassicalConcert) , they are all mapped ...