What you’ll learn
- .Net Core Web API
- Building Professor’s Controller
- Executing in IIS Express & Kestrel. launchSettings.json
- Layered Solution [Application Core, BLL, SQL DAL, Redis Cache DAL]
- User Secrets instead on appSettings.json
- Dependency Injection
- SQL Server
- Using Azure Data Studio
- SQL Scripts included creating database, tables, and data population
- Swagger UI
- Adding Swagger UI to Web API
- Testing API using Swagger
- Postman Collection
- Using Postman to verify the API
- Postman Collection and its advantages.
- Redis Cache (Cache Aside Pattern)
- Including the Redis Cache into the mix.
- Improving Data Retrieval Time.
- Implementing the Cache Aside Pattern.
- Angular 10
- Creating the Angular 10 UI from Scratch
- Creating Top Nav, Side Nav, Footer, and Dashboard.
- Creating Screens for List, Add, Edit, Delete.
- Adding Service to retrieve content from Web API
- Routing to navigate between the pages.
- React JS
- Creating the same UI using React JS
- Integrating with Web API
- Blazor WASM UI
- Azure Application Insights
- Integrating the Web API with Application Insights
Free Azure infrastructure will be provided to attendees for a limited period of time to try out