0% found this document useful (0 votes)
15 views1 page

Practical List Msa New Modified

The document provides a practical list of techniques for working with .NET Core, including installation steps for .NET Core, Docker, and Postman. It outlines various projects such as building console applications, microservices with CRUD operations, and event-driven architectures, along with relevant resources and links for further learning. Each point emphasizes hands-on experience with .NET Core and its integration with Docker and databases.

Uploaded by

Sheetal Khanore
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Practical List Msa New Modified

The document provides a practical list of techniques for working with .NET Core, including installation steps for .NET Core, Docker, and Postman. It outlines various projects such as building console applications, microservices with CRUD operations, and event-driven architectures, along with relevant resources and links for further learning. Each point emphasizes hands-on experience with .NET Core and its integration with Docker and databases.

Uploaded by

Sheetal Khanore
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

.

NET Core Techniques

Practical List

For Books Pract : https://github.com/orgs/microservices-aspnetcore/repositories?type=all

1. Write the steps for installing .NET Core, Docker, Postman with appropriate explanation.
2. Build and run a simple .NET Core console application.
3. Build and run a simple .NET Core console application with Docker.
https://dotnet.microsoft.com/en-us/learn/aspnet/microservice-tutorial/run-docker
4. Build and run a Team Service Testing example with integration testing with Docker.
Book
5. Build and run a Location Service (Data Service) with Docker to demonstrate Backing Service
without Database.
Book
6. Build and run a Location Service (Data Service) with Docker to demonstrate Backing Service
with Database.
7. Book
8. Build and run Microservice with Event Sourcing and CQRS.
Book
9. Building an ASP.NET Simple Core Web Application – Stock Quote example (Use console or
Visual Studio).
Book
10. Build and run CRUD Microservice with Visual Studio to demonstrate Data Service using
Database running on IIS Server.
11. Build and run CRUD Microservice with Visual Studio to demonstrate Data Service using
Database running on Docker.
https://www.c-sharpcorner.com/article/microservice-using-asp-net-core/
12. Build and Run CRUD ASP.NET Core Using Entity Framework Core With Swagger
https://www.c-sharpcorner.com/article/asp-net-core-sample-website-with-entity-
framework/
13. Build and run an Event-Driven ASP.NET Core Microservice Architecture
https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-
e0ef2976f33f
14. Build and run application for Upload and Download Multiple Files Using Web API
https://www.c-sharpcorner.com/article/upload-and-download-multiple-files-using-web-api/
15. Demonstrate the use of ASP.NET Core 2.0 Session State in an Application
https://www.c-sharpcorner.com/article/asp-net-core-2-0-empty-project/
https://www.c-sharpcorner.com/article/asp-net-core-2-0-session-state/
16. Demonstrate the use of ASP.NET Core 2.0 MVC Layout Pages
https://www.c-sharpcorner.com/article/asp-net-core-2-0-empty-project/
https://www.c-sharpcorner.com/article/asp-net-core-2-0-mvc-layout-pages/
17. Demonstrate Simple Insert and Select (CRUD) Operation Using .NET Core MVC With
ADO.NET And Entity Framework Core
https://www.c-sharpcorner.com/article/simple-insert-and-select-operation-using-net-core-
mvc/
18. Demonstrate the use of Entity Framework (5), With .Net Core MVC, Database-First Approach
https://www.c-sharpcorner.com/article/entity-framework-5-with-net-core-mvc-database-
first/

You might also like