| Bonus Resources.txt | 102.4 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| ~Get Your Files Here ! | |||
| 01. Foundations of secure coding | |||
| 01. Underlying security principles.mp4 | 12.8 MB | ||
| 01. Underlying security principles.srt | 8.9 KB | ||
| 02. Authentication and access control | |||
| 01. Secure authentication.mp4 | 11.2 MB | ||
| 01. Secure authentication.srt | 8.8 KB | ||
| 02. Demo implementing ASP.Net Core Identity.mp4 | 34.2 MB | ||
| 02. Demo implementing ASP.Net Core Identity.srt | 11.9 KB | ||
| 03. Secure authorization.mp4 | 8.9 MB | ||
| 03. Secure authorization.srt | 8.1 KB | ||
| 03. Session management | |||
| 01. ASP.Net Core session management.mp4 | 14.2 MB | ||
| 01. ASP.Net Core session management.srt | 10.5 KB | ||
| 02. Session focused attacks and defenses.mp4 | 7.1 MB | ||
| 02. Session focused attacks and defenses.srt | 6.8 KB | ||
| 03. Demo protecting session cookies.mp4 | 17.1 MB | ||
| 03. Demo protecting session cookies.srt | 6.3 KB | ||
| 04. Demo using bearer tokens.mp4 | 13 MB | ||
| 04. Demo using bearer tokens.srt | 4.6 KB | ||
| 04. Securely handling data | |||
| 01. Data handling concepts.mp4 | 16.7 MB | ||
| 01. Data handling concepts.srt | 11 KB | ||
| 02. Demo input data validation.mp4 | 20 MB | ||
| 02. Demo input data validation.srt | 7.6 KB | ||
| 03. Demo redirect URL validation.mp4 | 5.5 MB | ||
| 03. Demo redirect URL validation.srt | 2.4 KB | ||
| 04. Encoding output data.mp4 | 4.8 MB | ||
| 04. Encoding output data.srt | 4.3 KB | ||
| 05. Demo invoking encoders in code.mp4 | 11.8 MB | ||
| 05. Demo invoking encoders in code.srt | 3.9 KB | ||
| 05. Protecting sensitive data | |||
| 01. ASP.NET Core data protection.mp4 | 17.6 MB | ||
| 01. ASP.NET Core data protection.srt | 12.9 KB | ||
| 02. Demo Encrypt and decrypt sensitive data.mp4 | 12.8 MB | ||
| 02. Demo Encrypt and decrypt sensitive data.srt | 4.6 KB | ||
| 03. Demo hashing and signing data.mp4 | 18.7 MB | ||
| 03. Demo hashing and signing data.srt | 5.7 KB | ||
| 04. Demo secrets management.mp4 | 21.2 MB | ||
| 04. Demo secrets management.srt | 6.3 KB | ||
| 05. Demo protecting secrets in memory.mp4 | 15.7 MB | ||
| 05. Demo protecting secrets in memory.srt | 3.8 KB | ||
| 06. Secure transmission and data privacy | |||
| 01. Protecting data sent to and within a browser.mp4 | 14.4 MB | ||
| 01. Protecting data sent to and within a browser.srt | 10.9 KB | ||
| 02. Demo Send sensitive data in HTTP request body.mp4 | 13.7 MB | ||
| 02. Demo Send sensitive data in HTTP request body.srt | 4.2 KB | ||
| 03. Prevent data from being cached or accidentally stored in the browser.mp4 | 15 MB | ||
| 03. Prevent data from being cached or accidentally stored in the browser.srt | 4.3 KB | ||
| 04. Protecting data in transit.mp4 | 3.6 MB | ||
| 04. Protecting data in transit.srt | 3.3 KB | ||
| 05. Demo Enforce HTTPS use.mp4 | 12.7 MB | ||
| 05. Demo Enforce HTTPS use.srt | 4 KB | ||
| 06. Demo Require secure outbound TLS connections.mp4 | 8 MB | ||
| 06. Demo Require secure outbound TLS connections.srt | 2.6 KB | ||
| 07. Demo stopping mass assignment.mp4 | 16.3 MB | ||
| 07. Demo stopping mass assignment.srt | 5.4 KB | ||
| 07. Secure error handling and logging | |||
| 01. ASP.NET Core logging and exception handling.mp4 | 11.6 MB | ||
| 01. ASP.NET Core logging and exception handling.srt | 8.5 KB | ||
| 02. Demo Redact sensitive information before logging.mp4 | 13 MB | ||
| 02. Demo Redact sensitive information before logging.srt | 4 KB | ||
| 03. Demo Log relevant security events.mp4 | 16 MB | ||
| 03. Demo Log relevant security events.srt | 5.8 KB | ||
| 04. Demo Prevent leaking sensitive information through error pages.mp4 | 9 MB | ||
| 04. Demo Prevent leaking sensitive information through error pages.srt | 2.6 KB | ||
| 08. Securely managing dependencies | |||
| 01. Managing NuGet dependencies.mp4 | 19.2 MB | ||
| 01. Managing NuGet dependencies.srt | 11 KB | ||
| 02. Demo Verify NuGet package signatures.mp4 | 12.6 MB | ||
| 02. Demo Verify NuGet package signatures.srt | 4.2 KB | ||
| 03. Demo Find vulnerable and deprecated dependencies in your project.mp4 | 11.1 MB | ||
| 03. Demo Find vulnerable and deprecated dependencies in your project.srt | 3.4 KB | ||
| 04. Demo generating and using an SBOM.mp4 | 6.4 MB | ||
| 04. Demo generating and using an SBOM.srt | 2.8 KB | ||
| 05. Demo Generate Sub-Resource Integrity (SRI) hashes for JavaScript dependencies.mp4 | 16.2 MB | ||
| 05. Demo Generate Sub-Resource Integrity (SRI) hashes for JavaScript dependencies.srt | 5.7 KB | ||
| 09. Protecting business logic | |||
| 01. Protecting business logic.mp4 | 12.6 MB | ||
| 01. Protecting business logic.srt | 7.4 KB | ||
| 02. Demo protect business logic integrity.mp4 | 14 MB | ||
| 02. Demo protect business logic integrity.srt | 4.3 KB | ||
| 03. Demo protecting business logic flows.mp4 | 17.5 MB | ||
| 03. Demo protecting business logic flows.srt | 6.1 KB | ||
| 04. Demo preventing race conditions.mp4 | 23.7 MB | ||
| 04. Demo preventing race conditions.srt | 7.5 KB | ||
| 05. Demo rate limiting requests.mp4 | 6.9 MB | ||
| 05. Demo rate limiting requests.srt | 2.6 KB | ||
| 10. Handling untrusted files | |||
| 01. Handling files in ASP.NET Core.mp4 | 10.8 MB | ||
| 01. Handling files in ASP.NET Core.srt | 8.2 KB | ||
| 02. Demo preventing large file uploads.mp4 | 8.7 MB | ||
| 02. Demo preventing large file uploads.srt | 2.9 KB | ||
| 03. Demo Scan uploaded files for viruses and malware.mp4 | 11.5 MB | ||
| 03. Demo Scan uploaded files for viruses and malware.srt | 3.4 KB | ||
| 04. Demo checking file types and secure storage.mp4 | 16.8 MB | ||
| 04. Demo checking file types and secure storage.srt | 4.8 KB | ||
| 05. Preventing Server-side Request Forgery (SSRF) attacks.mp4 | 3.1 MB | ||
| 05. Preventing Server-side Request Forgery (SSRF) attacks.srt | 3 KB | ||
| 06. Demo Prevent SSRF attacks.mp4 | 13.6 MB | ||
| 06. Demo Prevent SSRF attacks.srt | 3.6 KB | ||
| 11. Hardening configuration | |||
| 01. Production ASP.NET Core.mp4 | 5.7 MB | ||
| 01. Production ASP.NET Core.srt | 2.7 KB | ||
| 02. Demo Disable debugging facilities.mp4 | 10 MB | ||
| 02. Demo Disable debugging facilities.srt | 2.9 KB | ||
| 03. Demo Hide system component information.mp4 | 8.4 MB | ||
| 03. Demo Hide system component information.srt | 2 KB | ||
| 04. Demo Validate HTTP request headers.mp4 | 8.6 MB | ||
| 04. Demo Validate HTTP request headers.srt | 2.7 KB | ||
| 05. Demo Set HTTP security headers in responses.mp4 | 12.1 MB | ||
| 05. Demo Set HTTP security headers in responses.srt | 3.9 KB | ||
| 06. Demo implementing CORS.mp4 | 13.2 MB | ||
| 06. Demo implementing CORS.srt | 3.8 KB | ||
| 07. Course summary.mp4 | 4.1 MB | ||
| 07. Course summary.srt | 3.4 KB | ||
| 08. Data privacy.mp4 | 4.9 MB | ||
| 08. Data privacy.srt | 5.1 KB | ||
| 09. Demo Implement access, export, and deletion of personal data.mp4 | 16.6 MB | ||
| 09. Demo Implement access, export, and deletion of personal data.srt | 5.7 KB | ||
| 10. Demo anonymizing data.mp4 | 18.6 MB | ||
| 10. Demo anonymizing data.srt | 5.6 KB | ||
| 06. Injection attacks.mp4 | 10.8 MB | ||
| 06. Injection attacks.srt | 9.5 KB | ||
| 07. Prevent SQL injection attacks with Entity Framework Core and ADO.NET.mp4 | 12.6 MB | ||
| 07. Prevent SQL injection attacks with Entity Framework Core and ADO.NET.srt | 4 KB | ||
| 08. Demo Prevent OS command injection.mp4 | 9 MB | ||
| 08. Demo Prevent OS command injection.srt | 3.2 KB | ||
| 09. Insecure deserialization.mp4 | 7.7 MB | ||
| 09. Insecure deserialization.srt | 6.6 KB | ||
| 10. Demo Prevent XML External Entity (XXE) attack.mp4 | 15 MB | ||
| 10. Demo Prevent XML External Entity (XXE) attack.srt | 4.7 KB | ||
| 05. Demo MFA and step-up authentication.mp4 | 25.2 MB | ||
| 05. Demo MFA and step-up authentication.srt | 9.3 KB | ||
| 06. Demo preventing cross-site request forgery (CSRF) attacks.mp4 | 20.9 MB | ||
| 06. Demo preventing cross-site request forgery (CSRF) attacks.srt | 5.7 KB | ||
| 07. Demo logging out securely.mp4 | 13.5 MB | ||
| 07. Demo logging out securely.srt | 4.7 KB | ||
| 04. Demo implementing role-based access.mp4 | 12 MB | ||
| 04. Demo implementing role-based access.srt | 4.4 KB | ||
| 02. Using OWASP resources.mp4 | 8 MB | ||
| 02. Using OWASP resources.srt | 6.3 KB |
Secure Coding in ASP.NET Core 10
https://WebToolTip.com
Released 7/2026
By Gavin Johnson-Lynn
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Advanced | Genre: eLearning | Language: English + subtitle | Duration: 4h 21m 16s | Size: 905.3 MB
Web applications face a constant barrage of attacks, and ASP.
Web applications face a constant barrage of attacks, and ASP.NET Core developers need to know how to stop them. In this course, Secure Coding in ASP.NET Core 10, you'll gain the ability to identify and shut down the most dangerous vulnerabilities in your applications. First, you'll explore the foundations of secure coding and how to safely handle, transmit, and protect sensitive data. Next, you'll discover how to secure sessions, manage dependencies, and implement robust error handling and logging. Finally, you'll learn how to harden your configuration, protect your business logic, and safely handle untrusted files. When you're finished with this course, you'll have the skills and knowledge of ASP.NET Core security needed to build and ship applications you can genuinely trust.
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 897.5 MB | freecoursewb | 1 year | 11 | 4 | |
| 1.2 GB | freecoursewb | 1 year | 2 | 5 | |
| 328.4 MB | freecoursewb | 2 years | 9 | 7 | |
| 769.3 MB | freecoursewb | 2 years | 3 | 0 | |
| 6.74 GB | tuts756 | 3 years | 6 | 2 |
All Comments