• Sign up
  • Docs
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
  • Developer Changelog
  • Elsewhere
  • Blog
  • Forum
  • Feedback
  • International sites
  • United States (English)
  • 日本 (日本語)
Box Developer Documentation
  • United States (English)
  • 日本 (日本語)
  • Quick Starts
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
    • Developer Changelog
    • UnreadMay 24th, 2022

      Box Java SDK v3.2.0 released

      Featuresdksjava
    • UnreadMay 24th, 2022

      New Box App Center (formally App Gallery)

      FeatureImpactfulapi
    • UnreadMay 18th, 2022

      New Endpoints to Manage User Avatars

      FeatureImpactfulapi
Log in
Tooling
Postman Collection
Use Postman to make API calls Quick Start
1. Install Postman 2. Configure a Box App 3. Log in to Box 4. Load Postman Collection 5. Make an API call Next steps
Install Postman & Collection Make an API call Retrieve an Access Token Refresh an Access Token Legacy Postman Collection
CLI
Learn to use the Box CLI with OAuth 2.0 Quick Start
1. Configure a Box App 2. CLI Installation and Configuration 3. Building Commands and Help Feature 4. Using Options and Bulk Commands Next steps
(Appendix) Box CLI Using JWT Authentication
Salesforce Developer Toolkit
Methods and Operations Code Samples
SDKs
Install .NET SDK Install Java SDK Install Python SDK Install Node SDK Install Salesforce SDK

Install .NET SDK

Guides Tooling SDKs Install .NET SDK
Edit this page

Install .NET SDK

The Box .NET SDK can be used to make API calls to the Box APIs in a .NET project.

The SDK is available for both .NET Framework 4.5 and .NET Core 1.0 or above. The installation of the SDK depends on the framework used.

Learn more about the .NET SDK on GitHub

.NET Framework

To install the .NET SDK in the .NET framework, run the following command using the Nuget package manager.

PM> Install-Package Box.V2

.NET Core

To install the .NET SDK in the .NET Core framework, run the following command using the Nuget package manager.

PM> Install-Package Box.V2.Core

Learn more about the .NET SDK on GitHub

Related Guides

  • GuideOAuth 2.0 Auth
  • GuideJWT Auth
    On this page
  • .NET Framework
  • .NET Core
  • Box & Community
  • About Us
  • Platform Twitter
  • Developer Blog
  • Engineering Blog
  • Newsletter
  • Changelog
  • GitHub
  • Community GitHub
  • Tooling
  • Node SDK
  • Java SDK
  • Python SDK
  • .NET SDK
  • Box CLI
  • Box Skills Kit
  • Samples
  • Platform Samples
  • Skills Samples
  • Support
  • Support & Community
  • Create a ticket
  • Platform Forum
  • Product Feedback
  • API Status
  • International sites
  • United States (English)
  • 日本 (日本語)
  • ©2022 Box
  • Sitemap
  • Subscriptions
  • Terms of Use
  • Privacy Policy
  • Cookie Notification
  • Code samples provided under Unilicense