Karen Payne
@karenpaynemvp.bsky.social
📤 237
📥 57
📝 51
Microsoft MVP, Developer advocate, drives sports cars
dev.to/karenpayneor...
loading . . .
ASP .NET Core IDisplayMetadataProvider
Introduction Learn how to use a class that implements IDisplayMetadataProvider to...
https://dev.to/karenpayneoregon/asp-net-core-idisplaymetadataprovider-46al
2 days ago
0
0
0
dev.to/karenpayneor...
loading . . .
How to: NuGet local feeds
Introduction NuGet packages are the standard way .NET developers share, version, and...
https://dev.to/karenpayneoregon/how-to-nuget-local-feeds-2nci
3 days ago
0
0
0
dev.to/karenpayneor...
loading . . .
Mocked data for learning
Introduction When a developer is learning a new method or technique, data is generally...
https://dev.to/karenpayneoregon/mocked-data-for-learning-5ekm
about 1 month ago
0
0
0
dev.to/karenpayneor...
loading . . .
ASP .NET Core Project details
Introduction Learn how to read attributes from a project file using a class project that...
https://dev.to/karenpayneoregon/asp-net-core-project-details-log
2 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
EF Core prototyping
Introduction When designing a database schema, it's a good idea to load the development...
https://dev.to/karenpayneoregon/ef-core-prototyping-1chn
4 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
Create C# nested files in Visual Studio
Introduction Microsoft Visual Studio supports nested files, which are usually...
https://dev.to/karenpayneoregon/create-c-nested-files-in-visual-studio-3j20
5 months ago
0
2
0
dev.to/karenpayneor...
loading . . .
ChatGPT custom GPT and C#
Introduction When displaying an image on a web page, it's recommended that the alt...
https://dev.to/karenpayneoregon/chatgpt-custom-gpt-and-c-36b9
5 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
ASP .NET Core startup validation part 3
Introduction Learn how to use ValidateOnStart to assert that required directories exist...
https://dev.to/karenpayneoregon/asp-net-core-startup-validation-part-3-jh9
5 months ago
0
1
0
dev.to/karenpayneor...
loading . . .
Visual Studio custom project templates
Introduction Microsoft Visual Studio comes with many standard project templates, which...
https://dev.to/karenpayneoregon/visual-studio-custom-project-templates-5c5o
6 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
Get user secrets for projects
Introduction Learn how to get all user secrets for a developer’s projects. There are two...
https://dev.to/karenpayneoregon/get-user-secrets-for-projects-3b0h
6 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
Visual Studio shared user secrets
Introduction Learn how to create common user secrets for desktop and web applications,...
https://dev.to/karenpayneoregon/visual-studio-shared-user-secrets-14ki
6 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
GitHub Copilot: Use prompt files for Visual Studio
Introduction With GitHub Copilot active in Microsoft Visual Studio, learn how to create...
https://dev.to/karenpayneoregon/github-copilot-use-prompt-files-4k3p
7 months ago
0
1
0
dev.to/karenpayneor...
loading . . .
VS2022 External tools in toolbar
Introduction Microsoft Visual Studio provides a way to add external tools with options...
https://dev.to/karenpayneoregon/vs2022-external-tools-in-toolbar-1kc3
8 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
Import specific properties from JSON
Introduction Learn how to read a json string with known properties and remove unwanted...
https://dev.to/karenpayneoregon/import-specific-properties-from-json-8e2
8 months ago
0
0
0
dev.to/karenpayneor...
loading . . .
Using Copilot agent in Visual Studio
Introduction The intent is to demonstrate working with GitHub Copilot agent mode in...
https://dev.to/karenpayneoregon/using-copilot-agent-in-visual-studio-16nb
8 months ago
0
0
0
A great feature in ReSharper is prefix templates, which can eliminate tedious work.
dev.to/karenpayneor...
Here, the first prefix template sets up Serilog, while the second prefix configures EF Core. Will make code available soon.
loading . . .
8 months ago
0
2
0
GitHub Copilot agent in Visual Studio 2022, prompt to add Serilog to a project Yes, this is a basic implementation. We can adjust the prompt for specific needs.
8 months ago
0
1
0
dev.to/karenpayneor...
loading . . .
EF Core seeding data
Introduction Learn how to seed data with Microsoft EF Core 9 using UseSeeding and...
https://dev.to/karenpayneoregon/ef-core-seeding-data-f4b
9 months ago
0
1
0
dev.to/karenpayneor...
loading . . .
EF Core 9 mask data
Introduction Learn how to use EF Core interceptors and value converters to mask data read...
https://dev.to/karenpayneoregon/ef-core-9-mask-data-2phl
9 months ago
0
1
0
I felt the need to try Sora. To create this video, I took an image with a bear and a second image with me and another person. I am impressed with Sora.
loading . . .
9 months ago
0
1
0
dev.to/karenpayneor...
loading . . .
Bootstrap 5 dialogs for ASP .NET Core/C# using ChatGPT
Introduction Learn to use Bootstrap 5.3.4 modal dialogs effectively in ASP.NET Core Razor...
https://dev.to/karenpayneoregon/bootstrap-5-dialogs-for-aspnet-corec-using-chatgpt-3k27
10 months ago
0
1
0
EF Core data seeding sample
github.com/karenpayneor...
10 months ago
0
2
0
For ChatGPT, try using templates, the following is a simple starter. George Washington's birthdate. <insert Year in MM-DD-YYYY FORMAT> and crossed the Delaware <insert year>'
10 months ago
0
0
0
Have you ever struggled using Bootstrap 5.x modals in ASP.NET Core projects? If so, check out the ASP.NET Core NET9, Bootstrap 5.3.4 (new version), which demonstrates using standard code and one with a partial view that interacts with the C# backend.
github.com/karenpayneor...
loading . . .
ef-code-8-samples/WebApplication1 at master · karenpayneoregon/ef-code-8-samples
Various code sample for Entity Framework Core 8 and EF Core 9 - karenpayneoregon/ef-code-8-samples
https://github.com/karenpayneoregon/ef-code-8-samples/tree/master/WebApplication1
10 months ago
0
1
0
loading . . .
Serilog filter log files by type
Introduction Learn how to split log data using Serilog FilterExpression for any project...
https://dev.to/karenpayneoregon/serilog-filter-log-files-by-type-2gdh
11 months ago
0
0
0
loading . . .
EF Core HasData
Introduction Data seeding can be used to set initial data or for testing purposes. Learn...
https://dev.to/karenpayneoregon/ef-core-hasdata-i75
12 months ago
0
0
0
loading . . .
Diverse AI tools used for the C# developer
Introduction Learn to use multiple AI tools to solve problems and/or save time by allowing...
https://dev.to/karenpayneoregon/diverse-ai-tools-used-for-the-c-developer-4981
12 months ago
0
1
0
Rather than start coding, best to write out a plan.
about 1 year ago
0
0
0
Are there developers who play guitar?
about 1 year ago
0
0
0
loading . . .
Working with interfaces
Introduction In C#, interfaces are powerful for designing flexible and reusable code. An...
https://dev.to/karenpayneoregon/working-with-interfaces-2pi7
about 1 year ago
0
0
0
loading . . .
C# Excel read/write on the cheap
Introduction When working with Excel frequently while coding in C#, the smart direction is...
https://dev.to/karenpayneoregon/c-excel-readwrite-on-the-cheap-36km
about 1 year ago
1
2
0
Curious if any developers play guitar to relax? (or in my case get frequent police visits)
about 1 year ago
1
4
0
Spent time today preparing to write an article on reading json columns using EF Core (code used from a prior) article and then wrote read operations using both SqlClient data provider and Dapper. Keeping all code samples in one project can get messy if not careful.
about 1 year ago
0
2
0
Starter code for getting NuGet Package Sources in C#
github.com/karenpayneor...
loading . . .
various-helpers/GetGlobalNuGetPackages at master · karenpayneoregon/various-helpers
Helper code for various task. Contribute to karenpayneoregon/various-helpers development by creating an account on GitHub.
https://github.com/karenpayneoregon/various-helpers/tree/master/GetGlobalNuGetPackages
about 1 year ago
0
2
0
github.com/karenpayneor...
loading . . .
GitHub - karenpayneoregon/validate-on-start-samples: Main purpose: validating enum in ASP.NET Core/Razor Pages
Main purpose: validating enum in ASP.NET Core/Razor Pages - karenpayneoregon/validate-on-start-samples
https://github.com/karenpayneoregon/validate-on-start-samples
about 1 year ago
0
0
0
dev.to/karenpayneor...
loading . . .
NET 9 BinaryFormatter migration paths
Introduction With the release of .NET 9 Core Framework, BinaryFormatter Class is now...
https://dev.to/karenpayneoregon/net-9-binaryformatter-migration-paths-4i5a
about 1 year ago
0
0
0
dev.to/karenpayneor...
loading . . .
Hidden NET 9 gems
Introduction When Microsoft announces a new version of the NET Framework there are release...
https://dev.to/karenpayneoregon/hidden-net-9-gems-3pb4
about 1 year ago
0
3
0
dev.to/karenpayneor...
loading . . .
Visual Studio package security
Introduction Learn how to deal with NuGet packages with known vulnerabilities in Visual...
https://dev.to/karenpayneoregon/visual-studio-package-security-6fk
about 1 year ago
0
1
0
dev.to/karenpayneor...
loading . . .
Window Forms Dark mode
Introduction Learn how to support dark mode for Windows Forms projects targeting .NET 9...
https://dev.to/karenpayneoregon/window-forms-dark-mode-33on
about 1 year ago
0
2
1
Working on NET9/C#13 code samples.
about 1 year ago
0
6
0
dev.to/karenpayneor...
loading . . .
List all Visual Studio solutions
Introduction Learn how to get started with file globbing by creating a console project to...
https://dev.to/karenpayneoregon/list-all-visual-studio-solutions-4a2b
about 1 year ago
0
1
0
dev.to/karenpayneor...
loading . . .
NET6 - C# DistinctBy
Introduction Learn how to use DistinctBy which was introduced with NET6 Core. DistinctBy...
https://dev.to/karenpayneoregon/net6-c-distinctby-3de5
about 1 year ago
0
3
1
Calculate years old in SQL-Server
sqlfiddle.com/sql-server/o...
loading . . .
Get birthdate
How to get years old from birthdate. This can also be done with computed columns,
https://sqlfiddle.com/sql-server/online-compiler?id=13dfbcc5-20d2-4083-bdeb-6261f5cad23b
about 1 year ago
0
0
0
dev.to/karenpayneor...
loading . . .
Storing passwords safely (C#)
Introduction Learn and easy way to stored passwords in a SQL-Server database table using...
https://dev.to/karenpayneoregon/storing-passwords-safely-c-ifh
about 1 year ago
0
1
0
Question, how long do you think it would take a developer to transform this jQuery code w/o using A.I. ?
about 1 year ago
0
0
0
Push your skills Part 1
dev.to/karenpayneor...
loading . . .
Push your skills Part 1
Introduction Learn how to become a better developer requires continuous improvement of...
https://dev.to/karenpayneoregon/push-your-skills-2pho
about 1 year ago
0
0
0
EF Core log to file
dev.to/karenpayneor...
loading . . .
EF Core log to file benefits
Introduction Usually when a query fails to present expect results or simply unexpected...
https://dev.to/karenpayneoregon/ef-core-log-to-file-benefits-13jp
about 1 year ago
0
0
0
Get SQL-Server Stored Procedures with C#
dev.to/karenpayneor...
loading . . .
Get SQL-Server Stored Procedures with C#
Introduction GitHub repository Requires Microsoft Visual Studio 2022 NET 8...
https://dev.to/karenpayneoregon/get-sql-server-stored-procedures-with-c-5h2a
about 1 year ago
0
0
0
Microsoft VS2022 Cascadia Code font
dev.to/karenpayneor...
loading . . .
Microsoft VS2022 Cascadia Code font
Introduction Microsoft Visual Studio besides being a great IDE provides the ability to...
https://dev.to/karenpayneoregon/microsoft-vs2022-cascadia-code-font-2400
about 1 year ago
0
1
0
Looking for groups for donet, C#.
about 2 years ago
0
4
0
Load more
feeds!
log in