NashTech Insights

.NET core;

Posts by categories

Posts by tags

Coding on a computer screen

Common Misconceptions in C# and .NET – Not Properly Hiding Your Secrets

We will explore the proper handling of sensitive information in the .NET development environment. Specifically, we will focus on protecting secrets used during development. These secrets refer to sensitive information used in the development environment. Consider a scenario where two developers are working on a project, each requiring their own dedicated passwords to connect to …

Common Misconceptions in C# and .NET – Not Properly Hiding Your Secrets Read More »

cyber security, internet security, computer security-1914950.jpg

Common Misconceptions in .NET – Misusing Cookies

In this section, we will address the issue of misusing cookies, focusing on cross-site request forgery. Let’s consider a scenario where a user interacts with a browser and intends to visit a bank’s website, the user sends a login request and receives a cookie from the bank as a result. This cookie allows the user …

Common Misconceptions in .NET – Misusing Cookies Read More »