17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Learn AspNet Core And SQL By Writing Todo API
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
So the first question you will have is why even learn about ASPNET Core? That is a very good question. The answer is that it allows you to build flexible and reliable APIs and web applications. In our course we are going to laser focus on how to build APIs.
If one does not have reliable API then no matter how great the front-end is designed and fancy it is the user experience is going to be negative. This in turn will push a lot of people away from your product or the one you are building for a company.
The API is the gateway to your data so it needs to be secure, performant and reliable. ASPNET Core has all of the tools to make this happen starting from handling simple requests to allowing users complete registration and login.
The main idea of this course is not to build a very complex API, instead I chose something pretty simple – ToDo list. Everybody knows how it works and there is no confusion there. This allows me to focus more on the mechanics of how ASPNET Core works in order to build APIs.
We take it step-by-step and go over everything that we need to build and then we go ahead and build it. I am there with you every step of the way and if you have any questions the Q&A section is always ready to help you out.
Now a word about Entity Framework. Just in case you are new to the Entity Framework – it is an ORM that help you interact with the database. Helps you read, write and delete and more so you you don’t have to take care of it manually. The selling point of it is that it writes the “database code” automatically.
A very unique thing about this course is that we don’t use Entity Framework like every other course but instead we are using Dapper. The reason is that using Entity Framework is pretty simple if there is no team. However, in the long term it is known to have performance issues and it is not as flexible, also when there is a team in place it can become very tricky to navigate which migrations need to be run properly.
Dapper is made by StackOverflow team and is widely used however Microsoft made it pretty difficult integrating with ASPNET Core if one is not using Entity Framework. The goal of this course is to make the process simpler and show you exactly how to integrate Dapper with ASPNET Core. We also write our own SQL which I show you is not as scary as it seems.
After we are finish with the course you will be able to make your own APIs with ASPNET Core – all the way from handling simple requests to performing registration and login process.
Enroll now and let’s start learning ASPNET Core together!
Who this course is for:
Students who are interested in building APIs
Students who are interested in learning more about ASPNET Core
Students who are interested using Dapper with ASPNET Core and ASPNET Core Identity
Students who are interested in learning the back-end development with ASPNET Core
Requirements
Basics of C# and T-SQL are preferable but not necessary
Windows machine that could handle Visual Studio 2019+ and SQL Server 2019+
Last Updated 2/2021
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
46.2 KB
.pad/1
206.8 KB
.pad/10
322.8 KB
.pad/11
140.3 KB
.pad/12
500.9 KB
.pad/13
433.8 KB
.pad/14
477.4 KB
.pad/15
192 KB
.pad/16
496.1 KB
.pad/17
175.1 KB
.pad/18
121.2 KB
.pad/19
328.7 KB
.pad/2
438.7 KB
.pad/20
463.7 KB
.pad/21
250 KB
.pad/22
73.8 KB
.pad/23
236.5 KB
.pad/24
482.5 KB
.pad/25
505.3 KB
.pad/3
208.7 KB
.pad/4
467.8 KB
.pad/5
350.2 KB
.pad/6
132.4 KB
.pad/7
188.2 KB
.pad/8
72.5 KB
.pad/9
1.9 KB
TutsNode.com.txt
63 B
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/1. Introduction/1. Main Introduction.mp4
25.8 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/1. Introduction/1. Main Introduction.srt
8.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/1. Introduction/2. What Are We Building.srt
9.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/10. Testing/1. Testing Account Controller.mp4
88.4 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/10. Testing/1. Testing Account Controller.srt
19.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/10. Testing/2. Testing UserToDo Controller.mp4
49.5 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/10. Testing/3. Testing Category Controller.srt
3.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/11. Application Code/1. Download Application Code Here.html
611 B
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/2. Setup/1. Install Visual Studio 2019.srt
4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/2. Setup/2. Install SQL Server 2019.srt
5.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/2. Setup/3. Install SQL Server Management Studio.srt
4.1 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/3. Outline All Pieces/1. Identify All Endpoints.mp4
25.5 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/3. Outline All Pieces/1. Identify All Endpoints.srt
6.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/3. Outline All Pieces/2. Identify Database Actions.srt
4.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/1. Create Database & ApplicationUser.mp4
31 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/1. Create Database & ApplicationUser.srt
11.6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/10. Create UserToDo_Upsert.mp4
57.2 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/10. Create UserToDo_Upsert.srt
12.3 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/11. Create Category_GetAll.srt
5.3 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/2. Create Category.srt
5.4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/3. Create UserToDo.mp4
45.6 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/3. Create UserToDo.srt
13.9 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/4. Create Needed Types.mp4
25.9 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/4. Create Needed Types.srt
7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/5. Create Account_Insert.srt
7.1 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/6. Creaet Account_GetByUsername.mp4
34.3 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/6. Creaet Account_GetByUsername.srt
10.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/7. Create UserToDo_Delete.srt
5.4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/8. Create UserToDo_GetByUserId.mp4
24.5 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/8. Create UserToDo_GetByUserId.srt
7.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/4. Build SQL Objects/9. Create UserToDo_Get.srt
5.5 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/1. Create ApplicationUserLogin.mp4
49.9 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/1. Create ApplicationUserLogin.srt
13.4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/10. Create Category.srt
2.4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/2. Create ApplicationUserCreate.mp4
35 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/2. Create ApplicationUserCreate.srt
8.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/3. Create ApplicationUserIdentity.mp4
38.3 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/3. Create ApplicationUserIdentity.srt
9.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/4. Create ApplicationUser.srt
3.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/5. Create ApiException.srt
3.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/6. Create UserToDoPaging.srt
2.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/7. Create PagedResults.srt
3.5 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/8. Create UserToDoCreate.mp4
43 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/8. Create UserToDoCreate.srt
9.6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/5. Build Models/9. Create UserToDo.srt
4.4 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/1. Create IAccountRepository.mp4
64 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/1. Create IAccountRepository.srt
16.3 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/2. Create AccountRepository.mp4
151.1 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/2. Create AccountRepository.srt
26.7 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/3. Create IUserToDoRepository.mp4
29.8 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/3. Create IUserToDoRepository.srt
6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/4. Create UserToDoRepository.mp4
170.5 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/4. Create UserToDoRepository.srt
29.6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/5. Create ICategoryRepository.srt
2.6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/6. Create CategoryRepository.mp4
33.2 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/6. Build Repository/6. Create CategoryRepository.srt
6.5 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/7. Build Services/1. Create ITokenService.srt
5.1 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/7. Build Services/2. Create TokenService.mp4
86.8 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/7. Build Services/2. Create TokenService.srt
19 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/8. Build Identity/1. Build UserStore.mp4
145.3 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/8. Build Identity/1. Build UserStore.srt
28.1 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/1. Build AccountController.mp4
138.5 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/1. Build AccountController.srt
25.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/2. Build UserToDoController.mp4
121.2 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/2. Build UserToDoController.srt
21.2 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/3. Build CategoryController.mp4
33.9 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/3. Build CategoryController.srt
6.3 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/4. Build ExceptionMiddlewareExtensions.mp4
76.9 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/4. Build ExceptionMiddlewareExtensions.srt
15.6 KB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/5. Update Startup.mp4
155.3 MB
[TutsNode.com] - Learn AspNet Core And SQL By Writing Todo API/9. Build Web/5. Update Startup.srt