1,468 questions with Blazor tags

Sort by: Answers
16 answers One of the answers was accepted by the question author.

Blazor app crashes when debugging after windows secutiry updates

Afert 2023 march 14 updates my app stop debugging. If I start it without debugging it works ok, if I start it debugging it crashes at startup. The error is the following: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] DevToolsProxy::Run: Exception…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2023-03-15T11:27:48.58+00:00
Rossend Bruch 255 Reputation points
commented 2023-04-11T21:14:32.1966667+00:00
Jean Poulin 0 Reputation points
14 answers One of the answers was accepted by the question author.

EF one-to-many to assure the link with the main table.

Hi, I would like to do a link between main table Developer & a table ActionList. The ActionList take place in edit mode of my app to the address : "/developer/edit/{developerId:int}" I try to use EF one-to-many to do the link…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-11-12T15:27:52.21+00:00
sblb 1,171 Reputation points
accepted 2022-11-27T11:55:39.127+00:00
sblb 1,171 Reputation points
13 answers One of the answers was accepted by the question author.

API to connect a FileTable in Blazor Wasm

Hi, I've created a Filetable via SqL server 2019 to have an architecture of the file (quantities 100 000 files). I would now like to display my database file on a razor page to open the files directly from my interface. Is this possible? Do you have…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,541 questions
asked 2021-12-31T15:33:00.9+00:00
sblb 1,171 Reputation points
answered 2022-02-07T15:32:38.377+00:00
sblb 1,171 Reputation points
11 answers

C# random behaviour in a CRUD edit page.

Hi, My application has a strange behaviour for a function I put with the help of @Anonymous . Definition link to generate a variable ECO [WebApiSqlite][1] Normally the ECO variable is generated when I validate the checkboxValue1 and then I validate…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-10-14T14:09:47.947+00:00
sblb 1,171 Reputation points
commented 2022-10-19T19:17:35.547+00:00
sblb 1,171 Reputation points
11 answers

How to fill link the column in FormEdit and Edit action?

Hi, My app : blazor wasm aps.net core5. First of all I tried, I will try to explain the configuration of my application is : DataGridView with several column of which ECR & ECO The column ECR is fill when the user click on AddEcr.…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-09-24T09:10:34.817+00:00
sblb 1,171 Reputation points
commented 2022-09-28T11:17:06.947+00:00
AgaveJoe 27,091 Reputation points
9 answers

EF Core - updated data retrieve problem

Hello, I am trying to get updated data like this in my Blazor Server application: async Task PassiveDetail(OrderDetail orderDetail) { if (orderDetail == _detailToInsert) { _detailToInsert = null; …

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
716 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-09-16T05:37:57.627+00:00
Cenk 986 Reputation points
answered 2022-09-21T20:10:41.32+00:00
Cenk 986 Reputation points
9 answers

message error CS1525

Hi, I would like to put a specific value in table when I click on add bouton class model public partial class Developer { public int Id { get; set; } public string ECR { get; set; } public DateTime DateCrea {…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-08-03T16:10:18.813+00:00
sblb 1,171 Reputation points
commented 2022-08-18T08:20:54.397+00:00
sblb 1,171 Reputation points
8 answers

How to implement custom elements in blazor 7 (Practical guide) ?

Hi everyone As you know, one of the new features of blazor 7 is custom elements. But there is not enough references & guides which demonstrate how to implement this. for example, I want to create custom element in my blazor server app, then consume…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,321 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2023-02-03T16:39:26.1333333+00:00
Hamed Vaziri 136 Reputation points
commented 2023-10-14T03:58:18.87+00:00
Richard Aubin 0 Reputation points
8 answers One of the answers was accepted by the question author.

Bootstrap 5 sidebar problem

Hi, I am working on a Blazor Server Application. I have this Radzen menu (NavMenu.razor); <RadzenPanelMenu> <RadzenPanelMenuItem Text="General" Icon="line_weight"> <RadzenPanelMenuItem…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-08-09T13:19:24.44+00:00
Cenk 986 Reputation points
answered 2022-11-16T06:27:09.343+00:00
Hitesh Chauhan 1 Reputation point
8 answers

Connexion to database SQL SERVER (2019)

Hi, I've an Blazor Wasm application. Until now I worked with a local database that I've created by migration. "Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=C:\\Users\\...\\source\\repos\\DATASERVEUR\\Developers.mdf;Integrated…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,157 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
507 questions
asked 2022-04-22T15:01:09.27+00:00
sblb 1,171 Reputation points
commented 2022-04-27T06:53:08.41+00:00
sblb 1,171 Reputation points
7 answers One of the answers was accepted by the question author.

Error with WebSocket

Hello I get the error: WebSocket connection to 'wss://localhost:54970/Dashboard.Server/' failed: Error in connection establishment: net::ERR_CONNECTION_RESET. I get this on a new project, so what I do is Start Visual Studio 2022. Make a new Blazor…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-02-18T08:43:21.06+00:00
Nordin van der leije 31 Reputation points
answered 2022-12-23T06:36:16.533+00:00
PatrickH 1 Reputation point
7 answers One of the answers was accepted by the question author.

Blazor Server - Login Page CSS editing

Hello nice people, I am working on a Blazor Server Application. I am pretty new to Blazor, in fact, we have solved many problems with your help. My current request for help concerns the login page and main layout (I guess) CSS changes. I am using…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2022-09-08T08:22:17.353+00:00
Cenk 986 Reputation points
answered 2022-09-13T06:02:05.907+00:00
Zhi Lv - MSFT 32,066 Reputation points Microsoft Vendor
7 answers

How can I test ASP.net chore chrome extension?

Hello, How can I test ASP.net chore chrome extension? regards, Saeed

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2021-07-05T22:08:49+00:00
Saeed Pooladzadeh 251 Reputation points
answered 2021-09-03T14:42:17.153+00:00
Bruce (SqlWork.com) 59,556 Reputation points
7 answers One of the answers was accepted by the question author.

Blazor wasm in VS CODE

Hi, I've tried to use blazor wasm in vs code and I have some difficulties to install things correctly. I don't undserstant why <Nav / > is underlined It's the things in another razor page all htlm is underlined. Other point : …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2021-06-25T13:22:39.303+00:00
sblb 1,171 Reputation points
accepted 2021-07-06T08:15:37.967+00:00
sblb 1,171 Reputation points
7 answers

.Net5 Blazor application

Hi, I have a project I'm developing using .Net Core 3.1 for a Blazor server-side project. As I only started this recently, I thought why not move the code to .Net5. So I've just copied and pasted most of my application over and renamed the namespaces…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
asked 2020-11-24T19:21:30.93+00:00
Ami Sett 1 Reputation point
commented 2020-12-02T07:50:28.02+00:00
Jerry Cai-MSFT 986 Reputation points
6 answers

Best Report Tools for Blazor

My company is transitioning from legacy software that makes extensive use of Crystal Reports and we are looking for a tool compatible with Blazor. Many options come up in a Google search, but we don't have enough experience with the platform to make an…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,854 questions
asked 2023-02-09T02:52:54.0333333+00:00
RussDFM 5 Reputation points
edited a comment 2024-06-25T19:41:14.6233333+00:00
Nishantha Hettigoda 5 Reputation points
6 answers

Blazor Open a page in a new Browser tab using navigation manager?

Could please advise me the way of open a page in new tab using Navigation manager and how to show pdf file in browser window?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2021-01-04T11:14:40.087+00:00
Anantham.S 1 Reputation point
answered 2024-06-10T10:32:16.1133333+00:00
Janhvi Gujare 0 Reputation points
6 answers

How can I avoid TaskCanceledException by RemoteNavigationManager

Hi all; I have a Blazor server app and every couple of minutes I get the following in my logs: Error 12:09:54 [] Microsoft.AspNetCore.Components.Server.Circuits.RemoteNavigationManager - Navigation failed when changing the location to…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2024-03-09T14:03:15.4966667+00:00
David Thielen 2,506 Reputation points
answered 2024-05-15T21:03:37.3766667+00:00
Bruce (SqlWork.com) 59,556 Reputation points
6 answers

Reload the page to restore functionality, Blazor Server .NET 8

I am here to complain about the famous error: Could not reconnect to the server. Reload the page to restore functionality. I develop Apps using .NET 8 and Blazor Server My customers use the App on mobile phone but if they turned off the screen for while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,553 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,321 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,541 questions
asked 2024-03-10T19:51:17.2366667+00:00
Waleed 6 Reputation points
edited a comment 2024-03-30T17:03:58.0133333+00:00
3hx 0 Reputation points
6 answers

Difference beetween authentication with cookies and JWT

Hi, I would like to know if you can give me the difference between authentication with cookies and JWT. Also, I would like to know if I can make an authorisation of my application Independently of the authentication method use : cookies or JWT.…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,468 questions
asked 2023-10-23T20:24:32.3166667+00:00
sblb 1,171 Reputation points
answered 2023-10-28T08:32:26.41+00:00
Arihant Flex Pack 0 Reputation points