HOW TO ANSWER A QUESTION
Apologies for the shouting but this is important. When answering a question please:Read the question carefullyUnderstand that English isn't everyone's first language so be lenient of bad spelling and...
View Article"Context.UserIdentifier" of SignalR is always null when I use...
I'm working on Blazor server App project. I have the following codes for CustomAuthenticationStateProvider:CustomAuthenticationStateProvider.cspublicclass CustomAuthenticationStateProvider :...
View ArticleHTML SELECT CONTROL WITH RUNAT="SERVER
How cam i keep the data source of htmlselect control after postback ? ( I have 14 select controls and don ot wantto load data from db) **I need the control to not do postback when changed and have both...
View ArticleBlazor component debugging
I have an existing MVC app, to which I added some Blazor components on some pages. I.e. instead of starting a new fully Blazor app, I am trying to extend the functionality of an existing app. I am...
View Articlecan't build blazor library in azure pipeline
When I try to build my project with azure pipeline (or even my PC), using that command line: dotnet.exe publish C:\..\Produce.csproj --configuration Release -r win-x64 --self-contained true --output...
View ArticleDumb it down for one who's basically a beginner
OK, I'll put this in as few words as possible, and please bear with me if I am not clear, I'm still relatively new to this stuff: So my company has a website we roll out to our customers, and the...
View ArticleSelectedIndexChanged for DropDown not fired when first item selected
I wish it was a little easier to post screenshots here, but what's going on is my SelectedIndexChanged event handler is being triggered if I choose any item in the dropdown OTHER THAN THE TOP ONE. When...
View ArticleWhat should I start reading to get to where I want to go?
I am a consultant, not a developer, so I mainly develop small customizations to my company's software as opposed to coding entire applications from scratch and selling them. I have basic experience...
View ArticleCoding Help
Hello Please note that I am sorry to take anyone's time out of whatever busy life they might have. So I have a professional class project which unfortunatly is related to coding even though its just...
View ArticleUI library for ASP.NET Core MVC Razor
I am planning the development of ASP.NET Core MVC Razor application and am looking for FREE library of some quality that supports MVC/Razor development. I see plenty of commercial libraries like Kendo...
View Articleis it hard to add new module into Umbraco CMS?
I want to build my own gallery module and add it into Umbraco CMS. is it difficult to do this?diligent hands rule....
View Articleassertion failed : unrecognized tag script
how to fix "assertion failed : unrecognized tag script" errorAnant Patil Broadllyne Technology
View ArticleHow C Programming Principles Shape C# .NET Development
How do C programming principles influence C# .NET development, and how can understanding C help in mastering C#? Discuss the similarities in syntax, differences in memory management, the role of...
View ArticleHow to point an application to a new DB server
I have created a test ASP.NET Core MVC application in VS 2022. I configured individual authentication so it automatically created a database in the (localdb)\MSSQLLocalDB database server for all...
View ArticleASP.NET Web Application Deploy on IIS problem : Image / Icon not display
Hi Sir, I'm already develop asp.net web application using Visual Studio 2019, when i want to publish the wep app on IIS, all the icon / image on my page not appear. Also no all folder that i create...
View ArticleChange Code Access Security Level on Plesk
I built a simple 1 page site with Visual Studio 2022 using asp.net. It has a few buttons that display some images and 2 links to a subdomain. No additional modules were used... just published with...
View ArticleDo ASP.net MVC5 apps require Full trust on IIS10?
I have an ASP.net MVC5 app publish on a host provider. CAS trust level is FULL and app runs fine. I want to move the app to another host but they only sport CAS Trust level High and below. I found this...
View ArticleApi call connection resets
Hello, In an ASP .Net Core 8 API, we have an issue with the processing of a call that lasts longer than 2 minutes. It lasts long because we have to parse a ton of files (call can be 5-6 minutes), we...
View ArticleCan't disable Windows Authentication? [SOLVED]
Hello, We enabled Windows Authentication for our development website a few weeks ago. Now, after I disable it, the site shows only the 401 page: Quote:401 - Unauthorized: Access is denied due to...
View ArticleAdding class isolated style on blazor component
Hi, I am trying to add a style class to a blazor component, with isolated style method and when I add the style class on the blazor component located in the index.razor file, the blazor component...
View Article