Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created September 23, 2020 06:14
Show Gist options
  • Save aershov24/fedc196353c670140c8fe60b74e45008 to your computer and use it in GitHub Desktop.
Save aershov24/fedc196353c670140c8fe60b74e45008 to your computer and use it in GitHub Desktop.
Markdium-60 .NET Interview Questions Devs Must Focus On (ANSWERED)
public class TweetsController : ApiController {
// GET: /Api/Tweets/
public List Get() {
return Twitter.GetTweets();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment