TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Configuration Settings
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (6)
Monica Rathbun (1)
Prasad (1)
Maniteja Vegi (1)
Satya Prakash (1)
Jeeva Subburaj (1)
Waqas Sarwar (1)
Pramod Thakur (1)
Soft Corner (1)
Related resources for Configuration Settings
No resource found
Replication Of Max Text Length
3/28/2024 10:34:54 AM.
Ensure smooth replication of maximum text length in SQL Server by configuring 'max text repl size' using sp_configure. Optimize data management and maintain database performance with appropria
Provide Security Role Access for D365 Outlook
3/14/2024 7:00:05 AM.
In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and
Azure Devops Project Configuration Settings - Part One
3/13/2024 8:46:15 AM.
In this article, we will explore Azure DevOps Project Configuration Settings in this comprehensive guide, Part One. Learn to optimize project setup, manage settings, and streamline workflows.
Improve Performance of Word 2013
3/5/2024 10:38:10 AM.
Boost productivity in Microsoft Word 2013 by optimizing performance. Learn to manage resources efficiently, troubleshoot issues, tweak configuration settings, and streamline add-ins and templates for
ASP.NET Core Basics - Accessing Configuration Settings From Multiple Sources
8/2/2018 8:43:10 AM.
In older Asp.Net Version, we typically store the configuration settings in web.config and access it using ConfigurationManager Class. This worked well in the past however it is not good enough for mod
SharePoint 2016 Outgoing Email Configuration Settings
12/10/2016 12:37:25 PM.
In this article, I will explain the outgoing configuration settings for SharePoint 2016.
Install Hadoop on Windows: Part Three
3/2/2016 9:29:58 AM.
In this article we will learn how to install Hadoop and some configuration settings in VM at local system.
Add and handle connection strings in an application configuration file: Part I
9/4/2014 1:09:11 AM.
There are two ways to save data and parameters. In this case we save application parameters like information entered by the user during the installation process.
Add and handle application settings in the configuration file: Part II
9/4/2014 1:03:46 AM.
This article tells you how to add connection string using the configuration file itself.
Save the application settings using VS2005 for subsequent application sessions
9/29/2012 9:02:12 AM.
It is practical to save some usefuls data that can be kept in a separate file when the application is out of the service.
Configuration Settings for an ASP.Net Application
4/4/2011 1:25:59 AM.
In ASP.Net, all that needs to be done to configure an application is to create a Configuration file called ‘Web.config’ and place it in the root directory of the application.
Configuration Sections- Create a configuration section group and retrieve configuration information from it: Part IV
4/18/2008 1:42:44 AM.
In the previous article , we demonstrate how to create a custom section with custom attributes using the ConfigurationSection class and IConfigurationSectionHandler interface.
Get the machine configuration file information using ConfigurationManager class
4/17/2008 1:56:02 AM.
This article tells you how to retrive information of configuration file which is applied to the entire application.
Configuration Sections- Create customized section using IConfigurationSectionHandler Interface: Part III
4/16/2008 2:07:01 AM.
In this part III article we will try to achieve, step by step, the same goal as in the Part II article, but using another tool, namely, the IConfigurationSectionHandler interface.