Related resources for Config
  • Everything you need to know about QuickGrid in Blazor11/9/2024 6:21:07 AM. This guide covers the basics of setting up QuickGrid, customizing columns, and optimizing performance in Blazor projects. Perfect for developers seeking a simple, powerful grid component for their Bla
  • Type-Safe App Configuration: A Powerful, Emerging Way to Accelerate Product Development11/8/2024 11:23:09 AM. This video dives into what app configuration is, how you can use it in React and how it can empower your whole team to move faster, including your nontechnical colleagues.
  • Fededim.Extensions: ASP.NET Data Protection Integration11/5/2024 9:59:16 AM. Fededim.Extensions.Configuration.Protected.DataProtectionAPI enables seamless integration between ASP.NET Configuration and the Data Protection API, providing enhanced security for sensitive data in a
  • How to Create and Use Key Vault References in .NET Core Web API10/28/2024 4:14:04 AM. Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
  • How to Create an App Configuration Store10/25/2024 4:30:30 AM. App Configuration Store provides a unified platform to store, retrieve, and manage configuration settings securely. One of the most widely used services for this purpose is Azure App Configuration, pa
  • Troubleshooting 404 or 500 Error After Deploying Vue 3 App to IIS10/21/2024 6:06:12 AM. Facing a 404 or 500 error after deploying a Vue 3 application to IIS? This guide helps troubleshoot common issues, from configuring the web.config file to resolving routing problems with Vue Router&#3
  • Learn NLog Advanced Usage10/19/2024 3:10:53 PM. This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
  • Steps To Create And Configure My Site In SharePoint10/16/2024 4:59:19 AM. Discover the essential features, including personal site setup, user profile management, document libraries, and social tools. Enhance user experience by customizing settings, permissions, and navigat
  • How to Configure Azure NAT Gateway?10/15/2024 8:30:00 AM. Azure NAT Gateway is a fully managed service that provides secure, scalable outbound connectivity for resources in virtual networks. It ensures static outbound IPs, prevents SNAT exhaustion, and enhan
  • ASP.NET Web Configuration File10/11/2024 12:30:22 PM. Configuration file is an important file in ASP.NET. Learn, what is a Web.Config file? What is in Web.config files? What are the different types of Configuration files in ASP.NET? Machine.config File v
  • Solr Search in Sitecore10/8/2024 9:36:37 AM. Solr Search in Sitecore" focuses on integrating the powerful Solr search engine with Sitecore CMS to enhance search capabilities. It covers configuring Solr for efficient indexing, optimizing sea
  • Disable Splash Screen For Reducing Startup Time/Boot Time of Windows 1010/3/2024 11:48:10 AM. Disabling the Splash Screen in Windows 10 can significantly reduce boot time by eliminating the 3-5 seconds spent displaying the Windows logo. To do this, access the System Configuration dialog by typ
  • Download Up to 10 Files at a Time Using Internet Explorer in Windows 810/1/2024 9:12:47 AM. This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By
  • How to Send Mail Using SQL Server: Part 39/27/2024 10:16:21 AM. In this third installment of our series, "How to Send Mail Using SQL Server," we delve into the configuration and implementation of Database Mail. Learn how to set up SMTP settings, create m
  • Configure Authentication Providers On Web Applications In SharePoint Central Administration9/20/2024 9:34:21 AM. You'll learn step-by-step instructions to set up various authentication methods, including claims-based and custom authentication, ensuring secure user access and effective identity management for
  • Configure and Create DTB Model for Microsoft Fabric9/17/2024 11:15:42 AM. This end-to-end video shows how to configure and build DTB model in the DTB cloud focusing on Microsoft Fabric.
  • How to Configure Azure Fileshare with AD Authentication 9/17/2024 4:19:46 AM. This document provides a step-by-step guide to setting up Azure File Share with Active Directory authentication, allowing users with an Exchange Plan 1 Microsoft license to access files securely using
  • Entity Framework In MVC - Part Three9/12/2024 12:12:57 PM. This article explains the Code First approach in MVC using Entity Framework. It covers creating a new database from domain classes, reverse engineering an existing database to generate POCO classes, a
  • Configure SQL Server Session State In ASP.NET Core9/12/2024 5:49:48 AM. This guide covers setting up SQL Server as a session storage provider, configuring the connection string, enabling session middleware, and ensuring session persistence for scalable web applications.
  • Configure Data Gateway With SQL Server Database Using Recommended Or Enterprise Mode9/12/2024 5:10:58 AM. This article explains how to configure a Data Gateway for an On-Premise SQL Server Database using Power BI's Recommended Mode. It covers the installation steps, including downloading and setting u
  • Property 'X' Does Not Configure the Code Serialization for its Property Content9/11/2024 5:35:43 AM. The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Design
  • Database Mail Configuration in SQL Server 20089/10/2024 10:16:49 AM. Learn how to configure Database Mail in SQL Server 2008 with this guide. Discover step-by-step instructions for setting up email profiles, configuring SMTP settings, and managing mail settings using S
  • Baisc of IHttpClientFactory in .NET Core9/10/2024 7:03:57 AM. IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named and
  • How to Install FTP Server on Windows Server 20129/9/2024 11:47:46 AM. This guide covers step-by-step instructions, including setting up IIS (Internet Information Services), enabling the FTP service, creating FTP sites, and configuring security settings for efficient fil
  • How to Configure Authentication for the Virtual Directory9/5/2024 11:16:31 AM. This guide explains configuring authentication for a virtual directory in IIS. Start by opening IIS Manager from Administrative Tools. Expand your server's name, locate the desired site, and acces
  • How to Configure the FTP Directory Browsing Options9/5/2024 11:11:18 AM. Learn how to configure FTP directory browsing options to enhance file management and accessibility. This guide covers setting up directory listings, adjusting visibility settings, and optimizing how u
  • Azure App Service - Configure Existing App From Visual Studio9/5/2024 11:02:27 AM. Learn how to configure application settings for Azure App Service using Visual Studio. This guide walks you through setting up your Azure App Service, integrating your application, and managing config
  • How To Implement CKEditor In ASP.NET MVC9/5/2024 10:45:12 AM. CKEditor is a powerful, browser-based WYSIWYG editor that simplifies HTML content creation. It integrates seamlessly with ASP.NET MVC, allowing users to easily create and manage rich text content.
  • Configure SQL Server Database Mail for Sending Emails9/4/2024 7:01:19 AM. This guide covers the step-by-step process for setting up Database Mail, including creating and managing mail accounts, profiles, and ensuring your SQL Server can successfully send email notifications
  • Learn Database Mail in SQL Server8/29/2024 10:53:40 AM. Database Mail in SQL Server is a robust feature that enables sending emails via an SMTP server without relying on MAPI clients like Outlook. It offers secure SSL encryption, asynchronous processing, e
  • Change Date Time Field Behavior in Dynamics 365 to User Local8/29/2024 8:52:09 AM. This guide covers step-by-step instructions for configuring date and time settings to align with user-specific time zones, ensuring accurate and relevant time data for your CRM.
  • Create, Configure And Deploy Provider Hosted Add-In For SharePoint Online - Part One8/21/2024 8:43:42 AM. In this article you will learn how to create, configure and Deploy Provider Hosted Add-in for SharePoint Online.
  • SharePoint 2016 Central Admin Error Http 500 The WebSite Cannot Display The Page8/20/2024 10:56:08 AM. Encountered an issue with SharePoint Server 2016 where the Central Administration website returns HTTP 500 errors post-installation. No clues from Event Logs or ULS logs. Enabled IIS "Failed Requ
  • async, await, ConfigureAwait(true/false) Asynchronous Programming in C#8/12/2024 9:34:42 AM. Explore asynchronous programming in C# with a focus on async and await keywords. Learn how to use ConfigureAwait(true/false) to manage context switching and avoid deadlocks.
  • How to Customize the Next.js Webpack Configuration?8/7/2024 6:42:44 AM. Next.js, a popular React framework, provides a powerful built-in Webpack configuration to handle bundling and optimization. However, you might need to customize this configuration to fit specific need
  • Cross-Origin Resource Sharing (CORS) in .NET 88/6/2024 5:14:40 AM. Learn how to configure Cross-Origin Resource Sharing (CORS) in .NET 8 to control access to your APIs from different domains. Understand key concepts like Same-Origin Policy, preflight requests, and CO
  • Setting Up Content Deployment in SharePoint8/2/2024 7:58:51 AM. This guide covers essential setup steps, including configuration settings, deployment processes, and best practices for effective content management and automation in SharePoint.
  • Install And Configure Azure On-Premise Data Gateway8/1/2024 11:24:48 AM. Learn to install and configure the Azure On-Premise Data Gateway with this guide. It covers prerequisites, installation steps, and configuration options. Discover how to set up the gateway to connect
  • How to configure Amazon Q in Visual Studio 20227/31/2024 9:19:03 AM. Discover how to set up Amazon Q, integrate it with your development environment, and streamline your workflow. This tutorial covers installation, configuration, and tips for optimizing your developme
  • Setting Up a .NET Standard Project7/17/2024 12:19:04 AM. .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms,
  • Enabling Subsite Creation in SharePoint Online7/12/2024 4:33:44 AM. Learn how to enable subsite creation in SharePoint Online with this comprehensive guide. Discover step-by-step instructions for configuring your SharePoint environment, setting permissions, and managi
  • How to Deploy and Configure Azure Public DNS Zones7/9/2024 12:36:26 AM. Learn step-by-step how to effectively deploy and configure Azure Public DNS Zones in this comprehensive guide. Explore Azure Portal navigation, DNS zone creation, record management, integration with A
  • Configure SSL for Grafana on Azure7/1/2024 7:07:46 AM. Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for
  • How to Manage DNS Records in the Cloud with Azure Public DNS ?6/29/2024 6:37:40 AM. Learn how to efficiently manage DNS records in the cloud using Azure Public DNS. This guide covers essential steps for configuring and maintaining DNS records, ensuring reliable and scalable domain na
  • Enable CORS In ASP.NET WebAPI 26/25/2024 10:04:06 AM. Discover step-by-step instructions and configuration settings to handle CORS requests seamlessly, ensuring your WebAPI can be accessed from different origins while maintaining security and control ove
  • Top Java Spring Boot Scenario-Based Interview Questions6/24/2024 9:22:12 AM. Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
  • App Settings in App Service Vs App Configuration Resource in Azure6/24/2024 9:19:22 AM. Learn the distinctions between Azure App Settings and Azure App Configuration for effective application configuration management in Azure. Azure App Settings are tailored for individual FunctionApps/A
  • Reverse Proxy Grafana with Nginx in Azure6/24/2024 7:56:02 AM. Learn how to enhance your Grafana setup in Azure by configuring Nginx as a reverse proxy. This article covers step-by-step instructions for setting up Nginx to securely proxy requests to Grafana, ensu
  • Understanding Dependency Injection in ASP.NET Core Web API6/24/2024 4:08:06 AM. Dependency Injection (DI) is a design pattern used to achieve Inversion of Control (IoC) between classes and their dependencies. In ASP.NET Core, DI is a fundamental part of the framework, making it e
  • Handling Middleware in Next.js6/23/2024 9:44:50 PM. Middleware in Next.js, introduced in version 12, allows code execution before a request is processed. Useful for authentication, logging, URL rewrites, and modifying headers, it runs on the Edge Netwo
  • Providing a Domain Name for Grafana service in Azure Cloud6/21/2024 10:06:59 AM. Learn how to set up a custom domain name for Grafana hosted on Azure Cloud. Explore step-by-step instructions for configuring DNS settings, integrating with Azure App Service, and optimizing network c
  • How to Install and Configure Windows Admin Center6/21/2024 10:01:53 AM. Windows Admin Center (WAC) is a versatile, browser-based management platform for Windows Server, Windows Client, and more. It simplifies troubleshooting, configuration, and maintenance tasks, enabling
  • A Simple FTP Client Using FluentFTP with Json Configuration in C#6/21/2024 4:36:50 AM. With the help of C# and FluentFTP, we can build a simple yet robust FTP client using this comprehensive guide by Ziggy Rafiq. This article describes how to set up a console application, integrate Flue
  • Getting Started with ZooKeeper: A Beginner's Guide6/20/2024 8:57:57 AM. Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
  • Installtion Mongo DB in Ubnutu Enviroments and Configure6/19/2024 11:58:47 AM. Install MongoDB on Ubuntu by updating packages, adding GPG key, configuring repository, and installing MongoDB. Manage MongoDB services, start, reload, check status, and interact using Mongosh. Uninst
  • Introduction to Apache ZooKeeper6/18/2024 5:58:37 AM. Apache ZooKeeper is a centralized service for managing configuration, synchronization, and naming in distributed systems.
  • SonarQube Configuration For .NET Core Web API6/17/2024 11:23:22 AM. Learn to improve code quality using SonarQube for a .NET Core Web API project. Install JAVA, configure environment variables, and set up SonarQube server. Create a project, generate a token, and downl
  • How To Configure And Use SharePoint Online Organization Assets Library6/14/2024 10:39:00 AM. SharePoint Organization Assets Libraries are central repositories for sharing the organization’s branding and visuals with all users in the tenant. People can see the Organization Assets in the file p
  • Install Windows Server Backup Feature In Windows Server 20166/12/2024 6:51:44 AM. Learn how to install and configure the Windows Server Backup feature in Windows Server 2016 for robust data protection. This step-by-step guide covers the setup process, ensuring your server is equipp
  • Connect To SAP Using C#6/10/2024 10:53:23 AM. Learn to connect to SAP with C# using SAP .NET Connector 3.0 for RFC and Web services. Implement ECCDestinationConfig and IRfcTableExtension classes. Access SAP functions, structures, and tables with
  • How to Add jQuery Datepicker in MVC6/6/2024 11:44:19 AM. Integrating jQuery Datepicker in MVC enhances user experience by allowing easy date selection. It's implemented with JavaScript, HTML, and CSS, offering interactive calendar functionality within A
  • How NAS Integration in VMware Works and Why It Matters?6/6/2024 7:20:41 AM. Exploring the integration of Network Attached Storage (NAS) in VMware environments, detailing its working principles, benefits, implementation steps, and best practices.
  • Configuring Log4Net With Database - A Tutorial For Beginners6/5/2024 5:35:32 AM. Log4Net is a framework for logging .NET applications. It is an open source library that can be used to log output for different targets like logging output in Text files, Database, Console, Mail (SMTP
  • All About AppSettings In ASP.NET Core6/4/2024 12:49:50 PM. Learn how to configure ASP.NET Core applications using appsettings.json. This guide covers adding keys for database connections, email settings, and more in the appsettings file. Discover methods to r
  • Introducing HybridCache The Future of .NET Caching6/4/2024 6:00:05 AM. HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a unifi
  • Displaying Google Maps in ASP.NET Web Application 5/30/2024 12:05:25 PM. Develop a web app in ASP.NET for Google Maps display. Download GMaps.dll, add controls to Visual Studio, design form with TextBoxes and Button, use GLatLng and GMarker for map functionality. Configure
  • How to Configure the Access-Denied Assistance For Users5/29/2024 8:06:06 AM. In this article, we will learn how to configure Access-Denied Assistance for users, a feature that helps resolve file and folder access issues in Windows environments.
  • Configuring Filter and Dispatcher Mapping in Servlets5/24/2024 10:00:48 AM. Configuring filter and dispatcher mapping in servlets involves defining rules for intercepting requests and forwarding them to appropriate components. This ensures efficient request handling and filte
  • RESTful Day 2: Inversion of Control Using Dependency Injection in Web API's Using Unity Container and Bootstrapper5/24/2024 8:58:21 AM. Day 2 of RESTful Learning explores the Inversion of Control through Dependency Injection in Web APIs. Utilize Unity Container and Bootstrapper for seamless management, enabling flexible and scalable d
  • Start With Microsoft Enterprise Library 6.05/20/2024 11:56:27 AM. Microsoft Enterprise Library 6.0 offers robust tools like Logging, Exception Handling, Data Access, and more, streamlining enterprise-level development. Configure and customize blocks for efficient cr
  • Create Your Customized Copilot Using Microsoft Copilot Part 2 5/19/2024 7:00:14 AM. This blog is continuation of “Create Your Customized Copilot Using Microsoft Copilot Part 1” in which we explained left side navigation menu Overview, Topics, Actions (preview), Entities, Analytics,
  • App Registration with Microsoft Entra ID Configure SharePoint Permissions5/19/2024 6:56:50 AM. Register your app in Azure AD for SharePoint access using PowerShell. Configure permissions, obtain Client ID and Secret for OAuth authentication, granting necessary access to SharePoint resources, fa
  • Road To AZ-204 - Implement Secure Cloud Solutions5/13/2024 4:43:47 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Azure Key Vault, App Configuration, and Managed Identities are the main components th
  • Use Multiple Environments in ASP.NET Core5/13/2024 3:58:30 AM. In ASP.NET Core, leverage multiple environments like development, staging, and production to tailor your application's behavior and configuration for different deployment scenarios. Optimize setti
  • How to Get Started with React and TypeScript?5/9/2024 11:36:16 AM. Explore the fundamentals of setting up React applications with TypeScript in this beginner's guide by Ziggy Rafiq. Learn about project structure, component creation, running your app, and configur
  • SignalR (Part 1) - Installation Process5/8/2024 9:55:16 AM. Learn to install SignalR in your .NET Core or ASP.NET Core project using the NuGet package manager. Ensure compatibility, manage dependencies, configure middleware, and set up client-side libraries fo
  • How To Enable HTTPS In ASP.NET Web API5/7/2024 11:23:49 AM. In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
  • Add RSS Viewer Web Part In SharePoint Online5/6/2024 11:22:36 AM. Learn how to enhance your SharePoint Online site by integrating an RSS Viewer Web Part. This tutorial covers step-by-step instructions for configuring and adding the RSS Viewer Web Part to SharePoint
  • Connecting Grafana to Data Sources5/6/2024 5:19:15 AM. Connect Grafana to databases, APIs, and more for powerful data visualization. Link MySQL, PostgreSQL, or InfluxDB seamlessly and extend with plugins for MongoDB, Kafka, REST APIs, and cloud platforms
  • DNN (Formerly DotNetNuke) Tutorial - Part 15/3/2024 9:00:39 AM. DNN Tutorial - Part 1 introduces DotNetNuke, a versatile content management system (CMS) built on ASP.NET. Learn website setup, user management, and extension installation for robust web development.
  • Understanding Log Service In AngularJS5/3/2024 8:58:02 AM. The Log Service in AngularJS, accessed through $log, facilitates efficient debugging by offering logging functionalities with various levels like debug, info, warn, and error. It aids in diagnosing is
  • Configure Or Change The Audit Settings In SharePoint Online5/2/2024 9:56:23 AM. In this article, we will learn how to manage audit settings in SharePoint Online for enhanced security and compliance. Discover step-by-step instructions to configure or change audit settings using th
  • Mastering Rating Settings in SharePoint5/2/2024 8:35:41 AM. Discover how to leverage rating settings in SharePoint effectively with our comprehensive guide. Learn about the benefits, features, and limitations of enabling ratings on items within lists and libra
  • How to Create Azure Storage Account and Configure to Windows 115/1/2024 11:39:12 AM. Learn how to set up an Azure Storage Account and integrate it with Windows 11. Create and configure storage containers using Azure Portal or tools like PowerShell and Azure CLI. Explore access managem
  • Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide5/1/2024 11:09:43 AM. Explore Microsoft Enterprise Instrumentation Framework (EIF) with our Quick Guide. Learn to monitor, log, and optimize application performance effortlessly, ensuring robustness and efficiency in your
  • Code First Migrations With Entity Framework4/30/2024 9:39:59 AM. This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
  • Enterprise Library New Version 64/29/2024 10:15:21 AM. Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ent
  • Application Deployment On Azure Kubernetes Service4/26/2024 11:56:18 AM. Deploying applications on Azure Kubernetes Service (AKS) involves containerizing apps with Docker, orchestrating with Kubernetes, and managing scalability, availability, and load balancing. Utilize YA
  • App.Config AutoReader4/26/2024 9:05:23 AM. In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it is
  • Application Deployment On Azure Kubernetes Service - Part Two4/25/2024 9:45:58 AM. Explore ConfigMap usage in Kubernetes deployments, configuring Redis master with AKS, providing environment-specific configuration via ConfigMap. Learn YAML file creation, command execution, volume mo
  • Efficient Data Copying with AutoMapper in C#4/25/2024 8:16:41 AM. Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformations
  • Validation Application Block (Enterprise Library 5.0)4/25/2024 6:02:29 AM. Validation is a process that ensures the sanity of data entered, received, or processed by a software module, class, or class members.Some examples of validation are length check, range check, Null ch
  • Office 365 - SharePoint Central Admin Configuration4/23/2024 8:25:38 AM. Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and servic
  • Learn $http Service In AngularJS4/22/2024 6:58:58 AM. Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
  • Getting Started With Angular.js4/19/2024 10:26:36 AM. Get started with Angular.js effortlessly! This comprehensive guide covers installation, setup, and dives into key concepts like components, directives, controllers, and services.
  • Intoduction of Interceptors in .NET 8 and C# 12: How to use it?4/18/2024 9:15:23 AM. Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at com
  • Configure Knowledge Management for Customer Service D3654/18/2024 8:52:42 AM. Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • AWS Command Line Interface (CLI) Installation And Configuration4/15/2024 11:46:20 AM. In this article, we will learn how to install and configure the AWS Command Line Interface (CLI) to efficiently manage your AWS resources from the command line. Follow step-by-step instructions for in
  • Virtual Networking Setup for Azure AD Domain Services4/15/2024 11:28:59 AM. Configuring virtual networking for Azure Active Directory Domain Services involves integrating Azure AD DS with virtual networks, configuring subnets, DNS settings, and network security groups for sec