I am just start to make applications in .net core
Loading
I am just start to make applications in .net core
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raj KumarPosted Jan 2, 2024, 6:52 PM
Very simple and easy to understand:
https://www.c-sharpcorner.com/article/create-read-update-and-delete-crud-with-asp-net-core/
Vishal YelvePosted Jan 2, 2024, 7:39 AM
Hi Rupesh,
Do refer to my below article
https://www.c-sharpcorner.com/article/net-core-3-1-web-api-crud/
Tahir AnsariPosted Jan 2, 2024, 6:40 AM
try this articles: https://www.c-sharpcorner.com/article/asp-net-core-5-0-web-api/
https://tsharpcorner.com/net-8-restful-api-crud-using-code-first/
https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-mvc-net-5-0/
Naimish MakwanaPosted Jan 2, 2024, 4:23 AM
Please reffer below links
https://www.dotnettricks.com/learn/aspnetcore/entity-framework-core-crud-operations
https://dotnettutorials.net/lesson/crud-operations-in-entity-framework-core/
https://shahedbd.medium.com/crud-operation-with-dapper-using-asp-net-core-7-0-mvc-bf4e578dc01c
https://www.youtube.com/watch?v=DUTLyppLnUQ
Thanks
Jignesh KumarPosted Jan 2, 2024, 3:48 AM
Hello Rupesh,
Please use this thread which will help you to understand step by step,
https://www.c-sharpcorner.com/article/asp-net-core-learn-crud-operations-in-entity-framework-core-from-zero-to-hero/
Sam HobbsPosted Jan 1, 2024, 7:21 PM
Do you want to use a console application or desktop application (such as WPF) or a website (such as ASP.Net Core)?
I suggest learning Entity Framework (EF). Note that the article Create, Read, Update, and Delete (CRUD) with ASP.NET Core uses EF. Therefore if you are not ready to learn about ASP.Net Core then you can learn how to use EF in a WPF application, or even in a console application, and your knowledge of EF will be useful for nearly all types of applications.
Using ASP.Net Core I was able to generate some CRUD pages using Visual Studio for a table (for me, it is a table of deliveries). VS did it all for me except I just defined the table. You should however understand EF and ASP.Net Core first. Therefore learning EF first is important.
Rijwan AnsariPosted Jan 1, 2024, 2:45 PM
Try this article
https://www.c-sharpcorner.com/article/create-read-update-and-delete-crud-with-asp-net-core/