Skip to content

PayPal REST API sample code with a Monty Python theme that complements a few videos located at Paradigm Mentors

License

Notifications You must be signed in to change notification settings

gerryLowry/PayPalRESTapiMVCcSharpEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayPalRESTapiMVCcSharpEF

sample code with a Monty Python theme that complements a few videos located at Paradigm Mentors

Overview: this sample code is associated with related videos at Paradigm Mentors.

PayPal REST API CAUTION: NEVER USE YOUR PayPal BUSINESS ACCOUNT PASSWORD as your PayPal "sandbox" test store password.

Key Links:

Notes: https://g47.org/cash notes and links to complement PayPal's REST API documentation.

Videos: https://paradigmmentors.com/free

 2014 03 24 PayPal REST API Series 
 This video group contains 3 free video(s), registration optional.
 plus 2 free video(s), registration required.  
 [free 3] [paid 0] [peer 2] 
 Brief: Using PayPal's New REST API 
 Details:
 Use PayPal's new REST API SDK with platforms like ASP.NET MVC5.
 "The PayPal API uses HTTP verbs and a RESTful endpoint structure.
 OAuth 2.0 is used as the API Authorization framework.
 Request and response payloads are formatted as JSON."
 https://developer.paypal.com/webapps/developer/docs/api/

 2014 03 24 Code First: a very brief introduction 
 This video group contains 1 free video(s), registration optional.  
 [free 1] [paid 0] [peer 0] 
 Brief: Entity Framework allows programmers to map POCO classes to SQL Server databases 
 Details:
 Entity Framework is an ORM (object relational mapper) that
 allows developers to work with POCO classes
 while EF takes care of mapping those classes to a SQL Server database.
 Code First allows the programmer to start with c# classes
 before the database even exists; thus the programmer thinks in terms
 of objects which is a more natural approach to problem solving
 than thinking in terms of database tables. 

Code signed source code:

 You will find a free ASP.NET MVC 5, EF 6.1 vs2013 web express solution here: 
   http://paradigmmentors.net/files/code/ArgumentsPlus/ArgumentsPlus.exe 
 Compressed size:  12 087 336 bytes, digitally signed by Gerry Lowry 
 MD5: 937d8c04b6ee6f35497a72c6b3bb837b
 SHA-1: 577c635866b025ed736289a78199861ff9441241 

 This executable is a self-extracting decompression of the ArgumentsPlus
 s2013 web express ASP.NET MVC 5, EF6.1 solution
 that demonstrates PayPal's c# .NET REST API SDK.

 ArgumentsPlus.exe is for all intents and purposes indentical to
 https://github.com/gerryLowry/PayPalRESTapiMVCcSharpEF,
   commit bb4717e32eb4efd743ff3caaaed8bdf944bab36f a.k.a. bb4717e32e

About

PayPal REST API sample code with a Monty Python theme that complements a few videos located at Paradigm Mentors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published