Posts by NR_Andre • 43 points
3 posts
-
1
votes0
answers67
viewsQ: Blazor | Service Registration Error - Microsoft.AspNetCore.Components.WebAssembly.Rendering.Webassemblyraddress[100]
Hello, I’m taking the first steps on Blazor and following an example I saw on the internet, which makes the Load Menu and Submenu straight from the data bank, I’m having problem at compilation time:…
-
0
votes1
answer114
viewsQ: C# | How to select just a few subfolders?
I need to search the information of only a few subfolders inside a main directory, I made a code this way but I’m having a hard time finding a way to inform only the subfolders I need. For example I…
-
2
votes2
answers720
viewsQ: SQL SERVER | Fill empty fields in select
I have a select in a table: select a.linha, a.NUM_LCTO, a.DT_LCTO from arquivo a order by 1 That returns me the values as follows (I put only a few lines, the total result is about 800000 lines.):…