1,395 questions with Blazor tags

Sort by: Updated
0 answers

layout problem

Hello, Why I can't see my menu in Blazor? Here is my code: mainLayout: @inherits LayoutComponentBase <PageTitle>BlazorApp1</PageTitle> <div class="page"> <div class="sidebar"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,187 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,395 questions
asked 2022-07-25T11:47:21.727+00:00
Saeed Pooladzadeh 231 Reputation points
commented 2022-07-26T02:52:46.213+00:00
Yiyi You - MSFT 521 Reputation points
1 answer

a nuget element for making paticles in blazor

Hello, Wich nuget element can make effects like particlejs in blazor? https://particles.js.org/ regards, Saeed

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 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,395 questions
asked 2022-07-25T08:24:10.74+00:00
Saeed Pooladzadeh 231 Reputation points
answered 2022-07-25T20:58:35.027+00:00
Bruce (SqlWork.com) 56,686 Reputation points
3 answers

EF Core Export to excel

Hello there, I am working on an ASP.NET Core Blazor Server app. I have Orders and Order Details data in SQL Server. I would like to export this master-detail relationship to excel. Any ideas on how can I manage this? (By the way, I am using Epplus…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 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,395 questions
asked 2022-07-20T17:49:29.31+00:00
Cenk 956 Reputation points
commented 2022-07-22T08:52:50.527+00:00
Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
1 answer

Blazor Server App - Radzen master detail problems

Hi ; I am new to Blazor Server App and Radzen. I am trying to implement a simple order management system. As the project suggests, there is a one-many relationship between Order and OrderDetail. For this reason, I decided to use the Radzen data grid. I…

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,395 questions
asked 2022-07-17T14:12:59.087+00:00
Cenk 956 Reputation points
answered 2022-07-20T12:16:02.72+00:00
Cenk 956 Reputation points
1 answer

How should I prevent ASP.NET core Model Binder from Binding properties defined in BLAZOE WASM Shared project(Model)

In my SPA application and on Server Side (Web Api), I need to exclude some properties from Model Binding. Currently 1-it’s not possible to use BindNever or BindingBehavior(BindingBehavior.Never) Attributes in Blazor Webassembly Shared Project.…

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,395 questions
asked 2022-07-18T17:07:07.617+00:00
hamid Darab 21 Reputation points
answered 2022-07-20T07:30:44.153+00:00
Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
2 answers

How to implement Serilog in Blazor WebAssembly project

How to implement Serilog in Blazor WebAssembly project?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 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,395 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
323 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,275 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,125 questions
asked 2022-01-13T07:09:50.897+00:00
RKG 1 Reputation point
answered 2022-07-19T08:42:05.987+00:00
satya karki 986 Reputation points MVP
0 answers

Issue with IAccessTokenProvider on iOS devices

In my Blazor WebAssembly, I call the API to fetch some data. The user must be authenticated against the Identity Server. In the header of the request, I add the user token. In the page, the user has to select some dropdown list and then press the…

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,395 questions
asked 2022-07-15T11:34:29.313+00:00
Enrico Rossini 176 Reputation points
commented 2022-07-19T07:46:02.767+00:00
Enrico Rossini 176 Reputation points
4 answers

Blazor Interop for Mozilla pdf.js

Anyone managed to create a JS interop for https://github.com/mozilla/pdf.js I am looking for robust viewer solution to show PDF files. Thank you, D

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,395 questions
asked 2021-07-18T17:16:17.257+00:00
DinoN 1 Reputation point
answered 2022-07-18T14:50:29.497+00:00
Frank Mehlhop 66 Reputation points
2 answers One of the answers was accepted by the question author.

How to Develop a Shareable Widget in Blazor Web Assembly with Sass (Core 6) ?

Hi, I had developed a shareable widget for my client in reactjs with asp.net mvc core 6. My problem is that I need to deliver at simple url to my client end applications like <script src="https://www.widgeturl.com/pamer" /> It…

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,395 questions
asked 2022-05-25T13:08:03.697+00:00
mehmood tekfirst 771 Reputation points
accepted 2022-07-18T06:39:13.973+00:00
mehmood tekfirst 771 Reputation points
0 answers

Issue with Razor Class Library in MAUI while publishing the iOS app.

While trying publish the MAUI app with Razor Class library for ios, we get below issue. Kindly help to resolve. *C:\Program Files\dotnet\sdk\6.0.301\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(267,5) : error…

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,395 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,897 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,147 questions
asked 2022-07-12T13:21:51.74+00:00
Ganesh 1 Reputation point
commented 2022-07-18T05:38:11.35+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,446 Reputation points Microsoft Vendor
1 answer

Does Blazor server need dispose?

Hi there, I am new to Blazor server, working on a project. I am reading articles and best practices about Blazor. I wonder if I have to use dispose on blazor pages? Thank you in advance.

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,395 questions
asked 2022-07-14T11:49:51.007+00:00
Cenk 956 Reputation points
answered 2022-07-15T15:42:49.03+00:00
Bruce (SqlWork.com) 56,686 Reputation points
1 answer

CascadingParameter Events

I have a textbox on my parent component and its value is sent to the child component through <CascadingValue>. And using [CascadingParameter] on my child, I am able to receive the right value without problems. However, every time this…

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,395 questions
asked 2022-07-14T15:28:57.123+00:00
ANB 181 Reputation points
answered 2022-07-15T14:08:10.84+00:00
Michael Washington 911 Reputation points MVP
1 answer

How to send gridview image via WhatsApp using Asp.net c#?

I want to send gridview image via whatsapp using asp.net C#.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,187 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,395 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
asked 2021-02-10T15:08:02.907+00:00
Analyst_SQL 3,551 Reputation points
answered 2022-07-14T15:46:27.083+00:00
Bruce (SqlWork.com) 56,686 Reputation points
1 answer One of the answers was accepted by the question author.

Should I learn Angular or Blazor for front end technology?

I am an asp.net core developer. I want to learn learn front-end technology, But I am confused... which frond-end is good Angular or Blazor? and which is good for job oriented? Please guide me.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,187 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,395 questions
asked 2022-07-13T05:20:15.77+00:00
Pravinkumar Birajdar 61 Reputation points
accepted 2022-07-14T14:58:21.35+00:00
Pravinkumar Birajdar 61 Reputation points
3 answers

ASP.NET Core Blazor Excel Import

Hello, I am new to ASP.NET core blazor. I would like to know if there are some tutorials about importing excel data into SQL database. The user selects the excel file from file explorer then uploads it and saved data into the database is displayed on…

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,395 questions
asked 2022-06-20T18:44:38.38+00:00
Cenk 956 Reputation points
answered 2022-07-14T11:20:34.69+00:00
Cenk 956 Reputation points
1 answer

How to develop an asp.net core in vs by team?

I want to develop an asp.net core project running on the intranet. There are several programmers involved. I want to set up a local server and put the project files on the server, and let all programmers share the same backend and let all of them could…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,119 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,395 questions
asked 2022-07-04T09:14:45.42+00:00
李畋岷 76 Reputation points
commented 2022-07-13T01:43:15.917+00:00
Bruce (SqlWork.com) 56,686 Reputation points
1 answer

Blazor Server App - Update multiple rows

Hi there, In my Blazor Server App, I am updating rows one by one by clicking the edit button at the end of the row as follows; In this way, I can manage role-based data editing with AuthorizeView. But requirements changed so I wonder if…

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,395 questions
asked 2022-07-08T13:25:19.007+00:00
Cenk 956 Reputation points
commented 2022-07-12T05:50:21.417+00:00
Cenk 956 Reputation points
1 answer

why blazor server is very slow in developmen process??

I am working on the industry-level application using the blazor server based on.NET6 and we are still testing how to apply the blazor serverside for our requirements. we have developed an industry-level ERP application and some clients are using it.…

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,395 questions
asked 2022-07-05T02:11:18.79+00:00
Buddhi - BLUE LOTUS 360 1 Reputation point
answered 2022-07-11T22:34:20.627+00:00
Bruce (SqlWork.com) 56,686 Reputation points
6 answers One of the answers was accepted by the question author.

Blazor Server App - Print without button

Hello guys, I have a component as follows; @using IMS.CoreBusiness @inject NavigationManager NavigationManager @if (Customer != null) { <tr> <td>@Customer.Name</td> …

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,395 questions
asked 2022-07-09T10:57:14.043+00:00
Cenk 956 Reputation points
answered 2022-07-11T16:51:29.413+00:00
Bruce (SqlWork.com) 56,686 Reputation points
3 answers

dotnet.exe exited with code 1

C:\Program Files\dotnet\sdk\6.0.301\Sdks\Microsoft.NET.Sdk.BlazorWebAssembly\ targets\Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets(614,5): Error MSB6006: "dotnet.exe" exited with code 1. I m getting this error on publish the project…

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,395 questions
asked 2022-06-29T10:09:01.37+00:00
Prathamesh Shende 376 Reputation points
answered 2022-07-11T07:45:33.457+00:00
Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor