- 🔭 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 • Microsoft MVP
- Brisbane, Australia
-
08:05
(UTC +10:00) - https://gordonbeeming.com/
- https://orcid.org/0009-0008-9052-329X
- @gordonbeeming
- @GordonBeeming
- in/gordon-beeming
- https://mvp.microsoft.com/en-us/PublicProfile/5000879
Highlights
Pinned Loading
-
GordonBeemingCom
GordonBeemingCom PublicThis is the source code for profile and blog site https://gordonbeeming.com. Feel free to use pieces of it that might be useful to you.
CSS 4
-
-
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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.