Giter VIP home page Giter VIP logo

codekit-csharp's Introduction

AT&T Codekit

Description

The AT&T C# Codekit allows you to create C# apps that can interact with APIs provided by AT&T.

Requirements

Microsoft Visual Studio is requirement including a .Net C# Web site project. An ASP.NET page is typically divided into two files: 1. A markup file with a .aspx extension. 2. A code file, with a .aspx.cs extension.

This code defines a partial class named default (You can replace the class name can be replaced with the name of your Web page).

For more information about parameters for AT&T APIs, refer to the online documentation at https://developer.att.com.

Usage

Your solution should consist of two projects:

1. Web site project
2. Class library project

Installation:

1. Open a empty website in your Visual Studio.
2. Add a default page.
3. Copy the Default.aspx.cs to your Default.aspx.cs file.
4. Add a new project to your current solution (by right click solution and select add/new project)
5. Add all of the .cs files for the API that you wish to include in your project. the .cs files for each API are located in sub-folder under the codekit directory. 
		(https://github.com/attdevsupport/codekit-csharp/)
6. Build the project and solution.

codekit-csharp's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.