Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
39 views

So ABP has a kind of helper to select elements that uses select2 under the hood. I already consulted the docs but didn't find anything. So basically I have a cshtml element that looks like the default ...
lilnoob's user avatar
-5 votes
0 answers
64 views

I'm having a problem with the VS Code app not running code. I type dotnet run in the terminal, and it loads and then returns to the start screen, so to speak. Everything was working yesterday, but now ...
Timmku's user avatar
  • 1
1 vote
0 answers
29 views

In an editor script, a reserved rectangle is obtained by using the GUILayoutUtility.GetRect method (This step is actually passed in by a 3rd party, so I can't change it), and then I need to draw ...
shingo's user avatar
  • 31.4k
0 votes
1 answer
41 views

I'm building an Add-In for Excel and I've been using NUnit to test. This is presenting a problem when it comes to testing functionality that interacts with Excel through the COM. I having problems ...
h0x0's user avatar
  • 495
Advice
0 votes
3 replies
79 views

My program receives a CSV file with two columns: ID and Prompt. The security team has asked me to validate the Prompt field. If it contains elements such as <script>, <!-->, or similar ...
roxiehehe's user avatar
2 votes
2 answers
74 views

I am building a recipe application using ASP.NET Core MVC. I have a RecipeService that returns a list of recipes from an external API. I want to implement a search feature where a user can filter ...
Megha Kamalan's user avatar
Advice
0 votes
6 replies
68 views

We are trying to build a data transformation engine. Our requirements are We will have one or more datasource, sql query or excel upload We will configure set of rules, update value of some ...
Yatish's user avatar
  • 185
Advice
0 votes
3 replies
65 views

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
Royal Glow cosmetics V7's user avatar
Advice
0 votes
15 replies
225 views

I am reading a book to learn C# and this is the problem statement. As an optional challenge, add statements so that the user can only make three attempts before an error message is displayed. I ...
iamtheaashish's user avatar
Advice
0 votes
6 replies
116 views

I’m working with a simple text file containing car data, and I’d like to parse it into strongly typed objects in C#. The file structure looks like this: Brand;Model;FuelType;Year;Price Toyota;Corolla;...
Sharma_Arjun's user avatar
Tooling
0 votes
2 replies
95 views

I’m working on a system similar to Scan2Info, where users can scan a product barcode using their mobile phone camera and instantly retrieve product information such as price, name, and details from a ...
AHMAD ALMAJALI's user avatar
0 votes
0 answers
88 views

I am working with C# and WinForms on .NET 8. I have a simple UserControl: using System; using System.ComponentModel; using System.Drawing.Design; using System.Windows.Forms; using System.Windows.Forms....
Murat Kocan's user avatar
2 votes
2 answers
95 views

I've inherited code that is clearly awful, in syntax, in logic, and in knowledge. I have to assume the code below is also awful because it was the same developer, but I'm not a socket expert so I want ...
FoxScully's user avatar
  • 131
2 votes
1 answer
130 views

It works on the developer machines, but not on some servers (at least not on server 2012 R2), so I was trying to figure out what and why. So I tried to manually created a CultureInfo with "en-UN&...
Richard's user avatar
  • 21
Advice
14 votes
18 replies
3k views

I was curious, and I decided to run my code through some detect AI code. I was getting results of 90-99% AI generated code... Except I wrote every line myself. I was getting comments such as: "...
Nameugone's user avatar

15 30 50 per page
1
2 3 4 5
108188