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 Variable
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (3)
Abhishek Chadha (3)
Senthilkumar (3)
Swesh S (2)
Anuradha Rani (2)
Ajay Kumar (2)
Aayushi B (2)
Lokendra Singh (2)
Venkatesan Jayakantham (2)
Praveen Sreeram (2)
Naresh Beniwal (2)
Vijay Kumari (2)
Sanjay Kumar (1)
Jihen Hnena (1)
Vinay Ayinapurapu (1)
Ganesh Nataraj (1)
Manpreet Singh (1)
Yogesh Bajpai (1)
Uday Dodiya (1)
Aman Gupta (1)
Anil Kumar Murmu (1)
Akshay Patel (1)
Siddhesh Chavan (1)
Prathap Reddy (1)
Kunj Sangani (1)
Ck Nitin (1)
Mahender Pal (1)
Pankaj Kumar Choudhary (1)
Kautilya Utkarsh (1)
Arun Ramaswamy (1)
Sachin Kalia (1)
Punar Dutt Rajput (1)
Fabio Silva Lima (1)
Arun Choudhary (1)
Jaimin Shethiya (1)
Naveen Kumar (1)
Jignesh Trivedi (1)
Saksham Gupta (1)
Chandrakant Patil (1)
Rohini Parade (1)
Ayyaz Ahmad (1)
Hitanshi Mehta (1)
Jignesh Kumar (1)
Allen Oneill (1)
Mahesh Chand (1)
Alpesh Maniya (1)
Abhishek Khandare (1)
Jithu Thomas (1)
Naimish Makwana (1)
Kuppu Swami (1)
Abhishek Yadav (1)
Rizwan Ali (1)
Madhu Patel (1)
Ishika Tiwari (1)
Vulpes (1)
Rohit Gupta (1)
G Gnana Arun Ganesh (1)
Jaish Mathews (1)
Dhanush K (1)
Mark Pelf (1)
Muneer Akhtar (1)
Gomathi Palaniswamy (1)
Suraj Kumar (1)
Chris Harrison (1)
Ashish Dubey (1)
Manas Mohapatra (1)
Niraj Ingole (1)
Habibur Rony (1)
Amit Kumar Singh (1)
Amit Mohanty (1)
Pratiyush Anand (1)
Matthew Cochran (1)
Vijayakumar S (1)
Raj Kumar (1)
Aditi Bamaniya (1)
Ravikant Sahu (1)
Tamilarasu Arunachalam (1)
Raj Bhatt (1)
C# Curator (1)
Sudhir Choudhary (1)
Sourav Kayal (1)
Harshal Limaye (1)
Sourabh Somani (1)
Dipendra Shekhawat (1)
Vithal Wadje (1)
Related resources for Variable
No resource found
Temporary Tables vs Table Variables in SQL Server Explained
11/19/2024 10:49:20 AM.
This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
' Group By ' with Power Automate
10/16/2024 5:52:26 AM.
This process involves creating an instant flow to send an email to each user with a table of applications they have created. By listing rows from the "User Application" table, using union an
Setting Up Values Without Conditional Checks in Power Automate
10/14/2024 4:19:26 AM.
In this article, we explore how to set variable values in Power Automate without using conditional checks. We demonstrate two methods: one using traditional condition actions, and another with dynamic
Understanding ASP.NET Session State
10/8/2024 4:03:08 AM.
ASP.NET Session State is a method for managing user data during a web session. It enables storing and retrieving session-specific information like user preferences, shopping carts, and login status.
Hidden Gems - Adding the Custom Data to Generative Answers
10/3/2024 4:17:34 AM.
Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into
Hidden Gems - Converting the Table Response Into String Variable
10/3/2024 3:55:29 AM.
Discover the hidden gems and best practices for effectively handling data within Microsoft Copilot. Enhance your AI-driven applications by learning essential techniques for data manipulation and integ
How To Execute SQL In SharePoint 2013 And Office 365 Using Nintex WorkFlows
9/27/2024 10:13:52 AM.
This article guides you through executing SQL in SharePoint 2013 and Office 365 using Nintex Workflows. It covers creating a Dev Testing list, adding the "Execute SQL" action, and configurin
Temporary Tables vs Table Variable in SQL Server
9/5/2024 7:20:02 AM.
In this article you will learn about Temporary Tables and Table Variables in SQL Server 2008. Temporary tables come in two types: Local (prefixed with "#", accessible only to the current con
CSS Theming Using Variables and JavaScript
8/27/2024 11:55:59 AM.
Discover how to enhance your web design with CSS theming using variables and JavaScript. Learn how to create dynamic and customizable themes by leveraging CSS custom properties and JavaScript for real
View Variables In .NET MVC
8/16/2024 2:23:27 PM.
This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
Difference between Temp Table and Table Variable
8/2/2024 4:59:56 PM.
This article will discuss Difference between Temp Table and Table Variable
Table(s): Temp Table, Table Variable and CTE (Common Table Expression)
8/1/2024 6:37:16 PM.
This article will discuss SQL Table like items, including temp table, table variable, CTE, Table-valued Parameters.
Implementing Thread-Safe Dynamic Arrays
7/31/2024 9:08:36 AM.
Implementing thread-safe, dynamically resizable arrays in C ensures data integrity in multi-threaded applications. Utilize mutex locks for synchronization, condition variables for state management, an
Tracking Visits and Visitor Details on PowerApps Page
7/25/2024 12:07:39 PM.
Learn to track unique page views in PowerApps by integrating SharePoint lists and using global variables. This guide covers designing lists, configuring PowerApps screens, and patching view counts. It
Control Form Requirement with Save or Submit Button
7/23/2024 6:58:51 AM.
Implement a "Save as Draft" feature to allow users to save and resume incomplete forms. Create buttons with distinct functionalities for saving drafts and submitting forms. Set form fields a
Discard Variable in C# .NET
7/17/2024 12:17:22 PM.
The discard variable (_), introduced in C# 7.0, allows developers to ignore values intentionally. It enhances code clarity by signaling unused data in tuples, pattern matching, out parameters, and LIN
Local And Global Variables In Power Apps
6/20/2024 6:44:06 AM.
Local variables are temporary and screen-specific, declared using the UpdateContext function (e.g., UpdateContext({LocalVariableName: Value})). Global variables, declared with the Set function (e.g.,
Static Keyword In C#
6/18/2024 10:47:06 AM.
In this article, I'll discuss the C# static keyword, its purpose, and how to create static classes using C#. I'll also cover static variables, static methods, and static properties in C#.
SonarQube Configuration For .NET Core Web API
6/17/2024 11:23:22 AM.
Learn to improve code quality using SonarQube for a .NET Core Web API project. Install JAVA, configure environment variables, and set up SonarQube server. Create a project, generate a token, and downl
Understanding Global Variables in Azure Data Factory
6/13/2024 7:09:59 AM.
Global variables in Azure Data Factory are user-defined variables accessible across different pipelines and activities within the same data factory. They store values like strings, numbers, dates, and
Displaying Previous Current Next 2 Weeks in Power Apps Combo Box
6/11/2024 12:03:29 PM.
This Power Apps script generates a ComboBox displaying the previous 2 weeks, current week, and next 2 weeks. It utilizes variables to set the current date, calculates date ranges based on weekdays, an
The Art of JavaScript Hoisting: Understanding the Ins and Outs
6/11/2024 9:11:02 AM.
Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid
Azure Anomaly Detector: Unveiling the Unexpected in Your Data
6/10/2024 8:01:07 AM.
The Azure Anomaly Detector is an AI service from Microsoft Azure that helps you find unusual patterns in your time series data. It's like having a built-in inspector for your data, automatically f
Variables In PowerApps
6/6/2024 7:44:52 AM.
Discover how to effectively use variables in PowerApps to enhance your app development. This guide covers the basics of creating, managing, and utilizing variables to store data, improve functionality
Difference Between args and kwargs in Python
6/5/2024 4:00:54 AM.
Learn the difference between args and kwargs in Python. This article explains how *args handles a variable number of non-keyword (positional) arguments as a tuple, while kwargs manages keyworded (name
Exploring let, var, and const in JavaScript Declarations
6/4/2024 12:15:53 PM.
In JavaScript, choosing between var, let, and const is crucial for code behavior and maintainability. var is function-scoped and can be redeclared, while let and const are block-scoped. let allows rea
Importance of While Loop and Table Variable in SQL Server
5/31/2024 11:52:50 AM.
Explore the significance of while loops and table variables in SQL Server. Harness the power of iterative processing, efficient data manipulation, and performance optimization for enhanced query execu
Common Table Expression(CTE) in SQL Server
5/30/2024 12:12:43 PM.
Learn about CTE, a SQL Server 2005 feature replacing temp tables. Understand its efficiency over temp storage methods, essential syntax, and diverse applications in query optimization. Examples illust
Some Important Keywords of C#: Part 1
5/24/2024 9:36:12 AM.
This is very simple part 1 article but will clear some of the concepts of C# for those who are learning or for those also who might have good knowledge but unfortunately miss these important keywords.
Embed Power BI in Dynamics 365 CE Dashboard with Environment Variables
5/20/2024 11:10:41 AM.
In this article, we learn how to seamlessly embed a Power BI report as a system dashboard in Dynamics 365 Customer Engagement (CE) using environment variables.
Mastering Python Best Practices for Clean and Efficient Code
5/17/2024 7:10:25 AM.
In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
Implicitly Typed Local Variable In .NET
5/16/2024 9:30:48 AM.
Implicitly Typed Local Variables in .NET allow declaration without specifying the variable's data type explicitly, enhancing code readability and reducing verbosity, improving developer productivi
Ordinal & Label Encoding in Machine Learning
5/10/2024 4:05:16 AM.
Categorical variables in machine learning require numerical conversion. Ordinal Encoding orders data, while Label Encoding assigns unique values. Python code demonstrates encoding techniques for effec
Azure Bicep: Power of Variables for Efficient Deployment
5/8/2024 10:25:27 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
Local and Global Temporary Tables in SQL Server
5/6/2024 11:21:50 AM.
Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data sto
Learn Patterns and Matching in Rust
4/22/2024 9:00:33 AM.
In this article, we will explore the pattern syntax of Rust Programming Language. Patterns and matching in Rust streamline data handling and control flow. With various pattern types and exhaustive mat
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
Use of Environment Variable in Windows 8
4/10/2024 10:43:21 AM.
Learn how to manage Environment Variables in Windows 8 using Control Panel. Add, edit, or delete variables to customize system settings for better program execution. Simplify software kit installation
Learn about SQL Table Variable?
4/9/2024 4:58:06 AM.
Table variables in SQL Server function similarly to temporary tables but with some constraints. They offer local scope and structure definition but lack certain features like non-clustered indexes and
Temporary Table vs Temporary Variable in SQL Server
4/3/2024 9:41:39 AM.
Temporary tables adhere to transaction boundaries, affected by rollbacks, whereas temporary variables remain unaffected, persisting data despite rollbacks. Illustrated through SQL queries, highlightin
Temporary Tables and Table Variables in SQL Server
4/3/2024 5:59:21 AM.
In this article we will explore the temporary tables and table variables in SQL Server. From understanding their differences to exploring practical use cases and examples. Whether you're storing i
All About the TempData in MVC
4/1/2024 8:16:38 AM.
TempData is a temporary data storage mechanism in ASP.NET MVC, facilitating state management between HTTP requests. Stored in session variables, it aids in passing data between consecutive requests. T
Passing Values Between Tasks in Azure DevOps Pipeline
3/26/2024 10:39:12 AM.
In this article, we will learn efficient inter-task communication in Azure DevOps pipelines. Discover how to pass values between tasks using the task.setvariable logging command, streamlining your pip
Create Bulk Variables in Azure DevOps Variable Groups with CLI
3/22/2024 5:08:22 AM.
Learn how to automate the process of adding multiple variables to a Variable Group in Azure DevOps using the Azure DevOps CLI and Microsoft Excel. This article provides a step-by-step guide to streaml
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 "out var _" in C#
3/11/2024 6:31:09 AM.
In this article, we will learn about the use of "out var _" in C#, a syntax that allows declaring a variable inline without specifying its type. Learn its purpose, usage, and how it enhances
Benefits of Temporary Tables over Table Variables in SQL Server
3/10/2024 8:15:37 AM.
The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handl
Machine Learning: Linear Regression With One Variable
3/5/2024 10:27:38 AM.
Supervised learning involves providing the correct answer for each example of data. This article focuses on the use of regression and classification techniques in supervised learning, particularly lin
Difference Between Var, Let And Const In JavaScript
3/5/2024 9:00:34 AM.
This article will explain the nuances of JavaScript variable declaration with var, let, and const. Explore their scope, hoisting behavior, and mutability. Learn when to use each for flexible and error
Difference Between let, var, and const in JavaScript with Example
3/5/2024 6:44:11 AM.
In this article, I will demonstrate how to use Var, let, and const with examples. The Var, Let, and const keywords are used to declare variables in JavaScript. Choosing the right variable while writin
Using Variables in Bicep
2/27/2024 6:11:25 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
How To Install SQLite On Windows 11
2/23/2024 6:55:34 AM.
Learn how to easily install SQLite on your Windows 11 system. Download the setup, configure environment variables, and use the command prompt to set up the SQLite shell for efficient database manageme
Local Temp Tables, Global Temp Tables, Table Variables, and CTEs Comparison
2/12/2024 9:53:11 AM.
In SQL database management, optimizing data storage is vital for efficient query execution. Local and global temporary tables, table variables, and CTEs are versatile options for temporary data storag
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
What Is the Difference Between var, let, and const in JavaScript?
1/17/2024 10:18:42 AM.
In JavaScript, var, let, and const declare variables with differences in scope, hoisting, and reassignment. Prefer let and const for better scoping, predictability, and avoidance of common bugs.
What is Hoisting in JavaScript ?
1/17/2024 7:51:24 AM.
Explore the concept of hoisting in JavaScript, where variable and function declarations are moved to the top of their scope during the creation phase. Learn through examples and enhance coding skills.
What Is Short keyword In C#
1/16/2024 6:27:30 AM.
In this article, you will learn about What is Short Keyword in C#
How To Set Environmental Variables In AngularJS
1/5/2024 11:37:49 AM.
In this article, you will learn how to set Environmental Variables in AngularJS.
How To Define Variables And Constants In R
11/17/2023 6:28:57 AM.
In this article, I am going to explain about variables and constants in R.
Params Keyword With IEnumerable In C# 6.0
11/6/2023 11:31:48 AM.
The params keyword in C# allows you to pass a variable number of arguments of the same type to a method. This feature simplifies method calls when you need to pass a variable number of arguments witho
How To Save Verbose() To A Variable in LangChain?
10/26/2023 7:58:16 AM.
I encountered an issue when using a LangChain agent, as I could only access the final output. However, the problem was solved by initializing the agent with 'return_intermediate_steps=True'. T
How we can Write Optimized Code in JavaScript
10/26/2023 4:35:20 AM.
In this article, we will see How we can write optimized code in JavaScript
Calling Unmanaged Functions Which Take A Variable Number Of Arguments From C#
10/23/2023 5:12:44 AM.
Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
How To Add/Edit Path Environment Variable In Windows 11
10/12/2023 5:15:37 AM.
In this article, I will let you know about ways by which you can add or edit the path environment variable in windows 11.
Is There Any Need To Boxing And Unboxing
10/10/2023 11:10:32 AM.
With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object. Boxing and unboxing enables a unified view
Working Of Reference Type And Value Type
10/9/2023 5:36:31 AM.
This article shows you all the difference between reference and value type variables.
R Programming
9/20/2023 6:20:53 AM.
In this article, we'll take you through the basics of R programming, providing examples to help you get started on your journey to mastering this language.
Closures In C# Demystified
9/15/2023 6:25:45 AM.
Closures In C# Demystified" is a concept that helps clarify the behavior of closures in the C# programming language. A closure is a function that captures variables from its outer scope, allowing
Const, ReadOnly And Static Variables In C#
9/10/2023 10:06:01 PM.
C# (C Sharp) is a versatile programming language developed by Microsoft. It offers a rich set of keywords that enable developers to create powerful and efficient applications. Keywords like `class` al
JavaScript Basics
9/5/2023 11:42:31 AM.
JavaScript is an object-based computer programming language commonly used to create interactive effects within web browsers.
Difference Between Value Type And Reference Type
9/4/2023 11:11:55 AM.
This article tells us the difference between value type and reference type variables.In programming, data types are categorized as either "value types" or "reference types." These
R Data Frame Operations - Adding Observations / Rows And Variable / Column To A Data Frame In R
8/31/2023 6:23:04 AM.
In this article, we shall learn about adding observations/rows and variables/column to a Data Frame in R in different ways.
.NET Static Variables : Better than Application!
8/29/2023 9:04:59 AM.
In traditional ASP, we always had the Application object to store application-wide variables in.In the .NET framework, both static variables and the Application object provide ways to store data that
PowerApps Collections Variable
8/25/2023 9:51:50 AM.
In this article, you will learn about PowerApps Collections Variable.
Params In C#: Pass Variable Number Of Parameters To Method
8/18/2023 11:12:57 AM.
In this article we will discuss about params keyword in C# and how to pass variable number of parameters to method.
How to break "Apply To Each" Loop using Variables in Power Automate
8/7/2023 6:02:37 AM.
In this article I'm going to explain about how to close the power automate flow using varibales if we are inside "Apply to Each" loop as we can't use terminate action directly
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
Variable Hoisting and Function Hoisting in JavaScript
6/26/2023 5:21:54 AM.
Mastering C# Enums: An Essential Guide with Examples
6/13/2023 5:06:05 AM.
Types of Temporary Tables in SQL Server
6/9/2023 10:00:56 AM.
The concept of temporary tables in SQL Server, their advantages, and types.
Static Variables, Static Methods and Objects in C#
6/7/2023 6:23:23 AM.
In this article you will learn what is and how to work with static variables, static methods and objects in C#.
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
6/6/2023 8:40:24 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Col
Variables In JavaScript
5/9/2023 4:27:50 AM.
In this article, you will learn about Variables In JavaScript.
How To Set Variable And Payload In MuleSoft
4/29/2023 12:24:33 PM.
In this article, you will learn how to Set Variable and Set Payload in MuleSoft and how to see the variable result in Postman.
Best Practices for Building Large-Scale Laravel Applications
4/22/2023 10:54:39 AM.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make
Byte Keyword in Java
4/21/2023 6:56:50 AM.
In this article, you will learn Byte keyword in java.
Data Types, Operators, Variables, and Control Structures in Kotlin
4/20/2023 6:07:09 AM.
This article describes the basics of kotlin.
What is Environment Variables in Dataverse and How to use it in Power Automate Flow
4/18/2023 6:56:30 AM.
Environment variables in Dataverse allow you to store the connection reference or keys which are needed to be used inside the environment. They are more like a global variable that can be accessed wit
What are Table Variables and Temporary Tables in SQL ?
4/14/2023 6:57:00 AM.
What are Table Variables and Temporary Tables in SQL ?
What is the difference between local and global variables in javascript?
3/15/2023 12:54:08 AM.
Learn about the difference between local and global variables in javascript and when to use one over the other.
Global and Local Variable in JavaScript
3/15/2023 12:44:53 AM.
In this article, learn about global and local variables in JavaScript.
Tips To Write Less JavaScript
3/13/2023 4:41:47 AM.
This article describes the tips to write less in javascript.
Know Popular Global Variables in SQL Server
2/17/2023 5:35:05 AM.
In this article, I explain some popular Global Variables of a SQL Server Database.
How To Check If A Variable Is An Array In JavaScript?
2/16/2023 10:46:07 AM.
In this tutorial, we'll take a look at various ways we can determine if an object is an array in JavaScript
Java Basics
2/15/2023 12:10:49 PM.
Java is a popular general-purpose programming language and computing platform. It is a high level, class-based, and object-oriented programming language. Java runs on multiple platforms. It means that
Table Variable in SQL Server
2/14/2023 6:32:27 AM.
This article describes what Table variables are in SQL and what the difference is between a Table Variable and a temporary table.
Difference Between Temp Table and Table Variable
2/14/2023 6:14:33 AM.
This article explains the basic differences between table variables and temp tables. Because these things are mostly and widely used for temporary storing mechanism in the stored procedures in sql.
Temporary Tables And Table Variables In SQL
2/14/2023 6:08:09 AM.
In this article, I will explain the difference between temporary tables and table variables in SQL server.
Readonly and Constant Variables in C#
2/12/2023 2:58:15 PM.
This article will teach C# readonly and C# const variables with code examples.
How to Index a Table Variable in SQL Server
1/31/2023 9:15:33 PM.
In this article, you will learn how to use Index Table variables in SQL Server.