Skip to main content
Best practices
0 votes
3 replies
30 views

I'm using MongoDB with the .NET driver and trying to implement an optimistic concurrency pattern with versioning using UpdateOneAsync and IsUpsert = true. Here is my code: public Task UpsertAsync(User ...
Muhammed Furkan Güler's user avatar
2 votes
0 answers
58 views

Say, I have this extension which throws exception when `fileName` is null or when file does not exist. internal static class ExceptionExtensions { extension(FileNotFoundException) { internal ...
JohnyL's user avatar
  • 7,252
0 votes
0 answers
42 views

Consider a small Winforms application that has a list of custom objects bound to a DataGridView. The data class: public class MyAwesomeClass : IDataErrorInfo, INotifyPropertyChanged { string _Name;...
lhiapgpeonk's user avatar
0 votes
0 answers
70 views

Hot reload works for me, but it throws errors after a short period of using it. I am currently working on a complex ASP.NET solution containing a main website, apis and other auxiliary projects inside ...
Roger's user avatar
  • 381
1 vote
1 answer
44 views

I am working with this version of Acumatica: Acumatica Cloud ERP 2025 R1Build 25.101.0153 + I would like the extended data for the Branch to be populated whenever the Branch is changed in Bills and ...
Adrien's user avatar
  • 11
-4 votes
0 answers
141 views

I am using this C# code to generate the an Excel file from my app, and it worked fine when the .xls file is generated, but when I changed it to .xlsx, now I get an error shown in the title when trying ...
dvn's user avatar
  • 45
2 votes
1 answer
56 views

Problem I’m using the DocuSign eSignature API with composite templates and can’t get prefill (sender-filled) text tabs to populate when creating an envelope. What I’m Doing I built a template ...
GS_tlayle's user avatar
-3 votes
0 answers
91 views

I'm working on updating a database table from an external source, with Entity Framework Core to access the database. The table T_CAT looks like this: CAT_NAME varchar(20) Not Null, CAT_FUR_COLOR ...
Jean-David Lanz's user avatar
-3 votes
0 answers
62 views

I create a MaskedTextBox for BirthDate where Mask = "00/00/0000" and when User try to Enter 0 Like 02/02/2001 the result is 2/2/2 1. I try to make AllowPromptAsInput = true but nothing ...
ilxdev's user avatar
  • 1
0 votes
0 answers
56 views

I use MongoDB.EntityFrameworkCore. I have 3 classes: Pod, Planet, Asteroid with inheritance from SpaceObject I want use the default Table-Per-Hierarchy (TPH) mapping for Planet and Asteroid to save ...
Troopers's user avatar
  • 5,492
0 votes
0 answers
58 views

I have a solution containing a class library project. That class library project includes a native library, which I place in the subdirectory runtimes/<rid>/native. I have the .csproj configured ...
Jonathan Gilbert's user avatar
0 votes
0 answers
98 views

I've created a Blazor WASM project and I can publish it. After adding the MudBlazor 9.2.0 nuget package I can no longer publish and get this error: Package Microsoft.AspNetCore.Components....
Val's user avatar
  • 1,890
0 votes
0 answers
106 views

I have a user control made of white border, a ScrollViewer and a RichTextBox in it, which supposed to display a footnote text when the mouse is over the footnote special sign in the text. <Grid> ...
HaggayF's user avatar
  • 21
-1 votes
1 answer
89 views

I got error Argument type 'Microsoft.AspNetCore.Components.ElementReference' is not assignable to parameter type 'object?[]?' at line this.rootElement of protected Microsoft.AspNetCore.Components....
Takeshi Tokugawa YD's user avatar
1 vote
1 answer
86 views

My ASP.NET Core app is throwing this exception, and I can't figure out how to resolve it: An error was generated for warning 'Microsoft.EntityFrameworkCore.Migrations.PendingModelChangesWarning': The ...
Grant Birchmeier's user avatar

15 30 50 per page
1
2 3 4 5
108200