Skip to content

Instantly share code, notes, and snippets.

@A-Programmer
Created February 27, 2018 16:52
Show Gist options
  • Save A-Programmer/b253fc096825ed6e32969ebfcb95a51e to your computer and use it in GitHub Desktop.
Save A-Programmer/b253fc096825ed6e32969ebfcb95a51e to your computer and use it in GitHub Desktop.
how to create web application in dotnet core 2 from scratch.

Table of Content

  1. Create new app
  2. Config app and install packages
  3. Add controllers and views
  4. Add model and data context,Update database
  5. Using Layout
  6. Using Bundle and minification
  7. Areas
  8. Identity manager
  9. Working with static files
  10. CRUD
  11. Upload files
  12. Using ImageSharp for resize images
  13. Paginated data
  14. TagHelpers and create custom taghelper
  15. Create and use Api
  16. To be continued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment