#aspnet

[ follow ]

ASP.NET8 using DataTables.net - Part9 - Advanced Filters

Creating a custom advanced filter using DataTables.net for ASP.NET projects can enhance professional filtering capabilities.
#datatablesnet

ASP.NET8 using DataTables.net - Part4 - Multilingual

DataTables.net component can be used in multi-language ASP.NET applications with proper setup and translations.
Setting up multi-language features in ASP.NET requires configuring translations for the component and strings used by it.

ASP.NET8 using DataTables.net - Part5 - Passing additional parameters in AJAX

DataTables.net in ASP.NET8 allows passing additional parameters to AJAX calls for customized back-end processing.

ASP.NET8 using DataTables.net - Part8 - Select rows

DataTables.net allows selecting rows in ASP.NET projects for further processing.

ASP.NET8 using DataTables.net - Part4 - Multilingual

DataTables.net component can be used in multi-language ASP.NET applications with proper setup and translations.
Setting up multi-language features in ASP.NET requires configuring translations for the component and strings used by it.

ASP.NET8 using DataTables.net - Part5 - Passing additional parameters in AJAX

DataTables.net in ASP.NET8 allows passing additional parameters to AJAX calls for customized back-end processing.

ASP.NET8 using DataTables.net - Part8 - Select rows

DataTables.net allows selecting rows in ASP.NET projects for further processing.
moredatatablesnet

Share Identity Bear Tokens among ASP.NET Core Web APIs

Decoupling security architecture for ASP.NET applications using AuthorizeAttribute can enhance flexibility and ease of future migration.
#docker-containers

Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts

Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile.

Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues

OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed.

Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts

Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile.

Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues

OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed.
moredocker-containers

Challenges in Migrating ASP.NET Apps to Containers #1 - Multiple Active Result Sets

Avoid enabling Multiple Active Result Sets (MARS) configuration in connection strings for deployments to Linux.
Even if not actively used, MARS setting can cause delays, timeouts, and other issues on Linux deployments.

AspNetDeploy 2024 Part 1: The Demo

Inhouse tool AspNetDeploy simplifies CI/CD for ASP.NET
Automates project parsing, building, packaging, and deployment
#logging

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline.

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline.

Logging HTTP Request/Response Details in ASP.NET - No Code!

Enabling detailed logging in an ASP.NET web application can be challenging if not built-in to the application.
One option for adding logging is to intercept the request and response in the IIS pipeline using an HTTP Module.

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline.

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline.

Logging HTTP Request/Response Details in ASP.NET - No Code!

Enabling detailed logging in an ASP.NET web application can be challenging if not built-in to the application.
One option for adding logging is to intercept the request and response in the IIS pipeline using an HTTP Module.
morelogging

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline.

ASP.NET8 using DataTables.net - Part3 - State saving

State saving feature in jQuery DataTables.net allows maintaining table state upon page navigation
[ Load more ]