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 Connections
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manpreet Singh (4)
Mahesh Chand (3)
Prasad (2)
Saksham Gupta (2)
Vasanth Kumar (2)
Abhimanyu K Vatsa (2)
Prabhakar Maurya (1)
Anubhav Chaudhary (1)
Jignesh Trivedi (1)
Jitendra Mesavaniya (1)
Dharmeshwaran S (1)
Nikunj Satasiya (1)
Shiv (1)
Moustafa Arafa (1)
Darshan Adakane (1)
Raj Kumar (1)
Ishoo Anyal (1)
Amit Choudhary (1)
George (1)
Alessandro Del Sole (1)
Swesh S (1)
Shrusti Shah (1)
Vitalii Honcharuk (1)
Arun Potti (1)
Nanddeep Nachan (1)
Dhruvin Shah (1)
Suhas C M (1)
John Morehouse (1)
Gaurav Kumar (1)
Kishore Chowdary (1)
Abhishek Goswami (1)
Suvendu Shekhar Giri (1)
Abdul Rasheed Feroz Khan (1)
Shantha Kumar T (1)
Nitesh Kejriwal (1)
Bechir Bejaoui (1)
Nimit Joshi (1)
Moses Soliman (1)
Satya Akkinepally (1)
Richa Garg (1)
Sanjoli Gupta (1)
Vijai Anand Ramalingam (1)
Sam Hobbs (1)
Chandramouli Muralidaran (1)
Anubhav Bansal (1)
Amit Kumar Agrawal (1)
Sushila Patel (1)
Related resources for Connections
No resource found
Download Up to 10 Files at a Time Using Internet Explorer in Windows 8
10/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 Configure Authentication for the Virtual Directory
9/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
Understand HTTP.sys Web Server In ASP.NET Core
8/7/2024 10:47:20 AM.
HTTP.sys is a Windows-based web server for ASP.NET Core, offering features like Windows Authentication, response caching, WebSockets, and HTTPS with SNI. Unlike Kestrel, it does not support IIS or IIS
Harnessing Efficiency: Lazy Initialization in C# .NET
7/17/2024 12:43:28 AM.
Learn about lazy initialization in C# .NET—a vital design pattern that defers object creation until it's needed, optimizing performance and memory usage. Implementing with Lazy<T> ensures th
API vs Service vs Function Connections in Azure Logic Apps
6/24/2024 9:08:23 AM.
Azure Logic Apps helps automate tasks, business processes, and workflows by connecting to various services. API Connections integrate with third-party and Azure APIs, Service Provider Connections dire
How To Use DataList Control In ASP.NET With Example in C#
6/19/2024 11:55:59 AM.
In this article I’ll present a tutorial with an example, a way to use the DataList control in Asp.Net for the displaying of information/ records from the database with using SqlDataSource.
All About AppSettings In ASP.NET Core
6/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
Understanding Connection Pooling
6/4/2024 9:46:23 AM.
This article is to go in deep in dome key features in the ADO.NET 2 which was shipped with VS 2005. In this article I will go trough one of the key features which is the Connection Pooling.
Understanding the Connections Between Classes in OOP
5/10/2024 7:58:52 AM.
Understanding how different tools in a toolbox are used to build something. This guide helps you see how these classes share information and work together to create software, making it easier to under
Rename the "Related" entities in Dynamics 365
4/6/2024 5:47:51 AM.
Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "C
Create Service Connections in Azure DevOps
3/28/2024 6:02:21 AM.
Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Applic
Auto-Populate Azure Pipeline Variables and Connections
3/11/2024 10:44:47 AM.
In this article we will discuss how deployment settings file can be used to auto-populate environment variables and connection references in target environment.
How to Enable Remote Connections in SQL Server 2005
3/5/2024 10:39:30 AM.
This article provides guidance on enabling remote connections in SQL Server 2005, addressing the common error message encountered when attempting a remote connection. It outlines the security precauti
Working with Service Connections in Azure DevOps
3/4/2024 8:58:36 AM.
In this article, we will discuss how we can set up service connections and use them in Azure pipelines. Azure DevOps relies on service connections to integrate with external services. Secure connectio
Secure Resources Using Azure Managed Identities
4/19/2023 6:42:27 AM.
In this article, we will learn how to secure resources on azure platform without using any type of security key of connection string.
Killing Active SQL Server DB Connections
1/4/2023 10:28:30 AM.
Here you will learn how to kill active SQL Server DB Connections.
Get ConnectionString For SQL Server
8/13/2022 1:50:30 AM.
This article will discuss the ways to get ConnectionString from different sources.
Managing The Network Connections With Snackbar Views
3/4/2022 2:36:01 PM.
Learn how to build custom snackbar views to notify users of missing network connection
Create/Design Adaptive Cards Extensions In SharePoint Site By Out-Of-The-Box Way
2/7/2022 4:41:25 PM.
Microsoft has introduced a new way of displaying the information in a platform-agnostic way called Adaptive Cards. In this article we shall see how to design the cards in the OOTB way.
Quickly Set Up Viva Connections App In Microsoft Teams Using Teams Admin Centre
1/18/2022 2:14:49 PM.
In this article, you will learn about quickly set up viva connections app in microsoft teams using teams admin centre.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
How To Manage Connections In Dynamics 365 CE XrmToolBox
12/17/2021 12:33:52 PM.
In this article, you will learn how to manage connections in Dynamics 365 CE XrmToolBox.
What Is Microsoft Viva
11/9/2021 1:26:56 AM.
In this article, you will learn about Microsoft Viva and how to create Viva Connection step by step.
How To Create Dashboard in Viva connections and Add Cards In Microsoft Viva Connections Dashboard
11/9/2021 1:26:21 AM.
In this article, you will learn how to create dashboard and adding cards in Microsoft viva connection.
Set Up Viva Connections In Easy Steps!
10/27/2021 8:30:50 AM.
Viva Connections is a modern gateway designed to engage everyone and stay informed. It gives everyone personalized way to discover the content. In this article we will explore to set up Viva connectio
Set Up Viva Connections For Mobile - Introducing Viva Connections Dashboard
10/25/2021 2:46:08 PM.
During this session, we will discuss how we can set up Viva Connections Dashboard for mobile and desktop layout.
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
Connect MS SQL And MySQL Database To Your .NET Core Web API
8/10/2020 8:06:03 AM.
connect to MS SQL and MySQL Database to your simple .NET Core Web API using package manager console by following simple steps
Quickly Blocking Inbound Connections To SQL Server
5/24/2020 11:58:29 PM.
In this article you will learn about Quickly Blocking Inbound Connections to SQL Server.
Connecting Devices Using Client and Server Architecture in Android: Part 2
3/27/2020 2:11:55 AM.
This article explains how to manage Bluetooth connections and their profiles..
Manage Service Connections On Web Applications In SharePoint 2016 Central Administration
8/29/2017 3:35:39 PM.
Here, you will find all the services attached to the selected web application on your Central Administration.
Configuring Nano Server For Remote Connections
8/2/2017 5:38:44 PM.
Here, we are going to connect with the Docker engine remotely using the PowerShell. For this we can either use our local machine or a VM. Before we proceed further, make sure that your Nano Server is
What, Why and How About SignalR
6/26/2017 6:55:19 AM.
This article is a brief introduction to SignalR. SignalR is an open source library to add real-time web functionality in your ASP.Net web application.
How To Configure Send To Connections In SharePoint 2013 Central Administration
3/21/2017 3:52:01 PM.
In this article, we will see how to configure send to connections in SharePoint 2013 Central Admin.
Differentiate Connections With Colored Status Bars
3/15/2017 4:18:07 PM.
This is about an old but under utilized feature of SSMS to differentiate connections using colored status bars.
Manage Service Connections On Web Applications In SharePoint 2013 Central Administration
12/31/2016 11:30:40 AM.
In this article, we will see how to manage service connections on web applications in SharePoint 2013 Central Admin.
Connections In Microsoft Flow
8/30/2016 1:53:24 AM.
In this article, you will learn about connections in Microsoft Flow.
Manage Connections In Microsoft Flow
5/12/2016 11:30:37 AM.
This article helps to manage the connections in Microsoft Flow.
Configure Connections At The SharePoint Admin Center on Office 365
4/21/2016 11:23:31 AM.
In this article you will learn how to configure Connections at the SharePoint Admin Center on Office 365.
How to Change the ConnectionString of a Query in Infragistics Report
5/7/2015 3:11:53 PM.
This article shows how to change the ConnectionString of a Query in Infragistics Report.
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.
Getting Started With Browser Link Dashboard in VS RC 2013
9/23/2013 7:17:26 PM.
In this article I am introducing the new feature Browser Link Dashboard in Visual Studio 2013 RC.
WebParts Communication: How WebParts on a page communicate with each other
11/10/2012 9:59:54 AM.
In this tutorial we will describe how to make WebParts on a WebParts Page communicate with each other. So will see how to use ConnectionsZone and how to enable WebParts to talk to each other by connecting them.
Data Access Component for SQL Server in C#
10/20/2012 3:20:22 AM.
The attached source code a data access component for SQL Server that contains methods to get a DataSet.
Connections in PhoneGap
7/24/2012 10:59:17 PM.
In this article I will explain how to find the connection type in Apache Cordova or PhoneGap.
How to Secure a Web Site Using SSL
1/18/2012 11:36:57 PM.
Secure communication is an integral part of securing your distributed application to protect sensitive data, including credentials, passed to and from your application, and between application tiers.
Distributed ConnectionString in ASP.NET
12/29/2011 12:09:42 AM.
In this post, you are going to learn how to manage huge list of Connection Strings in Configuration file. We will store our configuration settings in separate configuration file (that's I am calling distributed). Video version is also placed in this post.
Using Web.Configuration Transformation for Database ConnectionString in ASP.NET
10/12/2011 11:54:49 PM.
In this article we will learn a way to transform the web.config file while we deploy the application.
Configure Send To connections in SharePoint 2010
1/18/2011 11:57:53 AM.
In this article we will be seeing how to configure Send To connections in SharePoint 2010.
Using Dynamic Database Connections
10/8/2010 10:53:02 AM.
The DataLinksClass class in the Microsoft OLE DB Service Component Library can be used to dynamically create or modify a connection string during execution.
Handling ADO .NET Events & Connection Events
2/18/2010 12:10:59 AM.
In this article I will explain handling ADO .NET Events & Connection Events.
Understanding Connection Pooling in ADO .NET
1/1/2010 8:36:33 AM.
In this article I will explain Understanding Connection Pooling in ADO .NET
Monitoring Database Connections using Performance Counters
10/15/2009 1:13:54 AM.
ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections.
Membership Service
6/23/2009 1:11:42 AM.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
Understanding ADO.Net Provider Factory in .Net 2.0
1/29/2007 3:47:21 AM.
This article describes the ADO.NET Provider Factory in .NET 2.0
How to Detect a Dialup Connection?
12/26/2005 4:13:02 AM.
In the article we'll see how to check connectivity with internet using VB.NET.