Welcome to Extend

What is this?

Extend is a set of .Net extension methods build as portable class library. Extend enhance the .Net framework by adding a bunch of methods to increase developer’s productivity. Currently it contains 377 unique extension methods (623 overloads included).

Where can I use it?

You can use it in every .Net application or library targeting one of the following profiles:

  • .Net 4.5
  • Windows 8
  • Windows Phone 8
  • Windows Phone 8.1

How do I use it?

  1. Install "Extend" via NuGet Install-Package PortableExtensions
  2. Add using for Extend using Extend;
  3. Done!
  • Improve this Doc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX