- 🔭 I'm currently working on posts and videos around tips and tricks to make your applications run better
- 🌱 I'm currently learning more about Security
- 👯 I'm looking to collaborate on tooling to help our community grow
- 💻 I work at SSW ssw.com.au/people/gordon-beeming
- ⭐ I'm a Microsoft MVP for Developer Technologies since 2014 focusing on Azure DevOps and GitHub
- 🐤 I'm on Twitter as @GordonBeeming
- 📺 and YouTube @gordonbeeming
- 💬 Ask me about Azure DevOps or GitHub
- 📫 How to reach me: gordonbeeming.com
💭
delivering value
Father • Husband • Triathlete • SSW Solution Architect
- Brisbane, Australia
-
14:21
- 10h ahead - https://gordonbeeming.com/
- https://orcid.org/0009-0008-9052-329X
- @gordonbeeming
- @gordonbeeming.com
- in/gordon-beeming
- https://mvp.microsoft.com/en-us/PublicProfile/5000879
Highlights
Pinned Loading
-
Small utility method to take any lis...
Small utility method to take any list of objects in C# and import them to MS SQL as a temp table, do something with it and then dispose the temp table of data 1public static void ImportData<T>(string tableName, List<T> data, string connectionString, Func<string, SqlConnection, SqlTransaction, bool> funcWithData, Dictionary<string, Type> customColumns = null)
2{
3using (var connection = new SqlConnection(connectionString))
4{
5connection.Open();
-
DefaultCSharpRepoFiles
DefaultCSharpRepoFiles PublicA couple of files that I generally add to each repository I create containing C# code
-
1,219 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
GordonBeeming/xylem,
GordonBeeming/cloudflare-xylem-worker,
GordonBeeming/dotfiles
and 20 other
repositories
Loading
Contribution activity
July 2025
Created 13 commits in 2 repositories
Opened 13 pull requests in 2 repositories
GordonBeeming/xylem
12
merged
-
fix(blog): update image paths for domain deserialization post
This contribution was made on Jul 22
-
docs(blog): improve explanation of deserialization with private setters
This contribution was made on Jul 22
-
docs(blog): add post on deserializing private setters in C#
This contribution was made on Jul 22
-
ci: enable preview branch deployment in workflow
This contribution was made on Jul 16
-
new post: The Deceptive Simplicity of Polymorphism in .NET APIs
This contribution was made on Jul 16
-
feat: enable Google Analytics with tracking ID
This contribution was made on Jul 16
-
feat(author): update profile layout and add MVP details
This contribution was made on Jul 14
-
chore(search): update blog post metadata in search.json
This contribution was made on Jul 10
-
fix: blog folder date
This contribution was made on Jul 10
-
docs(blog): expand intro with personal story on EF Core issue
This contribution was made on Jul 10
-
new post: Slaying the EF Core Cartesian Explosion with AsSplitQuery()
This contribution was made on Jul 10
-
Adding EF Core's Hidden Identity Crisis: The Owned Entity Cloning Problem
This contribution was made on Jul 6
SSWConsulting/SSW.People.Profiles
1
merged
-
updating gordon beeming bio... just a small rewrite
This contribution was made on Jul 14
Opened 1 issue in 1 repository
greeny/SatisfactoryTools
1
open
-
[Feature Request] Mark steps as done to reduce noise in the on the map
This contribution was made on Jul 8
66
contributions
in private repositories
Jul 3 – Jul 23