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 Return
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (5)
Kapil Gaur (4)
Vithal Wadje (3)
Mahesh Chand (3)
Rahul Kumar Saxena (3)
Abhishek Yadav (2)
Sai Sherlekar (2)
Praveen Kumar (2)
Mark Pelf (2)
Nitish Kaushik (2)
Rohatash Kumar (2)
Vijai Anand Ramalingam (2)
Anubhav Chaudhary (1)
Ajay Kumar (1)
Sandeep Singh Shekhawat (1)
George (1)
Keyur Pandya (1)
Akshay Patel (1)
Pankaj Patel (1)
Akshima Aggarwal (1)
Abrar Hussain (1)
Jignesh Trivedi (1)
Ramesh Palanivel (1)
Tuhin Paul (1)
Mohammad Rabie (1)
Vo Duc Thanh (1)
Miguel Teheran (1)
Nitesh Kejriwal (1)
Ravi Kiran Chanduri (1)
Michael Youssef (1)
Amol Jadhao (1)
Shivam Payasi (1)
Rikam Palkar (1)
Sanjay Makwana (1)
Sriganapathi S (1)
CSharp TV (1)
Sachin Kalia (1)
Petar Minev (1)
Sivaraman Dhamodaran (1)
Gaurav Mohan Bansal (1)
Ramasagar Pulidindi (1)
Pradip Pandey (1)
Nitin Bhardwaj (1)
Deepak Sharma (1)
Abubackkar Shithik (1)
Satendra Singh Bhati (1)
Delpin Susai Raj (1)
Thivagar Segar (1)
Prabu Elavarasan (1)
Manas Mohapatra (1)
Jignesh Kumar (1)
Chanakya Jayabalan (1)
Waqas Sarwar (1)
Sumit Singh Sisodia (1)
Nanddeep Nachan (1)
Sundaram Subramanian (1)
Lala zareh (1)
Prakash Tripathi (1)
Nitin (1)
Sourabh Somani (1)
Ankur Mistry (1)
Manoj Kalla (1)
Nitin Pandit (1)
Vikram Chaudhary (1)
Jasminder Singh (1)
Pranay Rana (1)
Manish Kumar Choudhary (1)
Rahul Bansal (1)
Nipun Tomar (1)
C# Curator (1)
Shirsendu Nandi (1)
Kirtan Patel (1)
Srinivas (1)
John Charles Olamendy (1)
Matthew Cochran (1)
Laishram Priyokumar Singh (1)
Fred Besterwitch (1)
Related resources for Return
No resource found
Make AJAX Call and Return JSON Using AngularJS
10/8/2024 4:05:12 AM.
Learn how to make AJAX calls and handle JSON data using AngularJS in this comprehensive guide. We'll cover how to use the $http service for asynchronous requests, manage responses, and integrate A
Get Return Value From Stored Procedure Using Dapper ORM In ASP.NET MVC
8/23/2024 7:35:06 AM.
In this article we will learn how to get return value from stored procedure using Dapper ORM in ASP.NET MVC.
Iterations and Improving Code Quality with C# yield return
8/13/2024 4:10:48 AM.
This article explores how the yield return statement in C# can simplify iteration logic and enhance code quality. By allowing deferred execution and creating custom iterators, developers can write mor
Func, Action And Local Function In C# 7
8/9/2024 12:03:08 PM.
This article covers using Func, Action, and local functions in C# 7. It explains how Func returns a value, Action does not, and how local functions can be defined within other methods. Examples includ
Controller Action Result (1), In ASP.NET MVC
7/3/2024 9:38:15 AM.
This article discuss the various types of Controller Action Results in ASP.MVC.
New-PnPTenantSite: The remote server returned an error: (401) Unauthorized.
6/29/2024 8:52:20 PM.
Disabling custom app authentication resolved the "401 Unauthorized" error, allowing the PnP scripts to run as scheduled. By following these steps, you can set up SharePoint Add-ins, grant ne
Return View With ViewName in Controller Sample in MVC - Day 5
6/24/2024 9:02:13 AM.
This article describes how to return a view name from a controller in an MVC project. Start by creating an MVC project from the "Empty" template, then add a controller by right-clicking on &
MVC - Return A File (Excel) From A Controller’s Action Method And Create An Excel Blob In To The jQuery Along With Loader Effect
6/12/2024 10:49:22 AM.
In this article, you will learn about returning a File (Excel) from a Controller’s Action method and creating an Excel Blob in to the jQuery along with Loader effect
How To Create A Function In R
5/1/2024 11:53:37 AM.
Learn how to create and use functions in R with this comprehensive guide. Understand the syntax for defining functions, specifying arguments, and defining default values. Explore examples demonstrati
Difference Between Yield and Return in Python Generators
4/26/2024 8:48:13 AM.
Generators in Python offer memory-efficient, lazy evaluation for handling large datasets. They use the `yield` statement, enabling control of execution flow and efficient iteration over sequences with
Returning an Array Listing using Remote Procedure Call
4/4/2024 9:11:15 AM.
Returning an array listing via Remote Procedure Call (RPC) involves serializing the array on the server, sending it to the client, then deserializing it. Client invokes RPC, server processes the reque
ActionResult Return Type in MVC 3.0
4/1/2024 11:51:41 AM.
In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
Various Return Types From MVC Controller
3/29/2024 9:56:19 AM.
The content explores the diverse return types available in an MVC controller within the ASP.NET framework. From rendering HTML views to returning JSON data or redirecting to different URLs, MVC contro
Boost Coding Productivity with Yield Keywords in C#
3/28/2024 6:24:18 AM.
In today's programming landscape, continuous learning is essential for developers to enhance productivity and efficiency. C# introduces new features like yield return and yield break, optimizing c
Practical Introduction To Entity Framework: Day 4
3/6/2024 10:36:48 AM.
This content provides a detailed guide on returning multiple result sets or data sets in Entity Framework. It walks through the steps involved, including creating a normal stored procedure, adding an
Practical Introduction To Entity Framework: Day 2
3/6/2024 10:30:54 AM.
This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
Exploring Function Behavior in C#
1/11/2024 5:51:34 AM.
Understanding the nuances of function behavior in C# is vital for crafting well-structured and efficient code. Whether dealing with functions that involve no arguments, no return values, or exploring
Improving Code Readability in View Section Using Return Templates
12/3/2023 1:17:40 PM.
The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
How To Use Dynamic To Return Different Objects On Runtime In C#
11/7/2023 11:29:41 AM.
A lot of time you get a requirement to return different kind of object from a single method. Is it possible? Yes there are ways by which you can deliver different objects on run time and dynamic is on
Out And Ref Parameters In C#
10/25/2023 9:03:07 AM.
The out and the ref parameters are used to return values in the same variables that you pass an an argument of a method.
Delegates In C#
10/18/2023 5:47:20 AM.
Delegates in C# are a fundamental concept in the language. They are used to create reference types that can encapsulate methods with a specific signature, allowing you to treat methods as objects. Del
Understanding Yield Return in C#
10/10/2023 5:28:29 AM.
The C# yield keyword signals to the compiler that the method in which it appears is an iterator block. The compiler generates a class to implement the behavior that is expressed in the iterator block.
Control Statements In C#
10/3/2023 9:50:27 AM.
In this article I will explain you about different control statements in c#.
C# Asynchronous Programming - Return Type of Asynchronous Method
9/20/2023 10:01:26 AM.
In this article, we will understand various return types of asynchronous functions in C#.
How To Return Different Types Of Objects In C# Based On A Input Parameter Type
9/14/2023 11:42:52 AM.
Requirements come like this that you have multiple roles in an organization. Now based on the role you want to return different profiles of same data like for some user you want to show Full data and
C# Ref Returns
8/17/2023 11:48:03 AM.
Ref returns were introduced in C# 7.0. Learn how to use ref returns in C#.
Early Return Pattern in C#
7/28/2023 5:41:42 AM.
We will have an overview of the early return pattern and some examples in C#
How to Return Multiple Values From a Function in C#
6/7/2023 7:27:06 AM.
This article explains various ways to return multiple values from a function in C#.
How to Return Files From Web API
6/7/2023 6:29:43 AM.
This article explains how to transfer/ return files(PDF/Doc/Excel/zip) files from Web API service
Return Coma Separated Value From a Table
2/28/2023 8:28:16 AM.
This article shows how to return Coma Separated Values from a table in SQL Server.
SQL Server Return All Records If Search Text is Blank
2/27/2023 5:31:39 AM.
In this article we will learn how to return all records if the search text is blank.
Mastering C# Methods: Everything You Need To Know About Methods in C#
1/28/2023 11:42:42 PM.
This article explains how to define and use methods in C#.
Difference between Output Parameter and Return Value in Stored Procedure
12/28/2022 5:52:29 AM.
This article will help you to understand the difference between output parameter and return value in a Stored Procedure.
Working With Parameters In Dapper ORM
12/26/2022 6:07:22 AM.
In this article, I'm going to explain how we can get values from In, Out, and return parameters while working with Dapper ORM
Git - Push From GUI Client Returns "Authentication Failed"
8/15/2022 12:31:25 AM.
Git push to GitHub or Bitbucket from third party Gui client results in "Authentication Failed."
C# DataAdapter Returning Exception “Failed To Enable Constraints.”
7/27/2022 8:10:58 PM.
We explain how to debug and get more information on the generic exception, “Failed to enable constraints.”
Ref Vs. Out Parameter In C#
3/22/2022 6:38:09 AM.
These 2 widely-used keywords have advantages when it comes to returning multiple values.
How To Trigger MS Flow From SPFx Web Part And Return Result Back To SPFx Web Part
9/14/2021 1:35:57 PM.
In this article, we will learn how can we trigger MS Flow from the SPFx web part and MS Flow return the result back to SPFx web part.
Python - Importance Of Function✍️
7/20/2021 1:36:45 PM.
In this article, you will learn about the importance of Function in Python.
Keynote: DevOps - The Return of Security - IT Security Virtual Conference 2021
7/12/2021 10:13:03 AM.
This Keynote session in IT Security Virtual Conference 2021 is about DevOps - The Return of Security
Frequently Used Status Code And How To Return Them From ASP.NET Core Web API
4/16/2021 8:06:14 PM.
In this article, you will learn frequently used status code and how to return them from ASP.NET Core Web API.
Return Multiple Models in Single View in MVC3
2/16/2021 10:57:11 AM.
To further explore MVC, today I will share one of the interesting facts about MVC 3 to use multiple models in a single view.
XSN Inside Part 2: The Code Returns
2/8/2021 9:48:29 AM.
After we get a basic overview of the files in the .xsn package, let’s move onto something more interesting, something more code oriented.
EmptyResult Return Type In ASP.NET MVC 5
1/15/2021 6:07:19 AM.
In this article we will learn about EmptyResult return type in ASP.NET MVC 5.
Three Ways To Return The Data From Controller Action Method In ASP.NET Core Web API
1/11/2021 1:58:34 PM.
There are 3 types of Controller action return types in ASP.NET Core web API. These are very important for the Http Response of Web API.
Functions with return value - Learn JavaScript 09
9/7/2020 12:03:57 AM.
In this JavaScript Tutorial, we will create a function which adds two numbers and return the added value. The function return value is decided by the parameter value. Here, we will see how to read num
Returning JavaScript: Undefined Marries NaN
5/5/2020 6:03:55 AM.
In this article we will learn about returning JavaScript Undefined and NaN.
Return Types in JavaScript Function
4/23/2020 4:13:04 PM.
In this article we will learn about return types of functions in JavaScript.
Advanced JavaScript: Closure in JavaScript / Function Returning Function
4/16/2020 10:54:09 PM.
In this article we are going to cover one of the most interesting features of JavaScript called “closure”.
Return Data Using Intent Object In Android Applications
3/3/2020 3:52:06 AM.
In this article, I will explain how to return and pass the data using Intent object in Android Applications
Return to the Previous Build on Windows 10
1/6/2020 12:49:25 AM.
How to install the previous build of Windows 10. Windows 10 allows you to return to your previous build.
Function With Return Type in TypeScript
10/13/2019 10:16:35 PM.
In this article I explain what a return type function is and how to convert temperature in TypeScript.
Issue While Returning DataTable Through WCF Service
9/17/2019 4:32:12 AM.
Today, I have provided an article showing you how to return a datatable using a WCF service from C# code.
How to Return a DataTable From WCF Service
9/4/2019 2:12:49 AM.
In this article, we will see how to return data from a SQL Server table as a DataTable object using WCF service and consume it in a Console application.
Kotlin - Control Expression, Loop Structure, Return And Jump
8/11/2019 10:49:41 AM.
In this article, you will learn about Kotlin control expressions, loop structure, return and jump.
Jump Statements in Java
7/22/2019 1:59:38 AM.
In this article, you will learn about the jump statements in Java and how jump statements are used in Java.
Xamarin.Forms - Change Entry Return Button
6/12/2019 9:33:00 AM.
In this article, you will learn how to change the Entry Return button in Xamarin.Forms.
Stored Procedure With a Return Value in SQL Server 2012
6/5/2019 3:33:30 AM.
Today, I have provided an article showing you how to use a return value with a Stored Procedure in SQL Server 2012
SharePoint Search Application Returns “The Content Processing Pipeline Failed To Process The Item” Error On Crawl
4/10/2019 2:28:43 PM.
This article will help you to resolve the search error "The Content Processing pipeline failed to process the item" from SharePoint search application.
Getting Return 0 Value From C# Entry Point Method Using Parent And Child Programs
4/4/2019 11:22:01 PM.
In this article, we will learn how to return 0 value from C# Entry Point Methods using Parent and Child programs.
Introduction To ASP.NET WebAPI And Return Result In Different Formats
3/14/2019 4:23:33 AM.
This article describes about ASP.NET Web API and how to return result in different formats like JSON and XML.
How To Return An Image Result From Web API Using .NET Core
12/6/2018 9:59:57 AM.
In this article, we will create a Web API project in .NET Core and we will learn how to return an image while you hit an API. You would have seen earlier how to return a string response or an object r
How To Return Boolean Values From SQL Server
11/5/2018 11:12:11 AM.
Here, I will tell you the possible ways to return calculated Boolean values from SQL Server code. At a lot of places, you want to progress conditionally. You send some input values to the stored proce
New C# 7 Features - Ref Returns And Out Variables - Part Three
7/31/2018 9:02:28 AM.
This blog explains the improvement for ref returns and out variable in C# 7.0.
Four Simple Ways To Get The Best Returns Out Of Your Office 365 Investment
5/30/2018 11:02:05 AM.
Recent reports state that Microsoft has more than 120 billion Office 365 commercial monthly active users. If you are among them then this article is for you.
SharePoint 2016 - Popularity Trends And Usage Data Return No Results
5/20/2018 11:29:08 PM.
Popularity trends or usage data is not working in any SharePoint 2016 environment. All the search related reports show the data but no Analytics related data shows in the report. We are getting 0s in
Introduction To ReturnType Key
4/10/2018 12:13:09 AM.
Today, I would like to tell you about Entry Key ReturnType. How to change ReturnKeyType keys like Search, Done, Next etc. In this article I am using Xamarin Forms PORTABLE and XAML.
SharePoint Search - Your Search Returned No Results
2/6/2018 12:03:09 PM.
Search has now became an integral part of SharePoint based portals. SharePoint is being used for Content Management, we usually come across search implementation in an out of the box as well as a cust
Swift Programming - Zero To Hero - Part Eight
12/12/2017 1:14:56 PM.
This is Part Eight of Swift Programming - Zero To Hero Series. In this article, we will learn about Return Type & Tuples in swift.
How To Return A Pair Of Closest Birthdates Using API, Multi Threading And MVC 5 Using C#.NET
10/18/2017 9:13:40 AM.
This article demonstrates how to use multi-threading to return the name of 2 customers who have the closest birthdate. I also include how create API to add\ retrieve customer details from SQL database
Working With Ref Returns And Ref Local In C# 7.0
3/24/2017 12:13:58 AM.
This article explains about Ref Returns and Ref Local , which are introduced in C# 7.0 and demonstrates how to use it in software development.
Return JSON Response From Web Service In ASP.NET
4/18/2016 5:46:13 PM.
In this post I will show how to return JSON Response from Web Service in ASP.NET. I assume readers have basic knowledge of Web Service.
Returning An Image From ASP.NET MVC Controller
4/6/2016 12:29:32 PM.
In this article you will learn how we can return an image from ASP.NET MVC Controller.
Creating Web Services In .NET To Return XML And JSON Data
12/10/2015 5:52:58 AM.
In this article we will create Web Services in .NET and create methods that will returns and JSON data.
List Collection Sample & Lab Practice Questions
12/6/2015 11:21:50 PM.
In this article you will see a sample of List Collection & some lab practice questions.
Web Service in ASP.NET (Return JSON and XML): Part 4
11/21/2015 11:57:47 AM.
This article explains how to return JSON and XML data from a [WebMethod].
Return Json Result in ASP.NET MVC 5
10/10/2015 11:35:31 AM.
In this video tutorial we will learn how to return the Json type result in Asp.net MVC
C# Yield return and Its Use
3/7/2015 7:52:47 AM.
This article describes the yield return key phase and its use in C#.
Tuples in C#
3/5/2015 9:37:00 PM.
Here you will learn about a class provided by C# that can be a more efficient way to return multiple values from a function.
Return Random Records From SQL Server Table
2/18/2015 4:58:56 PM.
In this article I am showing how to return random records from SQL Server.
Return Anonymous Type in C#
2/6/2015 4:54:53 PM.
This article explains returning an anonymous type and how to handle it in code.
How to Create a Function That Accept Stored Procedure Name and Parameter and Return Data Table in ASP.Net Using C#
10/7/2014 12:40:00 PM.
This article provides a code snippet of a generalized function in C# that can accept any Stored Procedure name and parameters and returns the data table.
How to Return a Single Value of Unpredictable DataType From a Function
2/21/2014 2:51:42 PM.
In this article I show how to send a single value from a function when you don’t know the exact DataType of that value.
Web API With AJAX: Submit Form Data After Serialization
12/13/2013 10:21:24 AM.
This article provides two ways to submit form data (save user's data) to the server; the first is to take data from each control and form it in JSON format and the second is to serialize an entire form's data and send it to the server.
Web API With AJAX: Return Various Data Types From Web API Service
12/12/2013 2:16:44 PM.
In this article we will see the real beauty of the Web API.
Error Result 1 Returned from 'C:\WINDOWS\system32\cmd.exe'
10/4/2012 12:20:53 PM.
I keep getting the following error message every time I try to run or build a C++ application in Visual Studio 2008.
Using Objects as Parameters and Return Types in Remoting
9/29/2012 5:43:28 AM.
In this article I will explain you about Using Objects as Parameters and Return Types in Remoting.
Learn .NET and C# in 60 days Lab 5 - Day 1: IF Conditions Return Try/Catch
4/18/2012 1:09:38 AM.
In this video we will try to understand how we can use IF Conditions.
Autocomplete Textbox Using Database Return Value in ASP.NET Mvc3 Razor With Jquery
2/3/2012 1:46:41 AM.
In this article I will describe how to use an autocomplete textbox with a value coming from a database using Jquery.
Username returned by the Secure Store Provider is not of the form ‘Domain\User’
7/9/2011 12:56:06 PM.
In this article we will be seeing how to resolve the following error The username returned by the Secure Store Provider is not of the form ‘Domain\User’.
REST API in SharePoint 2010 for Excel Services: Part 3
6/20/2011 8:24:53 AM.
In this article we will be seeing how to access the Tables and REST API Return Formats.
How to Return Value from Javascript to Server Side
1/6/2010 1:20:52 AM.
This article will teach you how to retrieve JavaScript functions Return Value to Code Behind
Webservice return the Image of the Customer in ASP.NET 2.0
5/15/2009 3:12:01 AM.
Webservice return the Image of the Customer in ASP.NET 2.0
Handling complex data types returned by Web services using JSON and jQuery in Microsoft.NET and Oracle AS
4/17/2009 6:45:10 AM.
In this article, I will illustrate how to invoke an Ajax-enabled Web service which returns a complex data type (an array of products) from a Web service in Visual Studio.NET and JDeveloper.
C# 2.0 Yield Return Iterator
1/30/2007 2:19:15 AM.
One interesting new feature of the C# 2.0 is the “yield” keyword. Basically it is used to iterate through objects returned by a method. It creates a state engine in IL so you can create methods that retain their state and don’t have to go through the pain of maintaining state in your code.
Handling new line and carriage return with Textbox
8/8/2006 12:40:05 AM.
This article shows how to handle newline and carriage return with Textbox while working with Databases.
Returning a DataSet From a Web Services: Step-by-Step
2/8/2006 1:28:00 AM.
This Example Shows how to create a Web service which returns a DataSet object and a Client which displays the DataSet in a Grid.