Keswiik
Can anyone help me with C# ?
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.tabcontrol?view=windowsdesktop-9.0
15 replies
class constructor in c#
i'd give this a read: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/primary-constructors#primary-constructors
27 replies
✅ Should we include database name in connection string when creating new db using EF core ?
This will probably depend on which database provider you end up using. I normally use the same database with postgres but specify different schemas for each of my projects
25 replies
✅ Problem with binding (#AvaloniaUI)
SearchViewModel.ThumbnailButtons
is an ObservableCollection<SearchViewThumbnailButtonViewModel>
collection, and the DataType
argument for my template lets me access SearchViewThumbnailButtonViewModel.OnClickCommand
and SearchViewThumbnailButtonViewModel.Thumbnail
directly32 replies