DEV Community

ByteHide profile picture

ByteHide

The all-in-one, developer-first platform that enables build secure applications in a fast and automated way.

Work

Software Engineer, Software Security at ByteHide

Data Annotations in C#: Your Complete Guide

Data Annotations in C#: Your Complete Guide

8
Comments
10 min read

Want to connect with ByteHide?

Create an account to connect with ByteHide. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Singleton Design Pattern in C#: Full Guide

Singleton Design Pattern in C#: Full Guide

21
Comments 3
13 min read
Enable CORS in ASP.NET Core in the Easiest Way

Enable CORS in ASP.NET Core in the Easiest Way

26
Comments
10 min read
How To Convert C# Enum in into Arrays

How To Convert C# Enum in into Arrays

27
Comments
12 min read
How To Use Task.Run in C# for Multithreading

How To Use Task.Run in C# for Multithreading

68
Comments 4
21 min read
7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

31
Comments 1
13 min read
Background Tasks and Scheduled Jobs in .NET? Meet Hangfire🔥

Background Tasks and Scheduled Jobs in .NET? Meet Hangfire🔥

25
Comments 2
10 min read
C# Exception Handling Interview Questions and Answers

C# Exception Handling Interview Questions and Answers

39
Comments
22 min read
ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

24
Comments
11 min read
Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

31
Comments 2
4 min read
Top LinkedIn .NET Content Creators you must Follow📘

Top LinkedIn .NET Content Creators you must Follow📘

46
Comments 6
13 min read
20 (Senior Developer) C# Interview Questions and Answers (2023)

20 (Senior Developer) C# Interview Questions and Answers (2023)

56
Comments 4
15 min read
20 C# Interview Questions (for Experienced) 2023

20 C# Interview Questions (for Experienced) 2023

39
Comments 3
12 min read
20 (Intermediate-Level) C# Interview Questions

20 (Intermediate-Level) C# Interview Questions

57
Comments 2
17 min read
20 C# Interview Questions (for Freshers) 2023

20 C# Interview Questions (for Freshers) 2023

40
Comments 3
14 min read
New .NET 8 Features Coming! 8 Must-Know Improvements

New .NET 8 Features Coming! 8 Must-Know Improvements

25
Comments
4 min read
Top 20 C# Security Interview Questions +(Answers)

Top 20 C# Security Interview Questions +(Answers)

35
Comments 1
22 min read
20 (Easy) C# Interview Questions and Answers (2023)

20 (Easy) C# Interview Questions and Answers (2023)

48
Comments 1
7 min read
C# Async/Await Interview Questions And Answers

C# Async/Await Interview Questions And Answers

48
Comments 1
22 min read
The LinQ Bible in C#: From Basics to Best Practices✝️

The LinQ Bible in C#: From Basics to Best Practices✝️

62
Comments 2
23 min read
Unit Testing with C# and .NET (Full Guide)

Unit Testing with C# and .NET (Full Guide)

39
Comments 2
16 min read
C# Exception Handling: Techniques and Best Practices

C# Exception Handling: Techniques and Best Practices

70
Comments 2
10 min read
C# Regex: From Zero To Hero Guide

C# Regex: From Zero To Hero Guide

47
Comments 2
16 min read
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

132
Comments 24
22 min read
Create a C# QR Code Generator (Easy) + GitHub Repository✨

Create a C# QR Code Generator (Easy) + GitHub Repository✨

32
Comments 2
5 min read
ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

43
Comments 5
8 min read
.NET 8 is on the way! +10 Features that will blow your mind 🤯

.NET 8 is on the way! +10 Features that will blow your mind 🤯

33
Comments 2
7 min read
100 C# Code Snippets for Everyday Problems✨

100 C# Code Snippets for Everyday Problems✨

75
Comments 5
16 min read
Mastering Async and Await in C#: In-Deph Guide

Mastering Async and Await in C#: In-Deph Guide

40
Comments 8
15 min read
Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

Creating a C# Chatbot with ChatGPT🤖 (Easy) + GitHub Repository

41
Comments 1
8 min read
Native AOT: The Future of .NET App Development

Native AOT: The Future of .NET App Development

31
Comments 4
4 min read
Transactions in .NET: From Basics to Best Practices

Transactions in .NET: From Basics to Best Practices

48
Comments 5
4 min read
Learn Dependency Inversion Principle in C# (+ Examples)

Learn Dependency Inversion Principle in C# (+ Examples)

20
Comments
4 min read
Learn Interface Segregation Principle in C# (+ Examples)

Learn Interface Segregation Principle in C# (+ Examples)

19
Comments
4 min read
ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

32
Comments 3
5 min read
Exploring .NET 8 Preview 3: The 7 Features You Need to Know

Exploring .NET 8 Preview 3: The 7 Features You Need to Know

31
Comments
5 min read
C# 12 is Coming! 3 Features that will Blow your Mind

C# 12 is Coming! 3 Features that will Blow your Mind

48
Comments 4
3 min read
Understanding Assembly in .NET: An In-Depth Guide from A to Z

Understanding Assembly in .NET: An In-Depth Guide from A to Z

22
Comments
7 min read
Learn Liskov Substitution Principle in C# (+ Examples)

Learn Liskov Substitution Principle in C# (+ Examples)

10
Comments
3 min read
Struct vs Class in C#: Choosing the Right Data Type

Struct vs Class in C#: Choosing the Right Data Type

21
Comments 1
6 min read
Learn Open Closed Principle in C# (+ Examples)

Learn Open Closed Principle in C# (+ Examples)

16
Comments 1
4 min read
ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

24
Comments 1
6 min read
ChatGPT Arrives to Azure OpenAI Service!🤖

ChatGPT Arrives to Azure OpenAI Service!🤖

17
Comments
4 min read
Abstract Class vs Interface in C#: Analyzing the Pros and Cons

Abstract Class vs Interface in C#: Analyzing the Pros and Cons

41
Comments 1
7 min read
Create an Application That Creates Other Applications with ChatGPT🤯

Create an Application That Creates Other Applications with ChatGPT🤯

34
Comments
3 min read
Build a .NET API in 3 minutes with Chat GPT 🤯

Build a .NET API in 3 minutes with Chat GPT 🤯

38
Comments 1
4 min read
Rocket your .NET App by adding Chat-GPT to it!🚀

Rocket your .NET App by adding Chat-GPT to it!🚀

34
Comments 1
5 min read
Over 150,000 .NET Developers Hit by Harmful NuGet Packages

Over 150,000 .NET Developers Hit by Harmful NuGet Packages

26
Comments 1
5 min read
Understanding Containerization and Virtualization

Understanding Containerization and Virtualization

8
Comments 1
3 min read
GitHub Copilot Chat for Visual Studio 2022 is HERE!🤖

GitHub Copilot Chat for Visual Studio 2022 is HERE!🤖

61
Comments 6
4 min read
.NET 8 Preview 2 Unveiled: 5 New Features You Need to Know💜

.NET 8 Preview 2 Unveiled: 5 New Features You Need to Know💜

21
Comments 1
5 min read
Visual Studio for Linux will Never Arrive💔

Visual Studio for Linux will Never Arrive💔

24
Comments 16
3 min read
Kubernetes vs Docker: Most Important Differences

Kubernetes vs Docker: Most Important Differences

16
Comments 2
4 min read
.NET 8 is on the way! Discover its new Features🚀

.NET 8 is on the way! Discover its new Features🚀

28
Comments 4
8 min read
Docker vs Virtual Machines The Comparison You Need

Docker vs Virtual Machines The Comparison You Need

9
Comments
5 min read
Visual Studio Fonts Customization: Most Popular Fonts✔️

Visual Studio Fonts Customization: Most Popular Fonts✔️

12
Comments 1
5 min read
.NET Security Headers: A Senior Developer’s Guide✨

.NET Security Headers: A Senior Developer’s Guide✨

22
Comments 2
7 min read
📝GPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

📝GPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

37
Comments 2
7 min read
+20.000 Developers Rename the Wireless Mouse to Hamster - Help Us!🐹

+20.000 Developers Rename the Wireless Mouse to Hamster - Help Us!🐹

82
Comments 17
2 min read
Ref vs Out C#: Which is the Better Choice when?

Ref vs Out C#: Which is the Better Choice when?

34
Comments 4
5 min read
loading...