DEV Community

Adrián Bailador profile picture

Adrián Bailador

🚀 Full-Stack Dev 👨🏻‍💻 .NET Engineer 👾 Geek & Friki 💡 Talks about #azure, #csharp, #dotnet and #nextjs

How to Measure and Improve Performance in .NET

How to Measure and Improve Performance in .NET

1
Comments 3
2 min read

Want to connect with Adrián Bailador?

Create an account to connect with Adrián Bailador. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to Store Secrets Securely in .NET: Environment Variables, AppSettings, User Secrets and More

How to Store Secrets Securely in .NET: Environment Variables, AppSettings, User Secrets and More

1
Comments
2 min read
Core-Driven Architecture: Structuring Business Logic for Maintainable and Scalable .NET Applications

Core-Driven Architecture: Structuring Business Logic for Maintainable and Scalable .NET Applications

1
Comments
3 min read
Avoiding Indexed Access in .NET: Safer and Faster Alternatives for Production Code

Avoiding Indexed Access in .NET: Safer and Faster Alternatives for Production Code

1
Comments 2
3 min read
MVVM in .NET

MVVM in .NET

6
Comments 11
2 min read
Store Encrypted Data in Your Database Using .NET – Secure and Efficient

Store Encrypted Data in Your Database Using .NET – Secure and Efficient

Comments
4 min read
Understanding the Cost of Abstractions in .NET

Understanding the Cost of Abstractions in .NET

Comments
3 min read
Optimising ASP.NET Core APIs for Speed and Efficiency. Practical techniques to reduce latency, CPU usage, and memory allocations

Optimising ASP.NET Core APIs for Speed and Efficiency. Practical techniques to reduce latency, CPU usage, and memory allocations

6
Comments 4
3 min read
Reducing Garbage Collector (GC) Pressure in .NET: Practical Patterns and Tools

Reducing Garbage Collector (GC) Pressure in .NET: Practical Patterns and Tools

5
Comments 2
3 min read
How to Read a File in C#: Quick and Efficient Methods

How to Read a File in C#: Quick and Efficient Methods

7
Comments
3 min read
Background Tasks in C# 🧵

Background Tasks in C# 🧵

2
Comments 2
3 min read
How to Add Multiple Languages to Your ASP.NET Core Application (Step-by-Step Localization Guide)

How to Add Multiple Languages to Your ASP.NET Core Application (Step-by-Step Localization Guide)

1
Comments
3 min read
Create an API in .NET with MongoDB and Pagination

Create an API in .NET with MongoDB and Pagination

2
Comments
4 min read
What’s New in C# 14: More Power, Less Code

What’s New in C# 14: More Power, Less Code

1
Comments
2 min read
How to Secure Your .NET Applications

How to Secure Your .NET Applications

7
Comments
3 min read
Multithreading in C#

Multithreading in C#

1
Comments
4 min read
Optimising Database Performance Using Dapper

Optimising Database Performance Using Dapper

10
Comments 1
3 min read
CancellationToken in .NET: What Are They and Why Should You Use Them?

CancellationToken in .NET: What Are They and Why Should You Use Them?

6
Comments
3 min read
Creating a .NET API with WebSockets and JWT authentication for real-time chat

Creating a .NET API with WebSockets and JWT authentication for real-time chat

3
Comments
4 min read
Git Cherry-Pick 🍒

Git Cherry-Pick 🍒

1
Comments
3 min read
Email Management with .NET 9 and C# using MailKit

Email Management with .NET 9 and C# using MailKit

2
Comments
3 min read
Configuration Management in .NET

Configuration Management in .NET

5
Comments
4 min read
Migrate a project to .NET 8

Migrate a project to .NET 8

2
Comments
3 min read
How to Authenticate a GitHub App in .NET Using JWT

How to Authenticate a GitHub App in .NET Using JWT

Comments
3 min read
9 Ways to Set the URLs for an ASP.NET Core App

9 Ways to Set the URLs for an ASP.NET Core App

2
Comments
3 min read
Top 12 Best Practices for REST APIs using C# .NET

Top 12 Best Practices for REST APIs using C# .NET

6
Comments 2
3 min read
Part 11: Introduction to Web Development with ASP.NET Core

Part 11: Introduction to Web Development with ASP.NET Core

6
Comments
4 min read
Part 10: Working with Files and LINQ in C#

Part 10: Working with Files and LINQ in C#

10
Comments
2 min read
Part 9: Exception Handling in C#

Part 9: Exception Handling in C#

4
Comments
3 min read
Part 8: Collections in C#

Part 8: Collections in C#

1
Comments
3 min read
Inheritance, Polymorphism, and Interfaces in C#

Inheritance, Polymorphism, and Interfaces in C#

8
Comments
3 min read
20 Shorthand Operators in C#

20 Shorthand Operators in C#

13
Comments
3 min read
Part 6: Object-Oriented Programming (OOP) in C#

Part 6: Object-Oriented Programming (OOP) in C#

5
Comments
3 min read
Part 5: Functions and Methods in C#

Part 5: Functions and Methods in C#

Comments 1
3 min read
Part 4: Control Flow in C#

Part 4: Control Flow in C#

1
Comments
2 min read
Part 3: C# Fundamentals: Operators and Expressions

Part 3: C# Fundamentals: Operators and Expressions

Comments
2 min read
Part 2: C# Fundamentals: Variables and Data Types

Part 2: C# Fundamentals: Variables and Data Types

Comments
3 min read
Part 1: Introduction to C# and .NET

Part 1: Introduction to C# and .NET

3
Comments 1
4 min read
Uploading Images in Next.js (File Uploads, Filestack)

Uploading Images in Next.js (File Uploads, Filestack)

16
Comments
3 min read
Client vs Server Components in Next.js

Client vs Server Components in Next.js

1
Comments
4 min read
How to Integrate RabbitMQ with .NET: Practical Guide, Routing Patterns, and Error Handling

How to Integrate RabbitMQ with .NET: Practical Guide, Routing Patterns, and Error Handling

1
Comments
4 min read
Implementing CQRS with MediatR in .NET 8: A Complete Guide

Implementing CQRS with MediatR in .NET 8: A Complete Guide

36
Comments 6
5 min read
Routing in .NET

Routing in .NET

2
Comments
5 min read
Middlewares in .NET

Middlewares in .NET

2
Comments
3 min read
Implementing Resend in Next.js: Step-by-Step Guide

Implementing Resend in Next.js: Step-by-Step Guide

6
Comments
3 min read
Complete Guide to Integrating Stripe in a .NET Application

Complete Guide to Integrating Stripe in a .NET Application

26
Comments
4 min read
Guide to Internationalisation (i18n) in Next.js with Routing

Guide to Internationalisation (i18n) in Next.js with Routing

8
Comments
3 min read
Dependency Injection in .NET with Microsoft.Extensions.DependencyInjection and Scrutor

Dependency Injection in .NET with Microsoft.Extensions.DependencyInjection and Scrutor

5
Comments
3 min read
Introduction to Azure with .NET Examples

Introduction to Azure with .NET Examples

2
Comments 3
3 min read
Object–Relational Mapping (ORMs) in .NET

Object–Relational Mapping (ORMs) in .NET

4
Comments
4 min read
Introduction to .NET Architecture Patterns: MVC, MVP, MVVM, Domain Driven Design

Introduction to .NET Architecture Patterns: MVC, MVP, MVVM, Domain Driven Design

26
Comments 1
7 min read
Integrating reCAPTCHA v3 in Next.js

Integrating reCAPTCHA v3 in Next.js

36
Comments 2
2 min read
Choosing Between SQL and NoSQL

Choosing Between SQL and NoSQL

1
Comments
3 min read
Creating an Interactive Map with the Google Maps API in Next.js

Creating an Interactive Map with the Google Maps API in Next.js

84
Comments 5
4 min read
Metadata and Dynamic Metadata in Next.js

Metadata and Dynamic Metadata in Next.js

15
Comments 2
4 min read
Inheritance and Composition in C#

Inheritance and Composition in C#

12
Comments
3 min read
Dynamic Routes and Parameter Passing in Next.js

Dynamic Routes and Parameter Passing in Next.js

28
Comments
3 min read
Complete Guide to the `.gitignore` File

Complete Guide to the `.gitignore` File

9
Comments 1
5 min read
The DRY, KISS, and YAGNI Principles in .NET

The DRY, KISS, and YAGNI Principles in .NET

6
Comments 1
2 min read
Your Friendly Guide to Understanding gRPC in .NET with C#

Your Friendly Guide to Understanding gRPC in .NET with C#

7
Comments
3 min read
loading...