Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET to Ktor Tutorial #1

Open
khalidabuhakmeh opened this issue Jan 14, 2021 · 0 comments
Open

ASP.NET to Ktor Tutorial #1

khalidabuhakmeh opened this issue Jan 14, 2021 · 0 comments

Comments

@khalidabuhakmeh
Copy link
Collaborator

khalidabuhakmeh commented Jan 14, 2021

Write a coming to Ktor from ASP.NET article, and focus on the following topics.

  • idioms and vocabulary
  • general configuration (configuration screen, opt-in)
    • different than ASP.NET because more options
  • request & response handling
    • processing Form POST
    • processing JSON model
    • reading from other elements of the request (Headers, query string, etc.)
    • returning different responses (HTML, JSON, XML)
    • static files
  • utilizing a dependency like SQLite
    • setting up the connection
    • reading
    • writing

Build a single endpoint that explores these topics and relate them back to C# code. It might make sense to have a tab switcher to compare the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant