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 private
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (7)
Vithal Wadje (4)
Viknaraj Manogararajah (3)
Satyaprakash Samantaray (3)
Satya Karki (3)
George (2)
John Godel (2)
Shubhankar Banerjee (2)
Jefferson S. Motta (2)
Abhishek Chadha (2)
Wilson Mok (2)
Anupam Maiti (2)
Vijay Kumari (1)
Saravanan Ponnusamy (1)
Jeeva Subburaj (1)
Vipul Kumar (1)
Vinodh Kumar (1)
Vijay Yadav (1)
Nikunj Satasiya (1)
Aman Gupta (1)
Ashutosh Singh (1)
Sigar Dave (1)
Dharmeshwaran S (1)
Jignesh Trivedi (1)
Mahesh Chand (1)
Farhan Ahmed (1)
Lokendra Singh (1)
Ritesh Sharma (1)
Mayur Gujrathi (1)
Guest User (1)
Surya Kant (1)
Gaurav Tomar (1)
Abhishek Mishra (1)
Praveen Sreeram (1)
C# Curator (1)
Praveen Kumar (1)
Sourav Kayal (1)
Abhishek Khandare (1)
Ijas Ahamed (1)
Keyur (1)
Vaibhav Patil (1)
Rathrola Prem Kumar (1)
Sandeep Singh Shekhawat (1)
Pankaj Patel (1)
Gurpreet Arora (1)
Khoday Akilesh (1)
Selva Ganapathy (1)
Abhishek Shukla (1)
Raja Msr (1)
Habibur Rony (1)
Raj Bhatt (1)
Manoj Mittal (1)
Prathap Reddy (1)
Suraj Sahoo (1)
Munib Butt (1)
Divyang Desai (1)
Sachin Kalia (1)
Shanuka Maheshwaran (1)
Vinay Ayinapurapu (1)
Swatismita Biswal (1)
Kamal Rawat (1)
Sourabh Somani (1)
Shantha Kumar T (1)
Abdul Basith (1)
Rajesh VS (1)
Ganesan C (1)
Ojash Shrestha (1)
CSharp TV (1)
Ankit Kanojia (1)
Satendra Singh (1)
Sushmita Kumari (1)
Manoj Kalla (1)
Saad Aslam (1)
Surendra Bairagi (1)
Thiru Balaje (1)
Sean Franklin (1)
Yogesh Jaiswal (1)
Amit Tyagi (1)
Related resources for private
No resource found
What is New in Android 15?
11/21/2024 5:19:48 AM.
Android 15, codenamed Vanilla Ice Cream, launched with innovative features like Private Space, enhanced satellite messaging, Partial Screen Recording, and robust security updates. Revolutionizing mult
Broadcom Launches VMware Tanzu Platform 10 for Private Cloud Apps
11/15/2024 8:22:15 AM.
Broadcom launches VMware Tanzu Platform 10, simplifying private cloud app development with reduced costs, enhanced security, and GenAI support for enterprises.
Protected Routes in React.js
10/27/2024 5:37:13 AM.
This approach is essential for apps with private content, ensuring unauthorized users can't view certain pages. By using React Router with authentication checks, developers can manage access dynam
Can a Private Member be Inherited by Derived Class?
10/10/2024 10:24:00 PM.
This article is discussing if a private member can be inherited by derived class.
Creating a Virtual Private Cloud (VPC) in AWS
9/27/2024 10:05:40 AM.
Creating a Virtual Private Cloud (VPC) in AWS allows users to launch AWS resources in a logically isolated virtual network. This setup enhances security and control over your cloud environment.
Build a Smart Private Chatbot with Semantic Kernel and APIs
9/12/2024 4:23:50 AM.
This guide covers integrating advanced NLP techniques and machine learning to create a secure, efficient, and customizable AI chatbot with robust data privacy.
Private Specialized Small Language Model (SLM) Architecture
9/10/2024 9:59:54 AM.
In this article, we will explore the architecture of Private Specialized Small Language Models (SLMs), focusing on custom, secure, and efficient designs tailored for specific domains.
Difference between lock(this) and lock(privateObj) in C#
8/22/2024 5:27:38 AM.
In multi-threaded C# programming, the lock statement ensures that critical code sections are accessed by only one thread at a time. While lock(this) locks on the current instance, it can expose your o
Managed Private Endpoints in Microsoft Fabric
8/13/2024 5:35:53 AM.
Managed private endpoints in Microsoft Fabric enhance data security by enabling secure, private connections to data sources like Azure Storage and SQL databases, bypassing public internet exposure. Th
Understanding Access Modifiers in .NET Core
8/13/2024 5:25:10 AM.
Access modifiers in .NET Core control the visibility and accessibility of classes, methods, and variables. They include Public, Private, Protected, Internal, Protected Internal, and Private Protected.
Singleton Design Pattern in .NET Core
7/26/2024 5:01:10 AM.
The Singleton Design Pattern ensures a class has only one instance and provides a global access point to it. In .NET Core, this involves a private constructor, a static instance variable, and a static
Singleton Design Pattern
7/19/2024 9:55:57 AM.
Learn about the Singleton design pattern, which ensures a single instance of a class in Java. Explore eager and lazy loading techniques, including thread-safe solutions like double-check locking and e
Differences Between Public Cloud and Private Cloud
7/3/2024 8:51:46 AM.
In the realm of cloud computing, organizations have two primary options public cloud and private cloud. Each offers distinct advantages and is suited to different business needs, depending on factors
Channel Types in Microsoft Teams: Public, Private, and Shared
6/26/2024 6:39:55 AM.
Microsoft Teams offers Standard, Private, and Shared Channels to meet various communication needs. Standard Channels are open to all team members for general discussions. Shared Channels enable cross
Service Endpoints Vs Private Endpoints in Azure
6/25/2024 9:55:30 AM.
In Azure, Service Endpoints and Private Endpoints serve distinct roles in networking and security. Service Endpoints extend Azure services like Azure Storage or Azure SQL to your virtual network, enab
Response Caching In ASP.NET Core
6/24/2024 4:12:56 AM.
Response Caching in ASP.NET Core enhances web application performance by strategically managing how responses are cached and delivered to clients and proxies. It leverages the Cache-Control header to
Generating Public/Private Keys In C# And .NET
6/14/2024 10:40:14 AM.
How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider
Different Types Of Constructor In C#
6/13/2024 10:35:41 AM.
Constructors in C# initialize objects upon creation. They ensure objects start in a defined state by setting initial values or performing necessary setup. Types include default (without parameters), p
Understanding Access Modifiers in Java
6/13/2024 8:47:52 AM.
Explore the intricacies of Java access modifiers with this comprehensive guide. Learn about public, private, protected, and default access levels, their roles in encapsulation and access control, and
Understanding Specialized Private Small Language Models: A Technological Perspective by John Godel
6/11/2024 8:00:27 AM.
In the realm of artificial intelligence, the advent of specialized private small language models (SLMs) is revolutionizing how we approach domain-specific tasks. Developed under the guidance of mathem
What is An Assembly
6/4/2024 12:51:59 PM.
An assembly in .NET is a unit of deployment containing compiled code, metadata, and resources. It's the fundamental building block of .NET applications, facilitating deployment, versioning, and ex
Creating And Using Shared Assembly
6/4/2024 12:51:22 PM.
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
Create Immutable Type In C#
6/4/2024 9:52:32 AM.
A public constructor that accepts initialization data is required so that the client can pass-in minimum state for the type to be valid. Private constructor, on the other hand, is used by methods to c
Assemblies In .NET Application
4/29/2024 11:13:26 AM.
Understand Assemblies in .NET, including Private and Shared types, managing in Global Assembly Cache, generating Public Key with Sn.exe, versioning with AssemblyInfo.cs, and installing with Gacutil. L
What is a Virtual Private Cloud (VPC) in Alibaba Cloud ?
4/25/2024 4:13:28 AM.
Unleash the power of a private cloud within Alibaba Cloud's infrastructure. Explore VPC for secure resource management, network customization, and hybrid cloud integration.
Assembly in .NET 2.0
4/24/2024 1:22:55 PM.
In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assembly
Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands
4/24/2024 7:41:55 AM.
Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
What is Alibaba Cloud Elastic IP Address?
4/23/2024 4:08:58 AM.
Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
VMware Private AI Foundation with NVIDIA Now Available
4/12/2024 6:02:07 AM.
VMware and NVIDIA collaborate on Private AI Foundation, leveraging VMware Cloud Foundation and NVIDIA AI Enterprise for secure, private Gen AI models.
Configure ExpressRoute Global Reach for On-Premises Connectivity
4/4/2024 8:41:03 AM.
Learn how to set up ExpressRoute Global Reach for seamless connectivity between your on-premises network and VMware Cloud AVS Private Cloud on Microsoft Azure.
Building Azure Bicep Reusable Components with Private Registry
4/3/2024 10:28:04 AM.
In this article, we are going to learn how to reuse the Bicep Infrastructure as Code with your team and other teams across the Organization.
What Are Access Modifiers In C#
3/29/2024 6:45:30 AM.
Access modifiers in C# regulate the accessibility of class members, impacting encapsulation and object-oriented principles. They control the visibility and accessibility of members within classes and
Upgrading to VMware Cloud Foundation 5.1
3/19/2024 6:50:20 AM.
VMware Cloud Foundation 5.1 upgrade guide offers step-by-step instructions, resources, Troubleshooting, and best practices to ensure a smooth transition and maximize new features.
Steps For Configuring Git 📥📤 With Details
3/14/2024 10:48:11 AM.
Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details
3/14/2024 10:31:54 AM.
Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
Top 10 VPNs in 2024
3/11/2024 5:31:11 AM.
While some VPNs excel in speed, others prioritize features or affordability. Here's a list of some of the top contenders in 2024.
Fundamentals of Unit Testing: Don’t Test Your Private Method
3/5/2024 10:35:09 AM.
In this article, we will discuss the very controversial and important topic of whether the testing of a private method or private function is ethical.
Limiting Class Instances in C# with Private Constructor
2/6/2024 5:29:53 AM.
Control class instances in C# by using a counter and private constructor. Explore limiting class instances in C# with a private constructor and a counter variable. Control the instantiation and set a
Generating X.509 Certificates with Private and Public Keys for IoT Device Security
1/2/2024 5:57:38 AM.
In this article, we will explore the process of generating X.509 certificates with private and public keys for IoT device security. This is essential for testing purposes, particularly when working wi
Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage
12/13/2023 1:36:49 PM.
Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
Site to Site VPN (AWS to Azure)
12/8/2023 7:33:50 AM.
This guide provides step-by-step instructions with screenshots on creating a Site-to-Site VPN between AWS and Azure. Learn to set up Virtual Private Gateways, Customer Gateways, and more.
Difference between wallet, account, address
11/29/2023 6:21:46 AM.
Master digital finance with wallets, accounts, and addresses. Your gateway to a dynamic financial landscape awaits!
Networking Components in Microsoft Azure
10/22/2023 7:29:22 AM.
In this article, we delve into the world of networking within Microsoft Azure. Networking is a vital component of any cloud solution, facilitating communication between resources and users. Azure boas
How to Set-up Trezor Hadware Wallet?
10/9/2023 8:54:42 AM.
Secure your cryptocurrencies with Trezor Hardware Wallet - the ultimate shield against cyber threats and unauthorized access.
How to Decrypt data using RSA algorithm in C#?
10/3/2023 6:55:16 AM.
In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
How to Avoid Bots on Private Applications
9/21/2023 8:35:10 AM.
How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to mit
Launching and Configuring an EC2 Web Server on AWS
9/8/2023 8:26:44 AM.
The Art of AWS Web Server From Concept to Reality is a comprehensive guide that takes readers on a journey through the process of designing, building, and deploying a web server infrastructure on Amaz
Instance Constructor in C#
9/4/2023 11:48:57 AM.
In this I am going to explain instance constructors that are used to create an instance of a class and explain the different types of instance constructors
Private Constructor - C#
8/28/2023 9:38:28 AM.
In this article, you will learn about Private Constructor - C#.In C# and many other object-oriented programming languages, a private constructor is a constructor that is declared with the "privat
Private Constructor in C#
8/28/2023 5:12:34 AM.
Explore Private Constructors in C#: Unveiling Their Roles and Significance. Discover how these constructors influence design patterns like Singleton, control object creation, and encapsulate initializ
How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
8/25/2023 9:01:14 AM.
NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software deve
Generating Certificate and Private Key Files
8/24/2023 6:23:10 AM.
Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authen
How to Access a Private Member of a Class From Other Class
8/21/2023 12:11:23 PM.
This topic pertains to object-oriented programming and addresses methods for accessing private members (variables and methods) of a class from a different class. In many programming languages, private
Control access to private data using Azure storage shared access signatures
8/17/2023 12:19:38 PM.
Learn how an architecture shift using a middleware service and short-duration Azure Storage Shared Access Signatures (SAS) improves data protection and access control. Understand the significance of A
JavaScript Symbols: Unique Identifiers and Private Properties
8/9/2023 6:10:35 AM.
Explore the power and applications of JavaScript symbols. Learn about unique identifiers, private properties, iterators, and more. A comprehensive guide.
Stop Using VAR Everywhere And Think Before Using Underscore With Private Variable In C#
7/18/2023 8:29:44 AM.
When to use underscore(_) or not with the private member variable; why we shouldn't use var everywhere; when must we use 'var'; when can't 'var' be used. Why we need to follow
Access Modifiers in C#
7/5/2023 11:03:28 AM.
Access Modifiers in C#
Optimize SPFx Image render with Private CDN
7/3/2023 8:30:15 AM.
Office 365 CDN reduces network traffic and enables fast content rendering. It includes Private and Public origins. The article explains configuring Private CDN, image management, and optimizing perfor
Azure Arc Private Link Scope: How to Securely Connect Azure Arc-enabled Servers to Azure Services
5/22/2023 7:13:49 AM.
Azure Arc Private Link Scope: How to Securely Connect Azure Arc-enabled Servers to Azure Services.
Building A Private Chat Application Using SignalR
3/27/2023 6:40:54 AM.
In this article you will learn how to build a Private Chat Application using SignalR.
How To Perform Transaction Using Stratis Cirrus Core Private Net Wallet
3/22/2023 3:18:18 AM.
This article provides insights into different types of blockchain networks and guides beginners to perform the transaction using Stratis Cirrus Core Private Net Wallet.
Designing A Multi-Region Web Application Solution With A Private Endpoint Database In Microsoft Azure
2/13/2023 10:37:36 AM.
In this article, you will learn how to design a multi-region web application solution with a private endpoint database in microsoft azure.
Learn What Is Azure Artifacts And How To Use
2/6/2023 10:39:55 AM.
Microsoft Azure Artifacts is a managed repository service mainly used for NuGet packages, allowing a team to use private deploys as any usual NuGet source. Azure Artifacts, a private NuGet for yo
Types of Classes in C#
1/19/2023 10:46:00 AM.
In this article we will learn about various types of classes in C#.
Setup Your Private Ethereum Network With Geth
12/21/2022 7:13:51 AM.
This article describes how to setup a private (proof-of-authority) Ethereum blockchain with Geth.
Few Ways to Prevent Instantiation of Class
11/17/2022 9:05:34 AM.
Let’s go with very interesting facts about oops. There are few ways Stop Instantiation of class.
Implement An Azure Files SMB Access On-Premises With Private Endpoints
11/10/2022 4:59:57 AM.
In this article, you will learn how to implement an Azure Files SMB Access On-Premises with Private Endpoints.
Constructors and Its Types in C#
9/15/2022 5:47:43 AM.
C# Constructor. A C# class constructor is a class method with the same name as the class and is automatically invoked when an instance of the class is created.
Cloud Deployment And Services Delivery Models
9/5/2022 5:36:10 AM.
In this article, we will learn about the various types of cloud deployment and service delivery models.
Deploying Auto Registration For Azure DNS
7/21/2022 8:09:05 PM.
In this article, you will learn how to deploy Auto Registration for Azure DNS.
Setting Up OpenSSL On Windows 10 Machine
7/17/2022 1:37:05 PM.
This article explains what openssl is and steps to install properly in windows 10 machines.
Difference Between Microsoft Teams And Channels
7/1/2022 9:58:18 AM.
This article describes should you create a brand new Team or just a Private Channel within an existing Microsoft Team?
Access S3 Bucket From Private Subnet EC2 Instance
6/8/2022 1:26:37 PM.
In this Article, you can see how we can access the S3 bucket into private subnet EC2 instance
Deploy An Apache Server On Public/Private Subnets On AWS
6/5/2022 7:18:39 AM.
This article describes how we can deploy apache server to both private and public EC2 instances
Manage GitHub Repository Using Visual Studio Code
4/18/2022 7:21:53 AM.
How to manage public and private repository using VS Code and Push Project Changes to Repo
Introduction to MSMQ
4/5/2022 11:28:28 AM.
Microsoft Messaging Queue (MSMQ) technology is used for asynchronous communication using messages. MSMQ also can be considered to be an InterProcess communication capability.
How to Access Private Method Outside the Class in C#
4/5/2022 9:52:55 AM.
This article exlains how to access a private method outside of the class using reflection.
How To Setup Azure Synapse Analytics With Private Endpoint
4/4/2022 5:43:41 AM.
In this article, you will learn how to setup Azure Synapse Analytics workspace with Private endpoint to improve security.
Types Of Blockchain
2/24/2022 9:26:02 AM.
This article describes the different types of blockchain, how does it work, the advantages, disadvantages, and use cases of each. Especially, the article will elucidate four categories of the blockcha
How To Secure Private Docker Registry
2/2/2022 2:20:02 PM.
This article demonstrates how to secure a private docker registry by implementing the basic authentication. Here we will add username and password to our hosting server so that it will secure with cre
How To Change Public Group To Private In Microsoft 365
2/2/2022 11:06:50 AM.
In this article, you will learn how to change the Public visibility to Private setting for Microsoft 365 using Microsoft Graph API and Admin settings.
Securing Web App Using Private Endpoint And Connecting Through Point To Site VPN with Gateway Transit
1/30/2022 10:20:25 AM.
We will learn how to deploy an Azure Webapp, set up a point-to-site VPN, set up VNet Peering with Gateway Transit, and configure a private endpoint in this tutorial.
How To Setup And Host A Private Docker Registry
1/17/2022 4:09:21 AM.
This article demonstrates how to setup a basic private docker registry, and then later we will see how to configure HTTP Authentication etc. Here we configure entire steps in latest Ubuntu 20.04 serve
Constructor And Destructors In C#
1/5/2022 9:14:52 AM.
This detailed article talks about how constructors and destructors work in C# and how to use them in your applications.
How To Create Private Endpoint For Azure Data Lake
11/22/2021 5:50:54 AM.
Create Azure Private Endpoint for Azure Data Lake for Big Data. This article discusses how to restrict data to go through private networking.
How To Secure Our Azure Web App Services Using A Private Endpoints
10/21/2021 1:10:15 PM.
In this article, you will learn how to secure our azure web app services using a private endpoints.
Setup Private NuGet Feed
9/29/2021 1:01:58 PM.
This article discuss NuGet and get private NuGet feed.
Method Implementation, Private, Static Members In C# Interfaces⚡ - New Feature In C# Interfaces
9/21/2021 5:44:03 AM.
In this article, we are going to see about “Default implementations in interfaces” feature in C#.
How To Secure Azure Web App Using Private Endpoints
8/5/2021 6:16:55 AM.
In this article, we’ll learn the about Private Endpoint, various aspect about it, its pros and the way to configure DNS to reach web app privately. This will make the web app secure with private conne
Secure Azure Resources using Azure Private Link - IT Security Virtual Conference 2021
7/12/2021 10:19:58 AM.
This session in IT Security Virtual Conference 2021 is about Secure Azure Resources using Azure Private Link
Configured Google reCAPTCHA Account For Site And Private Key
7/2/2021 3:22:14 PM.
In this article, we will learn configuration of Google reCAPTCHA account in google which helps us to implement Google reCAPTCHA to a web application. To configuration, we need to add a website domain
How To Integrate Database Server With AppService Through The Private Virtual Network
6/2/2021 9:04:46 AM.
In this article, you will learn how to integrate database server with AppService through a private virtual network.
Delay Signing an Assembly
11/28/2020 10:48:23 PM.
In this article we will elaborate the terminology Delay Signing as well as what it means. How it works and the approach to achieve it.
Private Public Assembly in .NET
11/23/2020 6:37:38 AM.
In this article you will learn about Private Public Assembly in .NET.
Cryptography In The Digital Era
9/9/2020 1:41:06 PM.
This article covers different cryptographic techniques that ensure data Confidentiality, Integrity and Availability.Information Security involves preventing or at least reducing the probability of una
Public Cloud vs Private Cloud vs Hybrid Cloud
7/19/2020 8:23:49 AM.
In this article, learn the difference between a public cloud, private cloud, and a hybrid cloud.
Assembly in .NET
5/19/2020 12:34:51 AM.
C# Assembly is a standard library developed for .NET. Common Language Runtime, CLR, MSIL, Microsoft Intermediate Language, Just In Time Compilers, JIT, Framework Class Library, FCL, Common Language S
How To: "Private" In JavaScript (ES6) Classes
5/13/2020 9:01:14 AM.
In this article, I cover briefly how you can achieve true private accessibility in JavaScript (ES6) classes.
Public and Private Methods in JavaScript
4/7/2020 3:33:28 PM.
In this article I will demonstrate Public and Private Methods in JavaScript.
Getting Started With VPC (Virtual Private Cloud) - Part Three
1/14/2020 11:34:56 PM.
In this article of the series of articles around VPC, we are going to learn VPC architecture.