- 🔭 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
-
16:43
- 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
-
xylem
xylem PublicIn plants, xylem is the vascular tissue that transports water and nutrients from roots to the rest of the plant. This is a great metaphor for a blog that disseminates foundational knowledge and sup…
MDX
-
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.