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 section
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)
Anubhav Chaudhary (4)
Vijai Anand Ramalingam (4)
Dhruvin Shah (2)
Mahesh Chand (2)
Ashwani Tyagi (2)
Shaili Dashora (1)
Lalit Bansal (1)
Tural Suleymani (1)
Jitendra Mesavaniya (1)
Sigar Dave (1)
Ziggy Rafiq (1)
Logesh Palani (1)
Sandeep Singh Shekhawat (1)
Sanwar Ranwa (1)
Rasul Huseynov (1)
Mohammad Rabie (1)
Mohammed Habeeb (1)
Sachin Mishra (1)
Md Sarfaraj (1)
Najmul (1)
Sahil Sharma (1)
Aashina Arora (1)
Venkatasubbarao Polisetty (1)
Kirtesh Shah (1)
Veena Sarda (1)
Rahul (1)
Abhijeet Singh (1)
Gyanender Sharma (1)
Ram Prasad M (1)
Manoj Mittal (1)
Jatin Malik (1)
Mohamed El-Qassas (Mvp) (1)
Suraj Sahoo (1)
Vishal Gilbile (1)
Varesh Tuli (1)
Shyju (1)
Dipal Choksi (1)
Related resources for section
No resource found
CSS Automatic Numbering Counter
9/10/2024 8:23:02 AM.
This article explains how to implement a CSS Automatic Numbering Counter using the counter-reset and counter-increment properties. It covers creating numbered sections, subsections, and nested lists w
The Intersection of Blockchain and AI: A New Era of Decentralized Intelligence
9/6/2024 10:50:12 AM.
The integration of blockchain and AI is revolutionizing technology by enhancing security, transparency, and efficiency. Blockchain ensures data integrity and accountability, while AI optimizes decisio
Resolving Race Conditions and Critical Sections in C#
8/28/2024 9:49:18 AM.
A race condition in C# occurs when multiple threads access shared data simultaneously without proper synchronization, leading to unpredictable and incorrect results. This tutorial covers how to identi
Enhancing Performance and Safety with System.Threading.Lock in .NET 9 and C# 13
7/22/2024 2:26:10 AM.
Explore the new System.Threading.Lock in .NET 9 and C# 13 for enhanced multithreading performance and safety. This article covers its benefits, compiler warnings for misuse, and best practices for loc
SharePoint’s New Section Background Feature
7/2/2024 9:10:56 AM.
SharePoint's new section background feature enhances page customization with images and gradient colors. Authors can now personalize pages and news articles with these backgrounds, which include r
Create Repeating Section In PowerApps New Form - Step By Step - Part One
6/12/2024 9:40:57 AM.
This article guides you through creating a Repeating Section in PowerApps forms for New and Edit forms. Learn to store data in SharePoint lists, manage form navigation, and enhance user experience wit
Using HTML5, CSS3, and JavaScript to their full potential
4/9/2024 6:29:38 PM.
Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>,
Table View In Xamarin iOS - Part Two🚀
4/3/2024 9:38:56 AM.
Part Two of Xamarin.iOS TableView series explores TableViewSource and its methods like GetCell and RowsInSection, essential for populating and managing table view data. Dive into Model-View-ViewModel
ASP.Net MVC 4 - Layout and Section in Razor
4/2/2024 9:25:29 AM.
Razor has a feature called "layouts" that allow you to define a common site template, and then inherit its look and feel across all the views/pages on your web application.
How Can I Use Imported Constant in Template Section in Vue.js
3/18/2024 8:09:54 AM.
To utilize imported constants in the template section of Vue.js, ensure they're declared within the component's script section. Then, reference them directly within the template for seamless i
Better Implementation Of Singleton Pattern in .NET
2/28/2024 4:09:40 AM.
This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
Improving Code Readability in View Section Using Return Templates
12/3/2023 1:17:40 PM.
The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
Edit And Encrypt Web.Config Sections Using C# 2.0
9/13/2023 5:04:03 AM.
An article to illustrate editing and encrypting of sections of the Web.Config file programmatically. Editing and encrypting sections of a Web. config file using C# 2.0 involves using the System. Confi
Enhancing Accessibility in Web Pages According to "WCAG"
7/10/2023 8:25:58 AM.
Creating web pages that are accessible to everyone is essential. Web Content Accessibility Guidelines (WCAG) provide a comprehensive framework for ensuring websites are usable and inclusive for indivi
FlatList vs SectionList in React Native- Choosing the Right List Component for Your App
4/15/2023 10:26:29 AM.
In React Native, efficiently displaying big lists of data is critical for offering a smooth and responsive user experience. FlatList and SectionList are two prominent list rendering components in Reac
INTERSECTION in SQL Server
2/28/2023 8:53:06 AM.
Sometimes, we want to get a common set of rows from 2 different result sets. For example, we have 2 queries, and both return employee records. If we want to find which employees are present in both re
How to Fix: Only One <configSections> Element Error in Web.Config
12/27/2022 5:47:23 AM.
In this article you will learn the solution to the common error Only one configSections element allowed.
SETS In Python
6/28/2022 12:42:31 AM.
This article is dedicated to concepts of SETS in Python. Sets are one the built-in Data Structure of Python.
Usage Of Intersection Function In Power Automate
2/4/2022 5:50:57 AM.
In Power Platform, at times we must take common values present in Arrays or objects. In these scenarios, Intersection function in Power Automate can be used. As an example, Names Array and Names Objec
Learn About Layout View In Razor Pages
5/30/2021 11:27:51 AM.
In this article, you will learn about Layout View in Razor Pages.
An XML Document and its Items
10/30/2020 1:36:55 AM.
In this article I will explain you about XML Document and its Items.
Twin X Axis Plot And Intersection Of Indexes In Python
4/23/2020 11:37:41 PM.
In this article, I would show how to plot two different Y axes on the same X axis with different left and right scales. I would also show how to intersect indexes to select data.
ASP.NET Core - Accessing Configuration Settings From Appsettings.json File
4/14/2020 1:53:21 PM.
In this article, you will learn how to read configuration settings from appsettings.json file in an Asp.Net core web application.
HTML5 Main Structural Elements
12/13/2019 3:14:34 AM.
In this article you will learn about the main structural elements in HTML5.
Working With Semantic Elements in HTML5 With Layout Examples : Part 1
12/11/2019 11:53:21 PM.
In this article, we'll learn working of HTML5 New Semantic Elements and we also learn designing of traditional html layout.
Use Various Tags in HTML5
12/5/2019 10:05:22 PM.
In this article I describe some bacic tags in HTML5. These tags are the Header tag, Nav Tag, Section Tag, Aside Tag and Footer Tag.
Create Repeating Section In PowerApps Edit Form - Step By Step - Part Two
9/23/2019 8:27:41 AM.
Repeating section is a key feature of InfoPath forms. Now, if we move to PowerApps, how we can achieve the functionality of the InfoPath Form’s repeating section? This two part article series will hel
SharePoint Modern Page Authoring Improvements - On-Page Anchors, Vertical Sections and Link Previews
8/29/2019 3:20:33 AM.
This video shows the page authoring improvements released in July 2019 for the SharePoint Online Modern Sites.
Full Width Column SPFx Control
8/7/2019 7:46:51 AM.
In this article, we will learn how to remove the horizontal space or margin from SPFx control.
Custom Configuration Sections Using ConfigurationSection : web.config
8/27/2018 7:16:08 AM.
This tutorial tells about how you can create a custom section in web.config file to keep all your module specific settings at a single place.
Missing Security Section In PWA Settings In Project Server 2016
9/18/2017 4:47:59 PM.
In this article, we will discuss and solve the issue of Missing Security Setting in PWA Settings in Project Server 2016 / 2013.
Validate Individual Sections of Accordion
7/7/2015 6:44:23 PM.
This article explains how to validate individual sections of an accordion.
Accordion to Collapse/Expand section With/Without clicking on it
7/5/2015 9:48:55 AM.
This article explains how to create an Accordion using jQuery that also has a next button to open/close the sections of an Accordion.
Render Sections Using Razor View Engine
2/6/2015 2:50:06 PM.
In this article you will learn about Render Sections using Razor View Engine.
Configuration Sections-Create a customized section using ConfigurationSection class: Part II
9/4/2014 1:00:50 AM.
This article extends the custom configuration section concept.
Configuration Sections; Introducing the Custom Configuration Section Concept: Part I
9/4/2014 12:58:52 AM.
Custom sections of an ASP.NET Configuration File are customized sections that a developer configures by himself. In this case, the developer also sets their attributes and elements to suit special application needs in terms of settings.
How to Remove “Workflow Notification” Text in NINTEX Email Notification
7/24/2014 4:38:07 PM.
In this article you will see how to remove the “Workflow Notification” text in NINTEX email notification.
How to Display Dynamic Content Inside Views
6/13/2014 10:43:02 AM.
This article provides a brief idea of how to add dynamic content inside a view.
Section Separator in LightSwitch 2012
11/1/2013 7:17:02 PM.
This article describes how to use a section separator(;) in LightSwitch Visual Studio 2012.
App Catalog in SharePoint 2013
7/8/2013 2:55:27 PM.
In SharePoint 2013 there is a special site collection that holds the apps that is called the App Catalog.
How to Configure DTC Security to Allow Remote Transactions on Your System
4/22/2013 4:41:33 PM.
In this article you will learn how to configure DTC Security to allow your system to participate in Remote Transections.
How to Configure DTC Security to Coordinate Remote Transactions on Your System
4/18/2013 12:51:20 PM.
In this article you will learn how to configure DTC Security to coordinate Remote Transactions on your system.
Defect Search Section in JIRA Tool in Testing
11/24/2012 3:44:22 PM.
In this article I discuss how to search a particular defect in JIRA tool.
Configure Managed Metadata Service Application in SharePoint 2013
10/4/2012 3:24:18 PM.
In this article you will see how to configure the Managed Metadata Service Application in SharePoint 2013.
Encrypt and Decrypt Sensitive Metadata Within Your Config file
10/4/2012 9:54:52 AM.
In a certain cases, metadata embedded within your configuration file is sensitive. In fact, imagine that you develop an application that uses a data base as data source; all information about this data base is located in the configuration file. What if a hacker success to log into your configuration files and obtains the connection string and other metadata about your data base??
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.
Create User Profile Section in SharePoint 2010 using PowerShell
9/13/2011 12:45:16 PM.
In this article we will be seeing how to create New Section for user profiles in SharePoint 2010 using PowerShell.
Creating Custom Sections and Encryption in web.config
1/9/2011 5:30:25 AM.
Web application development requires various kinds of customization. One of the common scenarios is creation of custom sections in web.config.
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.
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.
Tip: How to use Multiple Page Headers in Crystal Reports?
7/21/2006 2:07:06 PM.
Recently, I came across a problem in Crystal Reports. I wanted to display a separate page header on the first page of the report than the rest of the page.
Configuring Applications in .NET
12/24/2005 1:09:44 AM.
The .Net Framework provides a very convenient and flexible way to configure applications at run time.