CodeProject
Managing Nested Libraries Using the GIT Subtree Merge Workflow
Image by Ville Miettinen | Some Rights Reserved NOTE: This post is mainly targeted at newer git users who may want a more detailed look at what is happening. If you consider yourself comfortable with git, I have also created a...
CodeProject
Git Subtree Merge –The Quick Version
Image by Ville Miettinen | Some Rights Reserved The Subtree Merge Workflow offers a relatively painless mechanism for managing shared library source code as a component of a larger project. If you have ever had a shared library,...
C#
Splitting and Merging Pdf Files in C# Using iTextSharp
I recently posted about using PdfBox.net to manipulate Pdf documents in your C# application. This time, I take a quick look at iTextSharp, another library for working with Pdf documents from within the .NET framework. Some...
No More Results