DatingApp using .NET Core web Application
1.C# concepts :- https://freeasphosting.net/csharp-tutorial.html
2.Scaffold :- https://docs.oracle.com/cd/E17952_01/connector-net-en/connector-net-entityframework-core-scaffold-example.html#connector-net-entityframework-core-scaffold-packagemgr
https://www.entityframeworktutorial.net/efcore/create-model-for-existing-database-in-ef-core.aspx
3.EF core :- https://docs.microsoft.com/en-us/ef/core/
4. LINQ -> https://www.tutorialsteacher.com/linq/what-is-linq
5.Road map for Dotnet Core:- https://github.com/MoienTajik/AspNetCore-Developer-Roadmap
1.https://localhost:44322/api/users
2.https://localhost:44322/api/users?gender=male
3.https://localhost:44322/api/users?minage=40&maxage=70
4.https://localhost:44322/api/users?likees=true
5.https://localhost:44322/api/users/8/messages?messageContainer=Outbox
6.https://localhost:44322/api/users/8/messages
7.https://localhost:44322/api/users/8/messages/thread/1
1.https://localhost:44322/api/auth/login
2.https://localhost:44322/api/users/1/photos/11/setMain
3.https://localhost:44322/api/users/2/like/8
4.https://localhost:44322/api/users/8/Messages