Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (728)

Results for asp.net-core

December 2nd, 2023
Streaming big video files with .net backend to react frontend

as I am creating an elearning web application with frontend in React and backend in .NET Core 7.0 I have stumbled upon a difficult topic for me. Assum...

.netreactjsstreamingvideo
Read more
December 2nd, 2023
Enum is not populating with the right options in Asp.net

I am new to Asp.net and am facing the problem that when I populate the enum as a list, it sets a default value and doesn't show the first option from ...

c#asp.net-mvcasp.net-coreenums
Read more
December 2nd, 2023
How can I download the .NET SDK 6.0.125?

My goal is to build the ASP.NET Core source code so I can add relevant projects and debug them locally. I've cloned https://github.com/dotnet/aspnetco...

visual-studioasp.net-core-6.0dotnet-sdk
Read more
December 1st, 2023
Blazor (.NET 8) button onclick is not working when the page is in StreamRendering

Good day everyone I'm trying to use a button click on the weather app, but it seems it's not working when it is set to StreamRendering But the button ...

c#asp.net-coreblazor-server-side.net-8.0
Read more
November 30th, 2023
Unix domain socket C client with a .NET NamedPipeServerStream

I am attempting to create a .NET 6 application that uses interprocess communication (IPC) via named pipes using System.IO.Pipes, and have a C applicat...

c#c
Read more
November 30th, 2023
How can I add a custom font into my .NET console application?

I created a program to add a text on an image with a custom font "Lucida Calligraphy". I have added the font file into my solution folder. However, at...

c#console-applicationresourcesfonts
Read more
November 28th, 2023
Can't install Npgsql.EntityFrameworkCore.PostgreSQL in my .NET 7 app

I was following the next video to add support for EF with PostgreSQL: https://www.youtube.com/watch?v=pRxG9ORD7Hk Yet, I got the next results while tr...

asp.net-core.net-core
Read more
November 29th, 2023
How to use the new CompositeFormat class from .NET 8.0?

I'm testing migrating a .NET 6.0 application to .NET 8.0, and the following piece of code now throws CA1863 "Use 'CompositeFormat'". But I don't know ...

c#.net-8.0string-formatting
Read more
November 28th, 2023
Rebinding Data to the Listbox dropdown in asp.net

Rebinding the Dropdown ListBox with the Checkbox ticked for the selected values fro mthe collection of another DataTable div class="t-col t-col-xs-4 t...

c#.netasp.net
Read more
November 30th, 2023
Websocket server implementation with x/net library trowing 403

I am trying to implement a websocket server using x/net/websocket standard library. My attempt so far looks like this: package main import ( "fmt...

gowebsocket
Read more
November 26th, 2023
How to change back color on focus tools by dynamically in c#.net desktop application

In my desktop form there are many control. I want to change back color of that active control on Focus & back to its Original color once it lost focus...

c#.netwinformscontrolsbackcolor
Read more
November 26th, 2023
JwtSecurityToken in .NET 8

I use JWT for my project authentication. I used .NET 7 and the code shown here works for me correctly. This code is used for checking if a token exist...

.net-8.0jwt
Read more
November 27th, 2023
ASP.NET MVC how to send bind object along with an array?

I'm creating an ASP.NET MVC project with Entity Framework I have 2 models: ModelA (string name, ICollection list) ModelB (int days) Is there any way...

c#asp.net-mvcasp.netasp.net-core
Read more
November 26th, 2023
Concatenate value of 2 columns datatable with space and replace "-" with empty in vb.net

I'm trying to Concatenate value of 2 columns datatable with space and replace "-" with empty in vb.net. I have the code below, but this is still wrong...

datatablereplaceconcatenationvb.netdatagridview
Read more
November 26th, 2023
Embed javascript in the Blazor component in .NET 8

I'm migrating my ASP.NET Core website to .NET Blazor Web App with static render. I've encountered problems with embeding external js script into blazo...

javascriptasp.net-coreblazor.net-8.0
Read more
November 24th, 2023
No job functions found, migrating to .net 8 isolated worker process

I am following the migration guide for migrating Azure Functions app to run in an isolated worker process in .Net 8 . However when I run the applicati...

azureazure-functions.net-8.0
Read more
November 25th, 2023
.net 8 aspire database issue

I experimenting with.net 8 aspire currently. I am following Microsoft documentation. I did a simple project with Backend api, frontend, and Redis cach...

.net.net-8.0dotnet-aspire
Read more
December 2nd, 2023
string.AsSpan() vs implicit cast operator peformance in .NET for ReadOnlySpan<char>

Since .NET version something we now have an implicit cast from string -> ReadOnlySpan. This means that if a function accepts a ReadOnlySpan, we can ju...

c#.netperformance.net-standard-2.0ref-struct
Read more
November 23rd, 2023
How to share code between iOS and Mac on .NET MAUI? (no conditional compilation and no code repeat)

Let's say I defined a partial class on each platform, which defines an "initialize" method, and I call that method from my shared context. I defined t...

c#.netmacosiosmaui
Read more
November 22nd, 2023
.NET 8 WebApi: how to add versioning?

I'm creating a new webapi with NET8 and ASP.NET. In my previous projects with NET6 or NET7, I can write services.AddApiVersioning(options => { opt...

c#asp.net-core.net-8.0asp.net-core-webapi
Read more
November 22nd, 2023
Server Side Blazor Component in .net 8, @onclick event not firing

In Blazor Server in .net 7 I can do this in a Page.blazor: @message Send Message @code { public string message { get; set; } private async Task SendMe...

asp.net-coreblazorblazor-server-side.net-8.0blazor-auto
Read more
November 22nd, 2023
How can I get ID from link in .NET 7 in Blazor?

When I open page with id in link I have error in browser. I have an assumption that in this way it refers to some kind of endpoint, but I don’t unders...

.netasp.netasp.net-coreblazor
Read more
November 21st, 2023
Redis cache in .NET 8 is not taking effect?

I am playing with .NET 8 new Aspire feature. I am using Redis cache following this example from Microsoft on an application with Razor pages. and I us...

c#.net.net-8.0redis
Read more
November 21st, 2023
Placing list contents upside down and straight in .NET MAUI

I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.ItemTemplate> DataTe...

.netmaui
Read more
November 22nd, 2023
Placing collectionview contents horizontal left to right and right to left in .NET MAUI

I have an image like this: I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.I...

.netmaui
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?