DEV Community

# aspdotnet

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Integrating Stripe Checkout in an ASP.NET Core 8 Application: A Step-by-Step Guide

Integrating Stripe Checkout in an ASP.NET Core 8 Application: A Step-by-Step Guide

2
Comments
4 min read
Step-by-Step Guide to Reading CSV Files in ASP.NET Core

Step-by-Step Guide to Reading CSV Files in ASP.NET Core

Comments
4 min read
Standardized Error Messages in .NET REST APIs - Implementing RFC 7807 Problem Details

Standardized Error Messages in .NET REST APIs - Implementing RFC 7807 Problem Details

9
Comments
5 min read
.NET Error Handling: Balancing Exceptions and the Result Pattern

.NET Error Handling: Balancing Exceptions and the Result Pattern

1
Comments
4 min read
Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core

Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core

2
Comments
5 min read
Differences between Asp.net and Asp.net Core

Differences between Asp.net and Asp.net Core

2
Comments
2 min read
Creating a Simple ASP.NET Core Web API for Testing Purposes

Creating a Simple ASP.NET Core Web API for Testing Purposes

1
Comments
2 min read
An E-Commerce Web Application

An E-Commerce Web Application

5
Comments
1 min read
Top 10 Security Features in .NET Core

Top 10 Security Features in .NET Core

Comments
4 min read
Popular Interview Questions for Senior .NET ✅Developer

Popular Interview Questions for Senior .NET ✅Developer

7
Comments
2 min read
Securing Your Hangfire Dashboard in ASP.NET Core 8: Adding an Authorization Filter

Securing Your Hangfire Dashboard in ASP.NET Core 8: Adding an Authorization Filter

2
Comments
2 min read
Introduction to Microservices with .NET 8

Introduction to Microservices with .NET 8

187
Comments
2 min read
Asynchronous Programming in C#: Async/Await Patterns

Asynchronous Programming in C#: Async/Await Patterns

2
Comments
4 min read
Implementando uma Solução MultiTenancy com o NHibernate.

Implementando uma Solução MultiTenancy com o NHibernate.

2
Comments
4 min read
Entity FrameWork

Entity FrameWork

Comments
1 min read
How to create a .env file in an ASP.NET Core Web API project and use its values in the application configuration

How to create a .env file in an ASP.NET Core Web API project and use its values in the application configuration

Comments
1 min read
Exploring Identity API Endpoints in .NET 8: Implementing and Testing JWT Authentication

Exploring Identity API Endpoints in .NET 8: Implementing and Testing JWT Authentication

4
Comments
4 min read
Understanding Background Services in .NET 8: IHostedService and BackgroundService

Understanding Background Services in .NET 8: IHostedService and BackgroundService

35
Comments 1
3 min read
Keyed Services in .net 8

Keyed Services in .net 8

2
Comments 1
3 min read
How to Read A Barcode in C#

How to Read A Barcode in C#

1
Comments
5 min read
Best Popular Backend Frameworks by Performance Benchmark Comparison and Ranking in 2024

Best Popular Backend Frameworks by Performance Benchmark Comparison and Ranking in 2024

7
Comments
7 min read
API Versioning in Minimal API.

API Versioning in Minimal API.

3
Comments
3 min read
Middleware to Asp.net Core MVC Application + Custom Middleware

Middleware to Asp.net Core MVC Application + Custom Middleware

5
Comments
2 min read
Innovate or Stagnate: Driving Business Transformation Through ASP.NET Development

Innovate or Stagnate: Driving Business Transformation Through ASP.NET Development

Comments
2 min read
Razor pages vs MVC

Razor pages vs MVC

2
Comments
7 min read
A Detailed Tutorial on Pagination for ASP.NET Core Web APIs 🚀

A Detailed Tutorial on Pagination for ASP.NET Core Web APIs 🚀

10
Comments 2
3 min read
20 Top C# Frameworks and Libraries on GitHub for Building Powerful Applications

20 Top C# Frameworks and Libraries on GitHub for Building Powerful Applications

7
Comments
3 min read
Creating Mock Data in C# .NET with Bogus

Creating Mock Data in C# .NET with Bogus

12
Comments 2
4 min read
Introduction to ShortCircuit and MapShortCircuit in .NET 8

Introduction to ShortCircuit and MapShortCircuit in .NET 8

5
Comments 5
3 min read
Better Performance in C#

Better Performance in C#

2
Comments
3 min read
Using AllowedValues and DeniedValues in .NET 8

Using AllowedValues and DeniedValues in .NET 8

4
Comments 1
1 min read
How to Handle File Uploads with ASP.NET Core

How to Handle File Uploads with ASP.NET Core

Comments
7 min read
How to Print to Browser Console from Razor View Page in ASP.NET MVC

How to Print to Browser Console from Razor View Page in ASP.NET MVC

1
Comments
1 min read
Authentication Security in ASP.Net 9.0

Authentication Security in ASP.Net 9.0

3
Comments 2
2 min read
Creating Stunning Charts for Your ASP.NET Applications - Part 2

Creating Stunning Charts for Your ASP.NET Applications - Part 2

Comments
6 min read
How to Create ASP.NET Core Polar and Radar Charts

How to Create ASP.NET Core Polar and Radar Charts

Comments
1 min read
Create ASP.Net Core Application with React and TypeScript

Create ASP.Net Core Application with React and TypeScript

7
Comments
3 min read
Create a ASP.NET Web API with MongoDB

Create a ASP.NET Web API with MongoDB

1
Comments 1
4 min read
Running DevExpress XtraReports under Linux in App Service with custom fonts

Running DevExpress XtraReports under Linux in App Service with custom fonts

Comments
2 min read
Integrating Azure Secrets into your .NET Web Application

Integrating Azure Secrets into your .NET Web Application

Comments
3 min read
Part 3: How to Implement Multilanguage UI in ASP.NET Core Blazor Web App in .NET 8

Part 3: How to Implement Multilanguage UI in ASP.NET Core Blazor Web App in .NET 8

2
Comments
6 min read
C# Extension Methods that come in handy for an ASP.Net Project

C# Extension Methods that come in handy for an ASP.Net Project

Comments
4 min read
Return 401 error for APIs instead of redirect for Cookie based Social Authentication in ASP.NET Core 8

Return 401 error for APIs instead of redirect for Cookie based Social Authentication in ASP.NET Core 8

Comments
1 min read
Tips to Create Your First ASP.NET Core Application

Tips to Create Your First ASP.NET Core Application

Comments
3 min read
ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

Comments
2 min read
StringBuilder is (almost always) better than String Concatenation

StringBuilder is (almost always) better than String Concatenation

Comments
2 min read
Features of .NET 8

Features of .NET 8

5
Comments 2
4 min read
Azure SQL Database and Seamless .NET Integration

Azure SQL Database and Seamless .NET Integration

Comments
3 min read
How to Customize the Rows of ASP.NET Core DataGrid using Templates

How to Customize the Rows of ASP.NET Core DataGrid using Templates

1
Comments
2 min read
Demystifying OpenAPI in ASP.NET Core Web API: A Comprehensive Guide with Examples

Demystifying OpenAPI in ASP.NET Core Web API: A Comprehensive Guide with Examples

4
Comments
2 min read
Understanding the Program.cs Class in ASP.NET Core Web API

Understanding the Program.cs Class in ASP.NET Core Web API

9
Comments
2 min read
🎬 Video - How to use CodeBehind framework?

🎬 Video - How to use CodeBehind framework?

Comments
1 min read
Create SOAP Services Using ASP.NET Core

Create SOAP Services Using ASP.NET Core

8
Comments
4 min read
How to Create PDF Documents in ASP.NET Core

How to Create PDF Documents in ASP.NET Core

18
Comments
4 min read
How To Build An ASP.NET Core Web API: A Practical Beginner’s Tutorial

How To Build An ASP.NET Core Web API: A Practical Beginner’s Tutorial

Comments 2
8 min read
ASP.NET Core - Policy-Based Authorization for Fine-Grained Access Control

ASP.NET Core - Policy-Based Authorization for Fine-Grained Access Control

Comments
1 min read
Choosing the Right .NET Development Company: A Guide for Businesses

Choosing the Right .NET Development Company: A Guide for Businesses

1
Comments
3 min read
Building a RESTful Web API with ASP.NET Core

Building a RESTful Web API with ASP.NET Core

1
Comments
5 min read
Passing Parameters to Partial Views in ASP.NET MVC

Passing Parameters to Partial Views in ASP.NET MVC

2
Comments
2 min read
Power of Reference in Elanat, vs Middleware in ASP.NET Core

Power of Reference in Elanat, vs Middleware in ASP.NET Core

Comments
6 min read
loading...