Skip to content
(BG) Team edited this page Dec 17, 2019 · 218 revisions

Welcome to our PU-DotNet-Core-Web-Apps-With-EF-Core wiki!

Feel free to explore ;)


It's a good idea for the time of the to have a workbench web browser. This will prevent you from messing your personal account on your default browser with ones which you'll have to use against your team work project. It's up to you which will be your preferable browser. We offer you with Firefox Developer Edition which is free and is quite powerful browser to use ;)


Week 1 2019


Week 2 2019

  • Use AppHarbor for getting free SQL Server provider!
  • Do some workshop - create initial Azure DevOps project
  • Make it dirty
    • You might want to create simple web app and push it as Azure DevOps project
    • Also why not to get some SQL Server connection string from AppHarbor and do some registrations

Week 3 2019

  • Deploy your web app to Azure! Try do deploy some of your GitHub projects as 'lil warm up ;)
  • Make it dirty: Team workshop
    • Add users to your Azure DevOps organization
      • Ensure only so called Project owner is performing the demo against his personal DevOps organization
      • Ensure all added team members are logged against Project owner personal DevOps organization
      • !!! All besides Project owner might need to use some other web browser as a workbench.
      • !!! Ensure added user is logged within two (2) hours or invitation link might get expired. Open invitation link on some workbench browser.
    • how to from -> here!

Week 4 2019

  • Speed up deployment time using publishing profile for Visual Studio

Week 5 2019

  • Teams first shows up
    • each team should show their project backlog items and describe what they will/should do
    • each team should describe their project sprint plans

Week 5 2019


Week 6 2019

  • Create my service:

Workshop: https://docs.google.com/presentation/d/1_YJ7gW2Nblg24M1T_dmxEhRu0rbGS85GxiHq16PBE0k/edit?usp=sharing

  • N/A

Week 7 2019

  • Back to basics on OOP and working with Entity Framework:

    WeatherFinderRepo!

    • Simple Chorap4e console application
      • Initialize Socks collection
      • Initialize Users collection
      • Add collections to database
      • List collection from database
    • Code could be found -> here!

Week 8 2019

WeatherFinderRepo! - reworked and optimized

  • One step further to job interview - show some Design Pattern and Clean Architecture skills:

    • Chorap4e workshop requirements:
      • Users should be CRUD-able
      • Socks should be CRUD-able
      • User password should be hashed
      • Listing socks collection should be visible only for logged users

(BG) TEAM:

Craftsman menu


Required Tools 4 Course


External resources


Useful Things


Internal resources

Basic OOP recall

Database 1st with local db

Code1st with external db instance (part1)

Clone this wiki locally