Don't Repeat Your Biml - C# Extension Methods

gravatar

Cathrine Wilhelmsen

In a previous blog post, we looked at how to use C#/VB Code Files in Biml. There are several benefits to moving custom C# code into separate files. It allows you to reuse that code across multiple projects and solutions. You can maintain the code in your editor of choice, taking advantage of intellisense and syntax highlighting. And finally, my personal favorite: you can create custom extension methods. In this post, we will look at how to simplify our Biml projects by creating and using C# extension methods. We will build on the examples from the previous C#/VB Code Files in Biml blog post.

published 08.28.18

last updated 08.28.18


Share

Tags

  • biml,
  • C#

Link:

https://www.cathrinewilhelmsen.net/2018/08/28/dont-repeat-your-biml-extension-methods/

You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

There are no comments yet.