csharpcore
There are 20 repositories under csharpcore topic.
karenpayneoregon/ef-code-8-samples
Various code sample for Entity Framework Core 8
karenpayneoregon/sql-basics
Basics and intermediate topics for working with SQL-Server using C#
karenpayneoregon/generic-repository-samples
A place for various code tips
karenpayneoregon/efcore-msaccess
Using EF Core to work with MS-Access
karenpayneoregon/generic-basics-csharp
Learn the basics for working with generics
karenpayneoregon/json-samples
System.Text.Json code sample
karenpayneoregon/configuration-inject-helpers
Provides easy methods to read connection strings from appsettings.json in console projects
karenpayneoregon/dynamic-buttons-windows
Shows how to create dynamic buttons via SQL-Server for Windows Forms
karenpayneoregon/teach-sqlite
For teaching purposes
karenpayneoregon/asp-data-protection
For article on protecting route parameters in ASP.NET Core/Razor Pages
karenpayneoregon/console-utilities
Console helpers
karenpayneoregon/serilog-ef-core-basics
logging with Serilog for regular logging and custom class for EF Core logging
karenpayneoregon/datagridview-excel
Teaches export DataGridView to Excel and usage of BindingList and BindingSource
karenpayneoregon/fluent-scheduler-samples
FluentScheduler library code sample
karenpayneoregon/notification-change-samples
Example for implementing change notifications in Window Forms for classes attached to controls
karenpayneoregon/binding-navigator
Exposes BindingNavigator for NET Core Window Forms
karenpayneoregon/conversion-operators-csharp
C# - implicit and explicit conversions
karenpayneoregon/bogus-datasets
Code samples to create Bogus custom DataSet
karenpayneoregon/indices-ranges-csharp
Simple indices and range code samples
karenpayneoregon/working-with-python-basics
For teaching