Skip to content

.NET Core Tutorials

  • Coding Tutorials
    • Integration Tutorials
    • .NET Core
    • ASP.NET Core
    • C#
  • Tooling Tutorials
  • Hosting/Deployments
  • General/News

Coding Tutorials

Using GZIP Compression in ASP.NET Core

by Wade

GZIP is a generic compression method that can be applied to any stream of bits. In terms of how it’s …

Read more

The ServiceCollection Extension Pattern

by Wade

One of the first things people notice when making the jump from the full .NET Framework to .NET Core is …

Read more

3 Security Headers That Every Site Should Have

by Wade

Clickjacking, XSS and CSRF, exploits that have been around for 15+ years now and still form the basis for many …

Read more

Set X-Content-Type-Options in ASP.net Core

by Wade

X-Content-Type-Options is a header that tells a browser to not try and “guess” what a mimetype of a resource might …

Read more

API Versioning in ASP.net Core

by Wade

API Versioning is either something you love or you hate. It’s great for giving developers the ability to improve and …

Read more

HttpOnly Cookies in ASP.NET Core

by Wade

HttpOnly is a flag that can be used when setting a cookie to block access to the cookie from client …

Read more

Sending and Receiving Email in .net Core

by Wade

Note : This post is for .NET Core version 1.1 or .NET Standard 1.6. At that time, the SmtpClient class …

Read more

Set X-XSS-Protection in ASP.net Core

by Wade

X-XSS-Protection is a header that can be set on a webpage to activate “limited” XSS protection in certain browsers. At …

Read more

Set X-FRAME-OPTIONS in ASP.NET Core

by Wade

X-FRAME-OPTIONS is a web header that can be used to allow or deny a page to be iframed. This is …

Read more

Using Redis Cache in .NET Core

by Wade

Redis is a high performance distributed cache. It’s great for storing data that you are going to need again and …

Read more

Older posts
Newer posts
← Previous Page1 … Page21 Page22 Page23 Next →

Recent Posts

  • C# String Replace: Efficient Techniques and Best Practices
  • C# Write to File: Simplified Methods and Techniques
  • Null Coalescing Operator in C#: Simplifying Null Checks
  • How to Format a String in C#: Complete Guide
  • C# List Length: Efficiently Measuring Collection Size

Popular Posts

  • Reading Excel Files In C# .NET
  • Github Copilot With C# .NET
  • Using User Secrets Configuration In .NET
  • Using MailKit To Send And Receive Email In ASP.NET Core
  • Reading And Writing YAML In C# .NET

Our Story

Study through a pre-planned curriculum designed to help you fast-track your DotNet career and learn from the world’s best collection of DotNet Resources.

Find us on social media:

As Featured On

Our Site

Home

Privacy

Contact

Contact: wade@dotnetcoretutorials.com | Phone Number: (973) 916-2695 | Address: 288 Rosa Parks Blvd, Paterson, New Jersey 07501, USA

Disclaimer: Efforts are made to maintain reliable data on all information presented. However, this information is provided without warranty. Users should always check the offer provider’s official website for current terms and details. Our site receives compensation from many of the offers listed on the site. Along with key review factors, this compensation may impact how and where products appear across the site (including, for example, the order in which they appear). Our site does not include the entire universe of available offers. Editorial opinions expressed on the site are strictly our own and are not provided, endorsed, or approved by advertisers.

2022 © DotNetCoreTutorials All rights reserved.