From the course: C# Framework Design

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Share framework with the community

Share framework with the community - C# Tutorial

From the course: C# Framework Design

Share framework with the community

- [Instructor] Now that we've taken a look at how to build better C# frameworks it's time for you to review your own code libraries, or look at the object-oriented programming adventure game and apply what you've learned. A lot of times I end up reusing the same code from project to project until I realize it would be better to turn it into a code library that's easier to maintain. You also don't know if your code might be able to solve another developer's problem, or help get them started. That's why it's important for you to share your code. So once you're happy with your C# framework, create a build script, upload it to GitHub and share it with the rest of the .net community.

Contents