Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Configuration

Configuration

Configuration

Great Reads

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
by Troy W. Locke
Setting up and using the new configuration system in ASP.NET 5 vNext
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

Latest Articles

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
by Troy W. Locke
Setting up and using the new configuration system in ASP.NET 5 vNext
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

All Articles

Sort by Score

Configuration 

by Vasil Trifonov
ConfigurationTransformations Nuget
by Minh Danh Nguyen (ToughDev)
Dual-system Bluetooth keyboard setup: Seamless pairing with Windows 11 and Ubuntu 22
by Trần_Tuấn_Anh
Cross-Origin Resource Sharing (CORS) is a crucial aspect of web security that controls how resources on a web server can be accessed from another domain. In Spring Security 6, configuring CORS ensures that your application interacts securely with resources across different domains.
by Arctype SQL
Easily deploy PostgreSQL pod in Kubernetes
by Minh Danh Nguyen (ToughDev)
Developing vintage 68K Macintosh apps with CodeLite IDE, Retro68 and pce-macplus emulator
by Wessel Beulink
In the world of government organizations, where I currently find myself navigating, there’s an almost unspoken rule: if you’re not listed in the Hall of Fame on Internet.nl, you’re missing the mark on modern internet standards. For those unfamiliar, Internet.
by Trần_Tuấn_Anh
Multi-tenancy is a crucial architectural pattern that enables a single instance of an application to serve multiple tenants or customers.
by Minh Danh Nguyen (ToughDev)
How to fix PDF Export Issues while using a Scriptcase Grid app
by Trần_Tuấn_Anh
Component scanning is a core feature of the Spring Framework that simplifies the management of beans and their lifecycle. Understanding how @ComponentScan works can significantly enhance your ability to manage Spring applications effectively.
by Illya Reznykov
Creating Regional Web ACL with CloudFormation
by Illya Reznykov
The post describes PowerShell script which creates WAF resources for the scenario when Application Load Balancer is used to serve content for a public website, but to block requests from attackers and to protect from OWASP Top 10 security risks.
by Trần_Tuấn_Anh
Setting up SSL (Secure Sockets Layer) is crucial for securing communications between your website and its visitors. This guide will walk you through each step of the process, from purchasing an SSL certificate to configuring it on various servers.
by Trần_Tuấn_Anh
When working with AWS Lambda functions, managing versions and aliases is essential for maintaining and deploying code efficiently. Lambda versions and aliases offer powerful ways to handle your function deployments, rollbacks, and environment-specific configurations.
by Biswal Tanmaya
This blog post discusses the importance of logging in MySQL
by Minh Danh Nguyen (ToughDev)
How to install Microsoft Web Deploy on Win7
by Vasil Trifonov
Small Helper Tool for Configuration Transformations
by Trần_Tuấn_Anh
Autowiring in Spring is a powerful feature that allows developers to automatically inject dependencies into Spring-managed beans. It simplifies the development process by reducing the need for explicit configuration, making the code cleaner and more maintainable.
by Trần_Tuấn_Anh
In Java, two common runtime issues related to class loading are ClassNotFoundException and NoClassDefFoundError. These exceptions can be confusing for developers, especially when diagnosing and fixing classpath issues.
by Trần_Tuấn_Anh
Configuring Spring Profiles is a crucial aspect of managing multiple environments, such as development, testing, and production, in a Spring Boot application. In this article, we'll explore what Spring Profiles are, how they work, and how you can configure them effectively.
by Trần_Tuấn_Anh
Spring Boot simplifies Java application development by providing a range of powerful annotations that help streamline configuration and setup. Among these annotations, @SpringBootApplication plays a pivotal role.
by Trần_Tuấn_Anh
The @Configuration annotation is a powerful feature in Spring Framework that plays a crucial role in defining and managing the beans in a Spring application context. In this article, we'll explore what @Configuration does, how it works, and why it’s essential for your Spring-based applications.
by Trần_Tuấn_Anh
In this article, we'll explore the core component of the Spring MVC framework: DispatcherServlet. By the end, you'll have a clear understanding of what DispatcherServlet is, how it works, and how to configure it in your Spring applications.
by Trần_Tuấn_Anh
In Spring Framework, managing beans effectively is crucial for building robust and maintainable applications. The Spring Bean Lifecycle is a key concept that helps developers understand how beans are created, initialized, and destroyed within a Spring container.