python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Blazor Validating - is there a way to validate specific fields on model but not all fields
I have a form with 2 fields (Name and address) all both required field in my model.
On my model I have 5 properties, (ID (Pk), Name , Address, Createdby, and Updatedby), which are all set to required ...
Andrew
Votes: 0
Answers: 1
How to host an ASP.NET Core Blazor WebAssembly Hosted App on AWS?
What to do to safely host a Hosted Blazor WebAssembly App (Which has 3 projects i.e. Server, Client and Shared) (.NET Core 6.0) on AWS for someone who has never used AWS before? Which instance would b...
iraaa
Votes: 0
Answers: 3
Login Page redirect is missing port - OpenIddict/MSIdentity & Blazor on nginx production server
I'm working on a Blazor project (asp.net core hosted) that is published on a Linux host, with Nginx which is working as a web server and proxy to redirect calls to my domain with a specific port to my...
Zasam
Votes: 0
Answers: 1
Draw a Line inside a image between two points in asp.net Blazor
I need a Solution in Razor . I am using Asp.NET Blazor . My Task is to draw a line of two points of onmousedown event . I can get two points onmousedown event. Here is My Razor Code
<div class=...

Rifat Murtuza
Votes: 0
Answers: 0