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 provider
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (14)
Rama Mohan (7)
Nimit Joshi (5)
Jignesh Trivedi (3)
Ajay Kumar (3)
Nipun Tomar (2)
John Charles Olamendy (2)
Catcher Wong (2)
Priyanka Jain (2)
Parth Patel (2)
Hamid Khan (1)
Harieswaran D (1)
Manpreet Singh (1)
Priyaranjan K S (1)
Waqas Sarwar (1)
Shilpa Tanwar (1)
Chetan Sanghani (1)
Ramesh Palaniappan (1)
Ashutosh Singh (1)
Abhishek Saini (1)
Dharmeshwaran S (1)
Maulik Kansara (1)
Dipal Choksi (1)
Ayush Gupta (1)
Prashant Nimbare (1)
Shiva Shukla (1)
Pankaj Kumar Choudhary (1)
Shirsendu Nandi (1)
Mohammad Irshad (1)
Fabio Silva Lima (1)
Vikas Kumar Saini (1)
Simran Verma (1)
Ijas Ahamed (1)
Gustav Stiegr (1)
Sai Kumar Koona (1)
Sharad Nair (1)
Sardar Mudassar Ali Khan (1)
Viknaraj Manogararajah (1)
Shenbagapandiyan P (1)
Jaydeep Patil (1)
Oren Cohen (1)
Moustafa Arafa (1)
Gowtham K (1)
Nandkishor Yadav (1)
Ravikant Sahu (1)
Scott Lysle (1)
Md Sarfaraj (1)
Rijwan Ansari (1)
Ramsis (1)
Sahil Maheshwary (1)
Sateesh Arveti (1)
Bhavik Patel (1)
Rajeev Ranjan (1)
Manoj Mittal (1)
Guest User (1)
Vladimir 0 (1)
Moses Soliman (1)
Abhijit Patil (1)
Suthahar Jegatheesan (1)
Sazid Mauhammad (1)
Debasis Saha (1)
Gaurav Gupta (1)
Abhijeet Jadhav (1)
Amit Patel (1)
Hadshana Kamalanathan (1)
Joseph Velliah (1)
Mukesh Kumar (1)
Lakshami Moningi (1)
Related resources for provider
No resource found
Understanding Service, Factory, And Provider
10/3/2024 11:38:34 AM.
AngularJS provides three methods for creating reusable utilities: Service, Factory, and Provider. All serve the same purpose but differ in implementation. Services are singletons, Factories return new
IoC Providers in Angular Dependency Injection useClass
10/3/2024 6:59:29 AM.
This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configu
Configure Authentication Providers On Web Applications In SharePoint Central Administration
9/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
Unit Test In .NET Core Application Using NUnit
9/4/2024 8:42:52 AM.
NUnit is a popular open-source unit testing framework for .NET languages, essential for verifying code in ASP.NET Core. This guide covers setting up NUnit in an MVC project using CLI commands, creatin
Create, Configure And Deploy Provider Hosted Add-In For SharePoint Online - Part One
8/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 - Security - Specify Authentication Providers
8/9/2024 12:02:44 PM.
Learn how to change authentication providers for SharePoint Web Applications. This guide covers accessing the Authentication Providers page in Central Admin, selecting the correct Web Application, and
Creating Custom Authorization Policy Provider In ASP.NET Core
8/7/2024 10:46:39 AM.
Learn how to implement custom authorization policies in ASP.NET Core using IAuthorizationPolicyProvider. Discover how to create policies dynamically based on runtime information, register them with a
Handling Authentication and Authorization in Next.js
8/7/2024 6:17:20 AM.
Authentication and authorization are crucial for securing web applications. Next.js offers several strategies and libraries to manage user authentication and authorization effectively. This guide cove
Introduction to ASP.NET Core Identity Architecture
8/5/2024 4:36:21 AM.
ASP.NET Core Identity is a membership system for managing authentication and authorization in web applications. It includes components like IdentityUser, IdentityRole, and Claims, and features such as
Understanding ADO.NET Data Providers
7/22/2024 8:15:19 AM.
In the realm of .NET application development, ADO.NET (ActiveX Data Objects for .NET) serves as a bridge between your application and various data sources. A key component of ADO.NET is its data provi
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
7/18/2024 3:17:48 PM.
Learn to create a Custom Claims Provider in SharePoint 2013 using C# Server-Side Object Model. Customize user permissions with augmented claims and integrate them into the People Picker control for st
Single Sign-On (SSO) in ASP.NET Core Applications
7/15/2024 6:53:24 PM.
Implementing Single Sign-On (SSO) with IdentityServer4 in ASP.NET Core simplifies user authentication across applications, enhancing security and user experience. Centralized authentication and token-
Dependency Injection (DI) in .NET Core with a Simple Example
7/4/2024 5:53:09 AM.
Dependency Injection (DI) in .NET Core enhances code modularity, testability, and maintainability by decoupling dependencies. It follows Inversion of Control (IoC) principles, where classes receive th
Dependency Injection System in Angular 18
7/3/2024 12:39:32 PM.
Angular 18 introduces significant enhancements to its Dependency Injection (DI) system, pivotal for scalable and maintainable applications. These improvements include optimized tree-shakability, ensur
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
Bind Combobox With Enum Using ObjectDataProvider WPF MVVM
6/13/2024 8:22:54 AM.
Learn how to bind enums directly to a combo box in WPF MVVM using ObjectDataProvider. No more programmatic binding; use XAML with ObjectDataProvider for efficient enum binding.
Using Error Provider Control in Windows Forms and C#
6/6/2024 11:45:38 AM.
In this example we will see how to use the ErrorProvider control in Windows forms to provide validations in Windows Forms and display user-friendly error messages to the user if the validation fails.
Content Delivery Network (CDN): A Comprehensive Overview
6/2/2024 10:40:27 AM.
A Content Delivery Network (CDN) is a system of distributed servers that deliver web content to users based on their geographic location. CDNs improve website performance by caching content, reducing
Introduction to ADO.Net
5/30/2024 12:10:13 PM.
Explore ADO.NET, a vital component of the .NET Framework for seamless database connectivity. Utilize connection objects, commands, data readers, datasets, and adapters to interact with databases effic
Introducing Claims Based Identity With OWIN Components
5/6/2024 11:20:48 AM.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
How to Choose A Cloud Provider?
5/2/2024 6:06:10 AM.
Unleash the power of the cloud! Discover the ultimate guide to choosing the perfect cloud provider for your business. Maximize efficiency, and minimize costs. Read now!
Top Cloud Providers in 2024
4/28/2024 1:57:06 PM.
Here is a list of top cloud providers based on their services, offerings, market size, and years in business.
Top 10 Cloud Service Providers In 2024
4/25/2024 5:38:52 AM.
The top 10 cloud service providers in 2024 are Azure, AWS, Google Cloud, and Alibaba based on their services, features, locations, and more.
Start With AngularJS: Part 6
4/22/2024 7:17:00 AM.
Part 6 of AngularJS explores advanced topics like dependency injection, services, factories, and providers. It delves into custom directives, components, transclusion, and essential services like $htt
Angular Services: Implementation, Examples & Best Practices
4/19/2024 10:53:23 AM.
AngularJS services facilitate modularization and reusability by providing a way to share logic and data across components. They employ dependency injection for seamless integration, enabling efficient
Select Query With Logical Operator in a Mongo Database Using C# Driver
4/18/2024 1:28:05 PM.
Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
Angular Services: Data Sharing & Logic Across Components
4/17/2024 9:32:58 AM.
In this article, we are going to utilize the Angular Services. Service is nothing but the class having certain operations for a specific purpose. We use Services in Angular to share data among the com
AppSettings - Six Ways To Read The Config In ASP.NET CORE 3.0
4/11/2024 6:23:13 AM.
Learn six methods to read AppSettings in ASP.NET Core 3.0, including options pattern, configuration providers, IConfiguration interface, environment variables, and JSON files, ensuring flexibility and
Display Mode Provider in MVC 5 Application
4/1/2024 8:19:20 AM.
Display Mode Provider in MVC 5 Application facilitates adaptive rendering based on user agents. It utilizes DefaultDisplayMode and ContextCondition to insert modes for specific devices like Windows Ph
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
3/15/2024 5:47:48 AM.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
Enable Google Search in IE on Windows 8.1
2/23/2024 9:44:19 AM.
Bing is the default search provider in IE 11 on Windows 8.1. This article shows how to change the search provider from Bing to Google.
Configuration providers in .NET
12/22/2023 9:51:03 AM.
Core concepts of configuring applications in .NET through versatile configuration providers. Learn how these providers bridge applications and settings, supporting various sources like files, environ
Troubleshooting Microsoft.Extensions.Hosting Service Access Error
10/23/2023 9:11:34 AM.
This message signifies an issue encountered while attempting to access services within Microsoft.Extensions.Hosting in a .NET application. Specifically, there was a problem with the application servic
Oracle Connection String in C#
10/11/2023 11:50:55 AM.
We will learn connection string format for Oracle data providers in C#.
Using MockingContext: A Flexible IServiceProvider Implementation in C#
10/3/2023 5:43:56 AM.
Explore the MockingContext class: a custom implementation of the IServiceProvider interface in C#. Learn how this class provides an efficient way to automatically instantiate or mock services on-the-f
Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters
9/20/2023 7:13:29 AM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
Microsoft Sync Framework - A primer to the file sync provider
9/12/2023 9:35:45 AM.
This article is a primer to the file sync provider under the Microsoft Sync Framework.
Oracle Data Provider for .NET : Part VII
9/5/2023 6:08:17 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part VI
9/5/2023 6:06:08 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET: Part V
9/5/2023 6:04:37 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part IV
9/5/2023 6:00:33 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part III
9/5/2023 5:57:57 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part I
9/5/2023 5:47:12 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP.NET
8/27/2023 12:09:49 PM.
In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is ap
Increasing your application performance with the client result_cache feature and ODP.NET
7/25/2023 10:07:43 AM.
In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
How to Define Provider and Integrate Azure AD to Terraform
6/2/2023 5:30:31 AM.
This article walks readers through each step of defining the provider and integrating Azure Active Directory (AD) with Terraform. The method is outlined in detail in the post, which starts with choosi
Auth at One Place (AOP)
5/25/2023 5:55:39 AM.
Unified IdPs can be a valuable tool for improving security and efficiency in your organization
Why Should You Use Docker?
5/10/2023 4:00:00 PM.
Docker is a popular software development platform that allows developers to package and distribute applications in containers. Containers are lightweight, standalone executables that contain everythin
What Is A Cloud Service Provider
2/5/2023 4:13:54 AM.
In this article, you will learn what a cloud service provider is and what are the best cloud service providers.
A Simple Guide to WMI Provider
11/17/2022 7:08:43 AM.
This article purpose is to describe how to develop a WMI provider in the .NET framework. There are several incentives for writing this article including the lack of simple examples for writing WMI pro
Deploying ASP.NET 2 Web Site to Production Server: Part II
8/31/2022 9:42:52 AM.
On the first part we discussed in detail how to move our database which contains the membership tables from the default aspnetdb Database to our database. On this part we will show how to change the d
Get Started With ASP.NET Core IDistributedCache Provider For NCache
8/8/2022 4:32:32 AM.
From this article you will learn how to work with ASP.NET Core IDistributedCahe provider for NCache.
Working With ASP.NET 6 IDistributedCache Provider For NCache
7/7/2022 5:25:50 PM.
In this article, you will learn how to work with ASP.NET 6 IDistributedCache Provider for NCache.
Content Provider In Android Studio (Simple Steps)
5/24/2022 3:41:24 AM.
Content Provider in simple and explained steps.How to take contact to application in android studio.
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Flutter State Management With Provider Package
3/28/2022 3:13:40 PM.
The purpose of this article is to introduce you to Flutter's state management with the provider package and to explain how you can add dark mode support to your app with the provider package.
Check And Update Expiration Date Of Client ID In SharePoint Online
7/5/2021 9:45:27 AM.
This client Id and secret key is generation from SharePoint Online and gets expired after one year. After one year, your application will be unauthorized to SharePoint.
Working With Yahoo External Provider in MVC 5
5/31/2021 9:09:35 AM.
This article describes how to login into an ASP.NET MVC Application with the External Authentication providers like Yahoo.
Introduction To Facebook OAuth Provider in MVC 4
3/25/2021 7:01:42 AM.
In this article you will learn the association of facebook oauth provider and new registration in the MVC 4 application in the Visual Studio 2012.
Create an Application Using Any Database Without Changing a Single Line of Code
3/24/2021 12:22:32 PM.
This article shows how to create an application that uses any database, including Access or SQL Server.
Social Provider Access in Web Application With MVC 5
3/24/2021 10:07:08 AM.
This article explains how to access the social providers in a MVC based ASP.NET Web Application. Facebook is used for the example of a social provider.
New Features in MVC 4.0
3/17/2021 6:59:18 AM.
In this article, you will learn about the new features in MVC 4.0.
Create MVC 4 App With Google OAuth Provider
3/12/2021 6:08:54 AM.
In this article, we will look into integration of the OAuth Google provider for authentication within MVC 4 applications.
Working With External Providers in MVC 5
2/16/2021 11:06:48 AM.
This article explains customization of a social providers button in the ASP.NET MVC 5 using Visual Studio Studio 2013.
A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)
1/18/2021 9:11:38 AM.
In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
Token Based Authentication in Web API 2
1/12/2021 7:46:46 AM.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Google Federation As An Identity Provider For B2B Application
11/28/2020 12:39:46 PM.
In this article, we will learn how to configure Google federation as an identity provider for a B2B Application
ASP.NET Core 2.0 File Providers
11/23/2020 4:15:55 AM.
ASP.NET Core provides an encapsulation of System.IO.File type in order to limit the access to file systems via PhysicalFileProvider type, which is an implementation of IFileProvider.
Connection Object in ADO.NET
11/4/2020 9:34:40 AM.
In this article I will explain you about Connection Object in ADO.NET.
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.
Getting Data Providers Details in ADO.NET 2.0
11/2/2020 9:29:45 AM.
In ADO.NET 2.0, there is a new addition of DB provider factory classes, which allow developers to get the information about the data providers available (installed) on a machine.
Generic Data Access Component using Factory Pattern
11/1/2020 11:53:01 PM.
The article A Generic Data Access Component using Factory Pattern provides a very good way of creating ADO.Net data provider independent applications, but there is one problem with it. Different ADO.N
ADO.NET Enhancements in .NET Framework 2.0 for SQL Server Data Provider: Part II
11/1/2020 7:38:16 AM.
ADO.NET 2.0 includes enhancements for SQL Server client application developers. Understanding these enhancements will help you design and implement effective client applications on the .NET Framework
Accessing Excel Databases using ADO.NET
10/30/2020 2:06:12 AM.
In this article I will explain about Accessing Excel Databases using ADO.NET.
Access MySQL Server Database using ODBC data provider
10/30/2020 1:43:32 AM.
In this article, I will show you how to access MySQL server database using ODBC data provider.
The ODBC.NET Data Provider in ADO.NET
10/30/2020 1:10:29 AM.
In this article I will explain about the ODBC.NET Data Provider in ADO.NET.
Introduction To ADO.NET
10/29/2020 7:43:00 AM.
In this article I explain the basic details of ADO.NET.
Working with the ODBC .NET Data Provider
10/29/2020 2:45:11 AM.
In this article, I’ll show you how to work with different data sources (or database) using the ODBC .NET data provider. You’ll see how you can use the ODBC.NET data provider to work with MySQL, Oracle
Working with Data Bound Controls
10/29/2020 12:35:48 AM.
Step by step tutorials teaches you how to use data-bound controls DataGrid, ListBox, and ComboBox controls .
Connection strings for IBM DB2
10/29/2020 12:13:52 AM.
IBM DB2 primarily runs on Unix, Linux IBM I, z/OS, and windows server. It is a relational database management system that comes in a variety of versions, running on devices ranging from handhelds to m
Using ADO.NET Data Providers
10/28/2020 7:01:43 AM.
In this article I will explain about using ADO.NET Data Providers.
Accessing Oracle Database from Microsoft.NET 2.0 using Oracle Data Provider for .NET
10/28/2020 6:42:50 AM.
This article is intended to show how to access the Oracle database using ADO.NET programming model and Oracle Data Provider for .NET (ODP.NET) that Oracle makes available.
OAuth Login Authenticating With Identity Provider In Xamarin.Forms
6/29/2020 1:04:49 AM.
In this article, you will learn about OAuth Login Authenticating with Identity Provider in Xamarin.Forms .
Adding RESTful API Configuration Provider For Our ASP.NET Core Application
4/20/2020 11:18:14 AM.
This article showed you a simple solution of how to integrate RESTful APIs into the configuration system of ASP.NET Core.
Create a Content Provider in Android
3/23/2020 2:16:21 AM.
In this article I explain how to create a content provider in Android.
Learn Angular 8 Step By Step In 10 Days - Angular Service (Day 8)
3/15/2020 4:28:23 PM.
In this article series, we will discuss a different aspect of Angular 8 for all types of users.
Choose Search Provider in Windows 8 Internet Explorer 10
12/17/2019 3:40:22 AM.
In this article we learn how to change the default search engine provider for Internet Explorer 10 in Windows 8.
Integrating React Component with Redux Store
11/4/2019 7:19:02 AM.
This article talks about connecting Redux store with React component.
Basics of Authentication/Authorization in Azure(AAD) Google,Facebook, Twitter, LinkedIn and other standard Identity providers.
10/13/2019 5:37:18 PM.
This video explains authentication and authorization flow. What happens when user logs in with Office 365 login screen or when user clicks on "Login with" Google/Facebook/Twitter. It explain
WCF Service With SQL Membership and Roles Provider
9/25/2019 12:58:21 AM.
Today I am going to write about the WCF and ASP.NET Membership Provider & Roles Provider.
Dynamic Theme In Flutter Using Provider
8/22/2019 8:39:33 AM.
In this article, you will learn how to Implement Dynamic Theme in Flutter using Provider.
Render Props And Context In ReactJS
8/14/2019 3:53:50 AM.
This article talks about the concept of Render Props and Context in React.
State Management Using Provider In Flutter
7/25/2019 9:08:15 AM.
In this article, we will learn about State Management in Flutter using provider.
Microsoft Opens Azure Active Directory B2B Service To Add Google As An Identity Provider For B2B Guest Users
3/18/2019 9:38:48 AM.
By setting up Federation with Google, you can allow invited users/clients to sign in to your shared apps and resources with their own Google accounts, without having to create Microsoft Accounts (MSAs
Deploying Multiple Provider Hosted Apps In A Single Azure Web Site
2/22/2019 1:57:23 AM.
There are three kinds of SharePoint Add-ins: SharePoint-hosted, Provider-hosted and SharePoint Framework. To decide about a better way to develop your scenario, you have to understand what each type o
Handling Multiple Instances Of Caching Providers Using EasyCaching
12/19/2018 9:36:57 AM.
In this article, you will learn how to handle multiple instances of caching providers when using EasyCaching in your ASP.NET Core project.
Unit Testing With InMemory Provider And SQLite In-Memory Database In EFCore
11/29/2018 9:11:19 AM.
Writing Unit Test Cases is an essential aspect for any software development which helps us to test small building block an application. While doing development, we write test cases side by side, just
Authentication and Authorization in ASP.NET
11/23/2018 2:28:04 AM.
There are two closely interlinked concepts at the heart of security for distributed applications - authentication and authorization.
File Providers In ASP.NET Core
9/19/2018 1:09:13 AM.
File Providers in ASP.NET Core. The file system can be accessed through the use of File Providers in ASP.NET Core. The file providers use IFileProvider interface and it has methods to get file informa