UOP POS409 Week 2 Discussion Latest

POS409. NET II
Week 2 Discussion
Collections in REST API Calls and C# .NET Collections
Includes 3 individual replies to this discussion question!
Many applications get their data from the internet. This is done in various ways, but one of the most common ways is to use REST (Representational State Transfer) and make calls to get data over HTTP (Hyper-Text Transfer Protocol). REST API's center around resources grouped as a collection.
There are many open APIs (Application Program Interfaces) that are free and can be used to get data from different sources. Click the link to view an example of the code to make a currency conversion that you can access in your browser.
As you can see data is often returned as a collection of objects.
Discuss?how REST is commonly used in calling an API to get data and discuss the different data formats that are used in this type of data transfer.
Knowing when to apply collections on a given business problem is an important skill for developers to know.
Using the information from Lesson 7, "Managing Collections of Data," of the Lynda.com® course C# Essential Training, select one .NET collection, and explain possible benefits of implementing the selected C# collection.
From the perspective of the IT manager, discuss business problems that could be solved using the selected C# collection.

-
Rating:
5/
Solution: UOP POS409 Week 2 Discussion Latest