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 References
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 (2)
Abhishek Singhal (2)
Vinod Kumar (2)
Vijay Pratap Singh (1)
Sangeetha S (1)
Kaviya Balasubramanian (1)
Naveen Kumar (1)
Velladurai (1)
Saksham Gupta (1)
Shiv Sharma (1)
Vipendra Verma (1)
Onkar Sharma (1)
Lakshmi V (1)
Thiago Vivas (1)
Sanjay Kumar (1)
Ahmad Anas (1)
Sardar Mudassar Ali Khan (1)
Rinki (1)
Bulent Ozkir (1)
Gaurav Kumar (1)
Amir Ali (1)
Abhijeet Singh (1)
Ganeshan N (1)
Manish Sharma (1)
Sandeep Sharma (1)
Parth Patel (1)
Delpin Susai Raj (1)
Guest User (1)
Amit Gobare (1)
Rupesh Kahane (1)
Santosh Kumar Adidawarpu (1)
Anbu Mani (1)
Lavish Maheshwari (1)
Tanmay Pathak (1)
Shekhar Chauhan (1)
C# Curator (1)
Chris Blake (1)
Shripad Kulkarni (1)
Doug Doedens (1)
Related resources for References
No resource found
How to Create and Use Key Vault References in .NET Core Web API
10/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
Learn SharedPreferences in Android
10/22/2024 7:19:52 AM.
SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
Change Your Profile's Local Language In SharePoint Online
9/24/2024 9:05:12 AM.
Discover step-by-step instructions for accessing language settings, customizing your profile, and enhancing your user experience. Whether you're looking to improve communication or simply prefer a
T-SQL Script for Purging Tables with Foreign Key References
8/2/2024 8:42:15 AM.
This article provides a comprehensive T-SQL script for purging tables in SQL Server, including those with foreign key references, ensuring data integrity and correct order of operations. Ideal for SQL
Filter and Fetch Property Listings by User Preferences
6/27/2024 11:04:41 AM.
xplore our platform's robust tools for filtering and fetching property listings according to your specific preferences. Customize your search based on location, price range, amenities, and more, e
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.
Understanding Regional Settings in SharePoint
3/1/2024 11:50:45 AM.
This guide offers a comprehensive overview of Regional Settings in SharePoint, emphasizing their significance in enhancing user experience and fostering global collaboration. It covers the functionali
How to Enable Single Click to Open an Item in Windows 8
2/28/2024 7:09:50 AM.
In this article, we will learn how to enable a single click to open an item in Windows 8 for faster navigation. Customize your mouse settings to streamline your workflow and improve efficiency.
How To Set A Printer To Print Black And White In Windows 10
2/27/2024 11:18:59 AM.
In this article, we will discover how to set your printer to print in black and white on Windows 10. Save ink and customize your printing preferences with ease. Learn to adjust settings, navigate prin
How To Change The Download Location In Windows 10
2/22/2024 11:24:39 AM.
In this article, I have described how to Modify the download location in Windows 10 to suit your preferences and organizational needs. Customize where files are saved for easier access and efficient f
Difference Between UNION and UNION All (SQL Server)?
2/12/2024 11:55:50 AM.
UNION merges and filters out duplicates from various SELECT queries, whereas UNION ALL combines them without eliminating duplicates, providing quicker results but retaining all rows, including duplica
Publishing Azure Worker Role Using The Publish Wizard
2/7/2024 4:57:46 AM.
This article provides a detailed guide on publishing an Azure Worker Role project to Azure using the Wizard mode in Visual Studio. It outlines the steps involved in setting up the project, selecting A
Implementing a Custom Loader in WPF with MVVM
2/6/2024 6:43:41 AM.
A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to co
Preferences DataStore In Android
11/12/2023 10:52:11 AM.
In this article, you will learn about Preferences DataStore in android. Your article provides a clear and detailed explanation of using Preferences DataStore in Android, along with a practical example
Delegates, Anonymous Method, And Lambda Expression In C#
8/24/2023 10:58:50 AM.
Delegates, Anonymous Methods, and Lambda Expressions in C# introduces essential concepts in C# programming related to delegates, anonymous methods, and lambda expressions. These features enable develo
Implementing Content Negotiation for Flexible Data Formats
8/16/2023 1:10:51 PM.
Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content
How To Use Reference And Borrowing In Rust?
5/9/2023 5:34:10 AM.
references and borrowing in rust, rust, references in rust
Passing Const Parameter to Functions in C#/C++/VB Compared
11/23/2022 8:38:00 AM.
Parameter passing to a function is extremely important in all programming languages. The desire to keep the passed parameter intact forced the compiler designers to add various keywords to the program
How To Store And Retrieve The Image Using SharedPreferences In Android
6/2/2022 6:18:39 AM.
In this article, you will learn how to store and retrieve the image using SharedPreferences in android.
Basics of Data Saving and Storage System Using Android Studio 1.0
3/27/2020 6:49:56 AM.
This article explains the basics of the internal and external data storage mechanism in Android using Android Studio 1.0.
Shared Preference in Android
3/24/2020 2:12:23 AM.
This article explains what a Shared Preference in Android is.
Use SharedPreferences in Android
3/23/2020 5:24:14 AM.
In this article you will learn how to develop “remember me check” with functionality using SharedPreferences in Android.
Implement Shared Preferences In Android Applications
2/27/2020 4:39:12 AM.
Implement Shared Preferences In Android Applications.
How to Change Language Preferences in Windows 8
12/16/2019 3:32:16 AM.
In this article I have described how to change and access language and advanced settings on your PC.
Java Class References
9/20/2019 12:15:37 AM.
In this article we discuss how one class call to another class in java.
SharedPreferences In Flutter
7/18/2019 10:11:35 AM.
This article will provide you with a basic understanding of the Shared_Preferences plugin in Flutter - what it is and where and how to use it.
Xamarin.Forms - Application Preferences Using Xamarin.Essentials
10/18/2018 2:57:37 PM.
In this article, you will learn how to use Application Preferences using Xamarin.Essentials in Xamarin forms.
Preventing Insecure Object References In ASP.NET Core 2.0
1/10/2018 11:09:45 PM.
How to prevent insecure direct object reference in ASP.NET Core.
Shared Preferences In Xamarin Android
3/29/2017 6:05:55 PM.
In this blog, we are learning how to use and implement shared preferences in Xamarin Android.
Persistent Storage In Xamarin Android App Using Shared Preferences
12/1/2016 1:19:55 PM.
In this article, we will cover how to persist values in Xamarin Android app, using Shared Preferences.
Insecure Direct Object Reference And Its Prevention Mechanism
6/19/2016 10:48:09 AM.
In this article you will learn about Insecure Direct Object Reference and its prevention mechanism.
Xamarin Android: Create Android ISharedPreferences App
5/6/2016 11:55:08 AM.
In this article you will learn how to create Android ISharedPreferences App in Xamarin Android.
Classes, Objects, and References
4/6/2014 6:08:47 PM.
In this article I will tell you about Classes, Objects, and References.
Object References In PHP
11/2/2013 10:28:18 PM.
This article is explain Object References in PHP. Object references introduce in php5.
Comparison Between Manual and Automated Testing
7/5/2013 4:50:09 PM.
Manual and Automation testing both have there own value and importance we cannot compare between the two. As mentioned that manual and automation testing both have there own values therefore we will discuss its value and importance in the world of software testing.
References in PHP
3/24/2013 9:43:09 PM.
In this article I will explain references in PHP.
How to Choose a Language and Change Password in JIRA Tool in Testing
11/14/2012 11:45:07 AM.
In this article we discuss how to choose a language and change password in JIRA tool in Testing.
Special folders in ASP.NET
6/19/2012 1:59:34 AM.
In this article, I will explain about special folder provide by ASP.NET 2.0 onwards.
How Do I Choose a Data Provider?
12/21/2009 7:15:27 AM.
In this article I will explain about How Do I Choose a Data Provider?
Run Time Compiler
1/31/2007 3:34:44 AM.
In this article, I am going to discuss how to take a string then compile it and then how you execute it.
Authenticate Web Service Client - An ASP.NET Web Application
8/31/2006 7:51:33 AM.
This client application shows you how to access Authenticate Web service from an ASP.NET Web application.
Macro to Update References of all Projects in a Solution
2/16/2006 1:11:17 AM.
When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.