Newest Questions

Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
0 answers
4 views

I'm converting a very old .NET 4.8 framework ASPX app over to Blazor-Server using .NET 10. I can't seem to come up with an equivalent process for System.Web.Security where I need to have Membership ...
0 votes
0 answers
3 views

What's the best way to implement drag and drop in Blazor for this kind of application? Are there any recommended libraries or built-in approaches that work well for moving and reordering items in ...
1 vote
0 answers
10 views

Body: I'm developing a 3D game in Godot 4.6.3 with GDScript. I have a player character with two camera systems that can be switched with the "C" key: Camera 1 (Third-person close): Follows ...
0 votes
0 answers
13 views

I have no idea why the code below doesn't work. The if clause is never true, even if variable $cf1 is a true "yellow" or a true "white". The true value becomes yellow if the ...
-1 votes
0 answers
30 views

I'm optimizing a repository that uses ADO.NET with SqlDataReader. To avoid calling GetOrdinal() repeatedly inside loops, I cache column indexes in a helper type: private class PersonOrdinals { ...
Best practices
0 votes
1 replies
22 views

So, I want to add gap around the elements or columns of my grid. One way to do so is to add gap in the grid and all the columns and rows (boxes) will have the space in between them. But I require to ...
-2 votes
0 answers
25 views

If they already know all files in a directory belong to the same package, why not remove package declarations entirely?
0 votes
0 answers
17 views

I am trying to protect a VM-hosted web application using Google Cloud Identity-Aware Proxy (IAP) behind an External HTTPS Application Load Balancer. Architecture Internet ↓ External HTTPS ...
-2 votes
0 answers
35 views

I try to establish an SSH connection with the Linux server of my web hosting provider. I receive the following error when using PuTTY Release 0.74 Build platform: 64-bit x86 Windows: "No ...
Advice
0 votes
2 replies
35 views

I need to create an Excel macro to read a file. The file can be read in WordPad and contains configuration data and the tension measurements of a test to the breaking point. The test results will ...
-5 votes
0 answers
40 views

how to rename the columns in Google Colab/Python to something more descriptive. I have tried watching YouTube videos. I have reached out to my teacher and asked him for more info about renaming ...
1 vote
0 answers
36 views

As you can see, the shaded area of the caption box only reaches to the very start of the navigation arrows. It looks pretty awkward; I want it to extend to the edges of the carousel itself! Also, I ...
-1 votes
0 answers
26 views

I am developing a Blazor web assembly application for pet store inventory management. The goal is to have a single form that dynamically changes its input fields based on the selected animal type (...
0 votes
0 answers
56 views

I try to create a Dockerfile that should allow me to do some cross-compilation. This implies building larger software packages like boost or Qt and while I try to get it right it fails a lot of times. ...
Advice
0 votes
1 replies
31 views

I am rehosting an old FORTRAN 77 program from Solaris to LINUX, but due to extensive use of non-standard extensions, rehosting it as FORTRAN is impractical. I am re-writing it in C. I am struggling ...

15 30 50 per page
1
2 3 4 5
1609894