C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(6)
Manas Mohapatra(3)
Jayant Kumar(2)
Ramasagar Pulidindi(2)
Dhairya Krishnat(2)
Mohammad Irshad(2)
Nilesh Shah(2)
Suketu Nayak(2)
Jasminder Singh(2)
Sourav Kayal(2)
Vithal Wadje(2)
Ashwani Tyagi(2)
C# Curator(2)
Mariem Moalla(1)
Aarav Patel(1)
Raghunath Bhukan(1)
Sridharan D(1)
Ayush Gupta(1)
Jalpa Dhola(1)
Tahir Ansari(1)
Nikunj Satasiya(1)
John Godel(1)
Surya Ghimire(1)
Jitendra Mesavaniya(1)
Vinay Ayinapurapu(1)
Mahender Pal(1)
Gurpreet Arora(1)
Jignesh Kumar(1)
Aradhana Tripathi(1)
Shivam Payasi(1)
Venkatasubbarao Polisetty(1)
Rikam Palkar(1)
Mayuresh Joshi(1)
George (1)
Vijai Anand Ramalingam(1)
Kirtesh Shah(1)
Harshal Limaye(1)
Saurabh Vasani(1)
Satyaprakash Samantaray(1)
Catcher Wong(1)
Dhruvin Shah(1)
Siddharth Vaghasia(1)
Guest User(1)
Prakashraj P(1)
Rafnas T P(1)
Rupesh Kahane(1)
Akshay Phadke(1)
Sandip G Patil(1)
Banketeshvar Narayan(1)
Krishnanand Sivaraj(1)
Nitin (1)
Vikram Chaudhary(1)
Jean Paul(1)
Ritesh Sharma(1)
Rajneesh Rai(1)
Rahul Bansal(1)
Srihari Chinna(1)
Burak Seyhan(1)
Ibrahim Ersoy(1)
Mudita Rathore(1)
Anubhav Chaudhary(1)
Ramakrishna (1)
Varesh Tuli(1)
Andrew Fenster(1)
Abhimanyu K Vatsa(1)
Vishal Nayan(1)
Sivaraman Dhamodaran(1)
Anupama Singh(1)
Jaish Mathews(1)
Nipun Tomar(1)
Shashi Ray(1)
Rehan Ahmad Abbasi(1)
Sairam (1)
Anand Thakur(1)
Jorge L Fernandez(1)
G Gnana Arun Ganesh(1)
Sanjay Kumar(1)
Arun Ramaswamy(1)
Jay Krishna Reddy (1)
Roshan Rathod(1)
Sean Franklin(1)
Asma Khalid(1)
Resources
No resource found
Adding Parameters to C# Methods Without Breaking Existing Code
Aug 10, 2026.
Learn how to add parameters to C# methods without breaking existing code using extension methods for seamless API evolution.
Difference Between ref and out Parameters in C# with Examples?
Apr 20, 2026.
Unlock the power of ref and out parameters in C#! Master passing arguments by reference, modifying existing values with ref, and returning multiple values with out. Enhance your C# coding skills!
Understanding Inference Parameters of Transformer Encoders
Jan 09, 2026.
Unlock the power of Transformer Encoders! Master inference parameters like attention masks and hidden states for optimal performance and control. #NLP #Transformers
Understanding LLM Generation (Decoder) Parameters (Sample/Inference Parameter): Control, Creativity, and Output
Jan 08, 2026.
Master LLM text generation! Control creativity, length, & repetition with temperature, top-k, top-p, penalties, & more. Fine-tune outputs for any task.
C# 14 Improved Lambda Expressions: Using ref, in, and out Parameters for High-Performance Code
Dec 28, 2025.
Explore C# 14's enhanced lambda expressions with 'ref', 'in', and 'out' parameters. Boost performance, readability, and code consistency for critical operations.
Difference Between ref, out, and in Parameters in C#
Aug 13, 2025.
Learn the difference between ref, out, and in parameters in C#. Understand their usage, advantages, disadvantages, and see full real-world examples.
Mastering Named, Positional, and Input/Output Parameters in Stored Procedures with EF Core
May 22, 2025.
Understanding Name Parameters, Positional Parameters, Input/Output Parameters, and Their Usage in Stored Procedures with EF Core
Mark Input Parameters in Triggers as Optional
Oct 28, 2024.
In this article, we’ll walk through how to mark input parameters as optional in Power Automate triggers and explore how this can improve flow flexibility.
Different Ways to Redirect and Retrieve ID Parameters in Angular
Sep 02, 2024.
Angular offers various methods for navigation and parameter handling in web applications. Use the RouterLink directive for simple navigation, the Router service for programmatic control, and ActivatedRoute to retrieve parameters.
Encrypting Header & Request Body Parameters in .NET Core Web API
Jul 24, 2024.
In this article, we'll explore how to encrypt header and request body parameters in a .NET Core Web API to prevent them from being readable in the page source or by network sniffing tools. We'll use an example application developed by "Nikunj Satasiya" to illustrate the process.
Unlock Small Language Models Deep Dive Parameters Loss Optimization RAG
Jun 17, 2024.
Language models have revolutionized the field of natural language processing (NLP), enabling machines to understand, generate, and respond to human language with remarkable accuracy. At the heart of these models are key concepts that drive their functionality: parameters, loss functions, and optimization.
Oracle Stored Procedure Output Parameters with Dapper in ASP.NET Core
Jun 11, 2024.
This article provides a detailed guide to integrating Oracle stored procedures with ASP.NET Core using Dapper, focusing on handling output parameters, which can often be a challenging aspect of database interactions.
Table-Valued Parameters in SQL Server
Apr 16, 2024.
Table-Valued Parameters in SQL Server enable passing multiple rows of data to stored procedures, enhancing performance for bulk operations. Utilizing user-defined table types, they streamline data manipulation tasks and allow parameterized queries, optimizing database development and improving overall performance.
How to Pass Credentials as Parameters in PowerShell
Mar 09, 2024.
Learn how to securely pass credentials as parameters in PowerShell using PSCredential. This guide covers reading user input, updating a SharePoint Online site title, and using PowerShell modules for secure authentication and logging.
Power BI Parameters for Efficient Data Source Configuration
Jan 30, 2024.
This article is about using Power BI Parameters for Data Source Configuration. In this Power BI project, connecting to an on-premise Business Central instance posed challenges during deployment. The solution involved using Power BI Parameters for dynamic and configurable data source connections.
Default Lambda Parameters in C# 12
Jan 05, 2024.
C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed examples across diverse scenarios. Learn how to reduce code duplication and enhance readability.
Ref Readonly Parameters in C# 12
Jan 03, 2024.
C# 12 unveils a hidden gem: ref readonly parameters. This article delves beyond the surface, offering a deep dive into their benefits, usage patterns, and how they differ from familiar options like ref and in. Embrace their power for safer, clearer, and more efficient code. In the current digital era, we try to de-couple applications from one another so it is supposed to adapt to plug it in another version or another application easily.
Exploring Default Lambda Parameters in C# 12
Jan 01, 2024.
Default Lambda Parameters in C# 12.
Clean Code : Avoid Too Many Parameters In Method
Dec 18, 2023.
In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameters in methods can lead to code that is hard to understand, less readability, and challenging to maintain.
Optional Parameters in SQL Server
Oct 26, 2023.
Optional parameters in SQL Server refer to the capability of defining parameters within SQL queries that can be left unspecified or set to default values if not provided by the user. This feature enhances the flexibility of SQL statements by allowing developers to create dynamic queries that adapt to different scenarios. By specifying default values or leaving parameters unassigned, optional parameters provide a means to simplify queries while accommodating various filtering or search criteria. This is particularly useful when constructing stored procedures, user-defined functions, or queries in applications where certain parameters may or may not be needed, offering a more versatile and adaptable approach to database interactions in SQL Server.
Working With Parameters In Dapper ORM
Dec 26, 2022.
In this article, I'm going to explain how we can get values from In, Out, and return parameters while working with Dapper ORM
Pass Parameters To A Webresource In Dynamics CRM
Oct 18, 2022.
During certain scenarios we must send some parameters to a Webresource. To achieve this we must make use of comma separated list of parameters option that is present at event level of an form. As an example contact form was taken and passed first name logical name as parameter to get to know about the first name of the selected contact.
How To Send Parameters To Event CallBacks In Blazor
Mar 01, 2022.
In this article, we will learn what are the steps you need to take to send a parameter in event callbacks in blazor, we demonstrated the same with a Blazor server app.
How To Call A Function With Parameters From Multiple Screens In PowerApps
Feb 28, 2022.
In this article, we will learn how we can call a function with parameters in the canvas app powerapps. Similar to javascript function calling we can also call a reusable formula in PowerApps with the help of toggle control.
Table As Input Parameters For Stored Procedure
Feb 21, 2022.
This article will discuss the StoredProcedure Parameter: DataTable.
How To Access Parameters From AWS Systems Manager Parameter Store In .NET 6 Web API
Jan 05, 2022.
In this article, you will learn how to access parameters from AWS Systems Manager Parameter store in .NET 6 Web API.
Out Parameters In C# 7.0
Jun 02, 2021.
In this article, you will learn about Out Parameters in C#.
How To Use Query Parameters In Angular
Jan 12, 2021.
In this tutorial, we'll be looking at Query Parameters feature in Angular which lets you pass data from one route to another.
Make Parameters Optional In C#
Aug 27, 2020.
In this article, you will learn about different ways to make parameters optional in C#.
How To Use Parameters In Power BI
Aug 12, 2020.
In this article, you will learn how to Use Parameters in Power BI.
Filter Records By Passing Multiple Parameters In Stored Procedure Using MVC
May 27, 2020.
Here we can filter records using by passing various input parameters to stored procedure and Dynamic Sql in MVC.
Add Custom Parameters In Swagger Using ASP.NET Core 3.1
Feb 17, 2020.
This article showed you a sample of how to add custom request parameters in Swagger using ASP.NET Core 3.1 and Swashbuckle.AspNetCore 5.0.0
PowerQuery - Dynamically Pass Database Name as Parameter to fetch the Records from Different Datasets using Managed Parameters and Functions
Nov 05, 2019.
In this article, we will talk about how we can get the database name using Stored Procedure based on the Customer ID and pass that Database Name to another stored procedure as a Parameter to load the records from that particular dataset using Functions.
How To Pass Parameters To SPFx Extension By Creating A WebPart UI Interface
May 29, 2019.
In this article, we will learn how to pass dynamic parameters to SPFx extensions by taking user input and enabling extension via custom action.
How Can You Use Optional Parameters In C#
Apr 10, 2019.
C# Optional parameters allows us to define methods with optional arguments that are not required to pass by the caller. Learn how to pass optional parameters in C#.
Overview Of Optional Route Parameters In Angular
Nov 25, 2018.
In this article, we are going to learn the optional route parameters in Angular. Sometimes it may be the requirements that we want the component view to be rendered on the basis of some values coming from the route parameter or we just want to render the component with some additional functionality with the help of some values coming from parameters.
Overview Of Route Parameters In Angular
Nov 22, 2018.
In this article, we are going to send data from one template to another through route parameters.
Passing Parameters To Middleware In ASP.NET Core 2.0
Nov 15, 2017.
I discussed in an earlier post that it is good practice to define middleware in a separate class and add to the pipeline using extension methods. We may also need to pass information to our middleware classes though and I’ve come across two patterns for this when digging into ASP.NET Core source code and other samples online.
Using Optional Query Parameters With Microsoft Graph API - Part Two
Nov 14, 2017.
When you fire an API call to MS Graph, it will return the JSON result with all the properties. You may not need all the properties of a result set always. When you want MS Graph API to return only certain properties, then use $select parameter to specify which properties you want in result set.
Using Optional Query Parameters With Microsoft Graph API - Part One
Oct 12, 2017.
While Microsoft already has all the documentation to cover all its technology, in this article I will try to explain these ODATA query parameters with some different angles and usage scenarios. I’m sure you will enjoy reading this article and learn something new.
Page Linking Tags And URL Parameters In Ruby On Rails
Aug 22, 2017.
In this article will learn about creating HTML and ERB page linking tags and how to create URL parameters in Ruby on Rails templates.
Making Method Parameters Optional In C#
Apr 06, 2017.
In this article, you will learn about how to make method parameters optional in C#.
Get Data From Multiple Tables Using Parameters While Combining LINQ Expressions
Jan 11, 2017.
In this article, you will learn how to get data from mutliple tables using parameters when combining LINQ expressions in ASP.NET MVC 5.
Stored Procedure With Output Parameters In LINQ To SQL And What SQLMetal Is
Jan 02, 2017.
In this article, you will learn how to call a stored procedure with output parameters using LINQ to SQL.
Invoking WebAPI Controller Action With Multiple Parameters In CORS Enabled Web Application
Dec 08, 2016.
In this article, you will learn how to invoke WebAPI Controller Action with Multiple Parameters in CORS Enabled Web Application.
Regression Algorithms Parameters In Azure ML
May 07, 2016.
In this article you will learn about Regression Algorithms parameters in Azure ML.
Classification Algorithms Parameters In Azure ML
Apr 25, 2016.
In this article you will learn about Classification Algorithms parameters in Azure ML.
Optional Parameters In JavaScript
Dec 21, 2015.
JavaScript optional parameters allows Java developers to declare optional parameters. This article describes different ways to pass optional parameters in JavaScript.
Different Types Of Method Parameters in C#
Nov 09, 2015.
In this article you will learn about different types of Method Parameters in C#.
Named And Optional Parameters In C#
Nov 03, 2015.
This article explains Named and Optional Parameters in C#, their usages and benefits, and how to pass optional parameters in C#.
Params In C#: Pass Variable Number Of Parameters To Method
Oct 05, 2015.
In this article we will discuss about params keyword in C# and how to pass variable number of parameters to method.
How to use Output Parameters in SQL Server and ASP.Net
Apr 20, 2015.
In this article we will learn how to use output parameters in SQL Server and ASP.NET.
Ref and Out Parameters in C#
Apr 07, 2015.
In this article we will study Ref and Out parameters in C#.
Table Valued Parameters in SQL 2008
Feb 23, 2015.
This article describes Table Valued Parameters in SQL 2008 and how they can be used with C# code.
Excel Parameters With Excel Web View Web Part
Feb 15, 2015.
In this article we can explore how to use Excel Parameters along with an Excel Web View web part.
Using Table Valued Parameters in Entity Framework
Jul 27, 2014.
In this article I am explaining the use of Table Valued Parameters (TVPs) using Entity Framework.
Reference and Value Types as Function Parameters Using Ref/Out Keywords
May 13, 2014.
In this article, we will try to study the behavior of the ref and out keywords when we use them as function parameters.
Named and Optional Parameters in C#
Apr 23, 2014.
This article explains named and optional parameters in C#.
Passing and Accessing Variable Number of Parameters in Function
Apr 09, 2014.
This article explains how to pass and access a variable number of parameters in a function/method in JavaScript.
Attribute Routing and Parameters in MVC5
Apr 08, 2014.
In this article, we will learn one of the interesting features of MVC5, attribute routing.
Optional Parameters in Stored Procedure in SQL
Feb 20, 2014.
In this article I will demonstrate how to use optional parameters in a Stored Procedure in SQL.
Optional Parameters in C#
Feb 02, 2014.
This article describes Optional Parameters, introduced in C# 4.0.
Named Parameters in C#
Jan 13, 2014.
This article describes Named Parameters, introduced in C# 4.0.
.NET and Cognos Integration: Send Parameters to Cognos Report
Dec 16, 2013.
Here I want to explain briefly how to display the report in an IFRAME in ASP.NET, also how to pass the authentication parameters and finally how to pass report filter parameters.
Web API With AJAX: Various Parameters of jQuery Ajax() Function
Dec 09, 2013.
In this article we will learn various parameters of the success callback function in the ajax() function of jQuery.
Adding Parameters to SSRS Report
Nov 27, 2013.
This article explains how to add parameters to a SQL Server Reporting Service (SSRS) including how to create a new SSRS report and how to write a query with parameters.
Ref and Out Parameters in C#
Nov 18, 2013.
In this article we will learn about the ref and out parameters in C#.
Passing Parameters Among Pages in Windows Phone 8 Apps
Nov 12, 2013.
This article covers a simple way to send data from one page to another in Windows Phone 8 Apps.
Optional and Named Parameters in C#
Oct 27, 2013.
In this article we will learn about C# 4.0 new feature Optional and Named Parameters .
Pass Multiple Parameters in URL in Web API
Oct 01, 2013.
Learn how to efficiently pass multiple parameters in URLs when developing ASP.NET Web API applications. Explore techniques such as using query parameters, route parameters, and model binding to handle complex data payloads.
Searching Multiple Parameters in LightSwitch 2012 - Part 1
Aug 26, 2013.
Here we will see how to create a table, add a relationship and add a screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching Multiple Parameters in LightSwitch 2012 - Part 2
Aug 26, 2013.
This article describes how to add a query for a table and add a data item as well as add a button.
How to Configure the Default Parameters For Storage Reports
May 23, 2013.
In this article you will learn how to configure the default parameters for Storage Reports.
Value Out and Ref Parameters in C#
Nov 28, 2012.
In this article, I am going to discuss the first 3 kinds of parameters.
Data Table Parameters in QTP in Testing
Oct 04, 2012.
In this article I discuss how to do Data Table Parameters in QTP.
Optional Parameters and Named Arguments in C# 4.0
Sep 02, 2011.
Optional parameters and named arguments have been a part of C++ and VB.Net for years. They are new to C# in version 4.0.
Facts of Ref And Out Type Parameters in C#
Jun 30, 2011.
In this quick article you will take a look at the facts of ref and out type parameters in C#.
Input Parameters Scenario in SQL Stored Procedure (SQL Server 2005/2008)
May 02, 2011.
Here you will learn 4 Input parameter scenarios in SQL Stored Procedure (SQL Server 2005/2008).
Passing parameters To A function By Value And By Reference
Oct 25, 2010.
In this article we will see how to pass parameters to a function by Value and by Reference.
How to create Line Graph and Bar graph on same parameters in asp.net
Jun 03, 2010.
We can use GDI+ to draw chart components in C# or VB.NET language in memory and once the components are drawn in memory, we can save the drawing in an image on the Web server. Once the image is saved, we can display this image in an ASP.NET page using any Image tag or image control.
Using Objects as Parameters and Return Types in Remoting
Apr 30, 2010.
In this article I will explain you about Using Objects as Parameters and Return Types in Remoting.
Method Parameters in .NET 4.0
Apr 20, 2010.
In this article I explain about optional parameters and named parameters.
Encoder Parameters and Image Formats in GDI+
Mar 08, 2010.
In this article I will explain about Encoder Parameters and Image Formats in GDI+.
Configuring Parameters and Parameter Data Types-ADO.NET
Aug 12, 2009.
In this article I will explain you about command object, benefits of parameterized command, DbParameter Object, ParameterDirection Property and Parameter Data Types in ADO.NET
Passing startup parameters in a Silverlight 2 application
Mar 22, 2009.
This article describes how to pass startup parameters to a Silverlight application.
Passing parameters to Crystal Reports at runtime with c#
Sep 29, 2008.
This article shows how to pass parameters to a Crystl Reports at runtime in C#.
How to pass SQL Query Parameters to Crystal Reports using Oracle
Aug 06, 2008.
This article shows how to pass SQL query parameters to Crystal Reports using Oracle.
Passing and retrieving parameters from windows workflow
Jun 09, 2008.
Basically this article gives an idea about how to pass the parameters and getting output parameters from the workflow.
Tip: How to pass Crystal Report Parameters Programmatically?
Nov 02, 2006.
This tip shows how to pass a Crystal Report parameters and their values programmatically.
Passing parameters to C# Windows Services
Oct 06, 2006.
This article explains how to create C# windows service and pass parameters to it.
How do I Pass the Required Parameters of a Stored Procedure in Crystal Reports?
Dec 30, 2005.
This small tip shows how to pass the required parameters of a Stored Procedure in Crystal Reports.
Out And Ref Parameters In C#
Feb 27, 2005.
The out and the ref parameters are used to return values in the same variables that you pass an an argument of a method.
Method Parameters in C#
Oct 15, 2001.
This article describes different method parameters such as value parameters, reference parameters, output parameters, and parameter arrays.
Efficient Data Handling in SQL Server with Table-Valued Parameters
Oct 27, 2024.
This article delves into how TVPs enhance performance by enabling the transfer of multiple rows of data in a single parameter, streamlining stored procedures, and optimizing database operations.
Mastering Azure Bicep Parameters
May 07, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, complete with code samples and explanations.
Component {Parameters} in Blazor
Apr 19, 2023.
In this article we are going to learn about the how to pass parameters between components in Blazor
Site Speed Parameters
Mar 18, 2021.
In this article, you will learn about Site Speed Parameters
Parameters In Blazor Components (Deep Dive)
Dec 30, 2020.
Explore the intricacies of Blazor component parameters with this deep dive. Learn about data binding, lifecycle methods, and communication between parent and child components for interactive and reusable web applications.
Parameters In Power BI Desktop
Aug 06, 2020.
In this article, you will learn about Parameters in Power BI Desktop.
ASP.NET MVC - How To Use AJAX With JSON Parameters
May 18, 2020.
This article is about the integration of Ajax call by passing JSON format input query parameters using ASP.NET MVC5 platform