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]
Akshay Patel(19)
Zain Ul Hassan (5)
Vithal Wadje(4)
Akshay Phadke(3)
Sachin Kalia(3)
Sourav Kayal(3)
Mudita Rathore(3)
Sachin Bhardwaj(3)
Sandhiya Priya(2)
Jitendra Mesavaniya(2)
Gaurav Gahlot(2)
Khawar Islam(2)
Debasis Saha(2)
Pramod Thakur(2)
Rion Williams(2)
Anubhav Chaudhary(2)
Abhimanyu K Vatsa(2)
Vishal Yelve(1)
Saurav Kumar(1)
Ananya Desai(1)
Nitin (1)
Sangeetha S(1)
Najath Risni(1)
Sardar Mudassar Ali Khan (1)
Yogeshkumar Hadiya(1)
Rijwan Ansari(1)
Nitish Kaushik(1)
Logesh Palani(1)
Rahmat Afridi(1)
Anwar Basha(1)
Umair Hassan(1)
Prakashraj P(1)
Amit Mishra(1)
Priyaranjan K S(1)
Delpin Susai Raj(1)
Sandip G Patil(1)
Tariq Younas(1)
Tejas Trivedi(1)
Nitin (1)
Sibeesh Venu(1)
Jeetendra Gund(1)
Priti Kumari(1)
Ehsan Sajjad(1)
Anoop Kumar Sharma(1)
Anupam Singh(1)
Shridhar Sharma(1)
Afzaal Ahmad Zeeshan(1)
Ratnesh Singh(1)
Harpreet Singh(1)
Deepak Kumar Jena(1)
Damodara Naidu(1)
Shivprasad (1)
Sandeep Sharma(1)
Nimit Joshi(1)
Sandeep Singh Shekhawat(1)
Rohatash Kumar(1)
Resources
No resource found
Difference Between Controller and ControllerBase in ASP.NET Core
Jun 19, 2026.
Understand the core differences between ASP.NET Core's ControllerBase and Controller for building efficient Web APIs and full-featured MVC applications.
How to Configure Ingress Controller in Kubernetes with Example
Apr 17, 2026.
Master Kubernetes Ingress! This guide simplifies Ingress Controller configuration with a practical NGINX example, enhancing routing, scalability, and cost efficiency.
What Is Kubernetes Ingress Controller and How Does It Work?
Mar 17, 2026.
Learn how Kubernetes Ingress Controllers streamline external access to your apps. Discover routing, SSL termination, and simplified networking in K8s clusters.
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
What Is the Role of the Animator Controller in Unity
Aug 06, 2025.
The Animator Controller in Unity plays a central role in managing and organizing animation logic for characters, UI elements, and game objects.
Difference Between Minimal API and Controller API .NET Core
Jun 20, 2025.
Explore the key differences between Minimal API and Controller API in .NET Core, including structure, performance, routing, and use cases—helping you choose the right approach for your project.
Transitioning from Controller to Minimal API in ASP.NET Core
May 22, 2024.
The ASP.NET Core framework has evolved significantly over the years, introducing new paradigms to streamline the development process. This article explores the process of transitioning from the traditional Controller-based approach to using Minimal APIs, highlighting the benefits and providing practical examples.
Routing to Controller Actions in ASP.NET Core
Mar 30, 2024.
In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
How to Add Additional Domain Controller in Server
Feb 28, 2024.
Deploying additional domain controllers increases the redundancy, which results in even greater resilience and higher availability.
Routing to Controller Actions in ASP.NET Core MVC
Jan 30, 2024.
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be established in the Startup.cs file using the MapControllerRoute method.
How To Post Data To The Controller Using AJAX With Validations In ASP.NET Core
Sep 05, 2022.
In this article, we are going to discuss how we can post data to controller in asp.net core using Ajax with form serialize and without form serialize. With form serialize we also going to implement validation in form. We are not going to save or retrieve data from database we just post data to the controller.
Scope Inheritance - Master/Parent Child Controller In Angular
Jan 27, 2021.
In this article, you will learn about Scope Inheritance - Master/Parent Child Controller In Angular.
Three Ways To Return The Data From Controller Action Method In ASP.NET Core Web API
Jan 11, 2021.
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.
How To Use Multiple View Controller In Single Page In Xamarin iOS
Jan 20, 2020.
In this blog, I will explain how to handle multiple view controllers on a single page in Xamarin iOS.
Passing Data From One Controller To Another Controller In ASP.NET MVC
Oct 30, 2019.
Passing Data From One Controller To Controller In ASP.NET MVC Using TempData
Passing Data From Controller To View Using Session - Part Five
Oct 09, 2018.
In this article, you will learn how to pass strongly typed data from Controller to View using session, in which firstly, you should make a model class then populate its properties with some data then pass that object to the session as Value and pass magic Key as a string.
Passing Data From Controller To View With TempData - Part Four
Oct 04, 2018.
Passing Data From Controller To View With TempData - Part Four" demonstrates using TempData in ASP.NET MVC to transfer temporary data between controller and view, facilitating efficient communication and enhancing user experience.
Passing Data From Controller To View With ViewBag - Part Three
Oct 02, 2018.
This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewBag. I am writing this article to tell you the basic to advance concepts about ways to pass data from Controller to View.
Passing Data From Controller To View With ViewData - Part Two
Sep 29, 2018.
This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewData. I am writing this article to tell you the basic to advanced concepts about ways to pass data from Controller to View.
Passing Data From Controller To View - Part One
Sep 26, 2018.
This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC. I am writing this article to tell you the basic to advanced concepts about ways to pass data from Controller to View.
A Better Approach To Access HttpContext Outside A Controller In .Net Core 2.1
Aug 06, 2018.
In this approach, we are going to create a static AppContext class. This class is going to hold the current Http session as a property called Current.
Using HttpContext Outside An MVC Controller In .Net Core 2.1
Jul 20, 2018.
With .Net Core 2.1 we can not access the HttpContext outside a controller, however, we can use the IHttpContextAccessor to access the current session outside a controller.
Simple Single Side Traffic Controller Using Timer Control
Oct 25, 2017.
This is a simple article for beginners who are getting introduced to C# programming in which they will learn how to code using Timer control inside Windows form
Communication Between Model, View, And Controller In ASP.NET
Aug 08, 2017.
In this article we are going to learn how to communicate between Model, View, and Controller in ASP.NET application.
Generate A Controller And View In Ruby On Rails
Jul 05, 2017.
Ruby on Rails architecture is based on model-view-controller pattern. In this article, you will learn rails controller and rails view in MVC and how to generate a controller and view in Ruby on Rails.
ASP.NET MVC - Passing Data From Controller To View
Apr 13, 2017.
Passing data from a controller to a view is a fundamental aspect of ASP.NET MVC development, enabling seamless communication between the application's logic and its user interface. This process involves transferring data from the server-side controller to the client-side view, allowing dynamic rendering and presentation of information. Utilizing techniques such as ViewBag, ViewData, strongly typed models, and TempData, developers can efficiently pass various types of data, including objects and simple variables, from the controller to the corresponding view. This guide explores these mechanisms and provides practical examples, offering insights into effectively sharing data and enhancing the user experience in an ASP.NET MVC application.
Create And Configure Active Directory Domain Controller In Azure Windows Server
Mar 21, 2017.
Create and Configure Active Directory Domain Controller in Azure Windows Server.
How To Use Navigation Controller In Xamarin iOS App
Mar 21, 2017.
In this article, you will learn how to use navigation controller in Xamarin iOS, using Xamarin Studio.
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.
Build Domain Controller With AD Tenants In Azure
Nov 07, 2016.
In this article, you will learn about building a Domain Controller with AD Tenants in Azure.
AngularJS Controller Best Practices
Sep 30, 2016.
In this article, you will learn about AngularJS Controller best practices.
AngularJS Controller As Syntax
Sep 07, 2016.
In this article, you will learn about AngularJS controller as syntax.
Modules And Controller In AngularJS
Jul 15, 2016.
AngularJS utilizes modules to organize and encapsulate code, facilitating maintainability and scalability. Controllers define behavior and manage data within specific sections of an application, connected through dependency injection.
Understanding Controller In ASP.NET MVC
Jul 05, 2016.
In this article, you will understand controller In ASP.NET MVC.
iPhone App Development: Table View Controller - Day One
Jun 09, 2016.
In this article, you will learn about table view controller in iPhone app development.
Passing Data From Controller To View In ASP.NET MVC
May 24, 2016.
In this article we see how to pass data from Controller to View in ASP.NET MVC.
AngularJS From Beginning: Unit Test Of AngularJS Controller - Part Thirteen
May 18, 2016.
In this article, we will discuss how to perform unit test of AngularJS controller using Jasmine.
Working With API Help Page Controller In Web API
May 13, 2016.
In this article we are going to see how we can enable the API descriptions for a better understanding of how our API controller works and what exactly it is supposed to do.
Introduction To AngularJS: Controller as Syntax - Day Twenty One
May 04, 2016.
In this article you will learn about 'Controller as' Syntax in AngularJS. This is part 21 of the article series.
Sending Emails In ASP.NET MVC From Controller Using WebMail Helper
Apr 18, 2016.
In this article we will learn how to send emails in ASP.NET MVC using WebMail helper Class
Pass Dynamically Added HTML Table Records List To Controller In ASP.NET MVC
Apr 16, 2016.
In this article we will learn how to pass dynamically added HTML Table records list to Controller in ASP.NET MVC.
Lazy Loading AngularJS Controller Files Using RequireJS
Mar 19, 2016.
In this article, we will discuss how to load AngularJS controller file at run time for a single page application.
Module And Controller In AngularJS
Mar 17, 2016.
AngularJS is a framework for building dynamic web applications. It uses modules as containers for components like controllers and directives, with controllers managing data and $scope serving as the bridge between the controller and view. Modules can be combined, allowing complex app structures.
Data Transfer Between View And Controller In ASP.NET MVC 5
Feb 09, 2016.
In this article you will learn how to transfer data between View and Controller in ASP.NET MVC 5.
Pass Data From Controller To View In ASP.NET MVC
Jan 19, 2016.
In this article we will learn how to pass data from controller to view in ASP.NET MVC.
WCF Service Injection In Controller Using Castle Windsor
Jan 11, 2016.
In this article you will learn how we can inject WCF service dependency in the controller in ASP.NET MVC.
Post Data To Controller Without Page Refresh In ASP.NET MVC
Dec 25, 2015.
Submit data to ASP.NET MVC controller without page refresh using AJAX. Utilize JavaScript/jQuery to send FormData asynchronously, updating parts of the page dynamically, and enhancing user experience.
Manage Controller Specific Session In ASP.NET MVC 5
Dec 14, 2015.
In ASP.NET MVC 5, managing controller-specific sessions involves utilizing tools like HttpSessionStateBase to store and retrieve session data within controller actions.
.NET 4.5 Controller Blocking Issues: Resolved
Oct 31, 2015.
In this article you will learn .NET 4.5 controller blocking Issues.
Resolving Controller Blocking Within .NET 4.5 And ASP.NET MVC
Oct 28, 2015.
In this article you will learn how to resolve controller blocking within .NET 4.5 and ASP.NET MVC.
Passing Data From Controller To View In ASP.NET MVC
Oct 25, 2015.
In this article, we will learn how to pass data from Controller to View in ASP.NET MVC using ViewData and ViewBag.
Scope-less Controller In AngularJS
Oct 22, 2015.
In this article I will try to explain scopeless controller implementation in AngularJS framework.
Passing Data From Controller To View Using Viewdata In ASP.NET MVC 5
Oct 02, 2015.
In this article, we will do a simple demo to understand how we can move data over model, controller and view.
Controller to Controller Communication Using $RouteScope in AngularJS
Jul 22, 2015.
This article explains Controller to Controller communication using $RouteScope in AngularJS.
Understanding the Model View Controller (MVC)
May 13, 2015.
In this article, you will learn Model View Controller (MVC) and its framework. Its implementation in applications will also be discussed here.
AngularJs: Controller and $scope
Mar 17, 2015.
This article attempts to explain the “Controller” and “$scope” of AngularJs.
Model View and Controller (MVC) in ASP.Net
Feb 18, 2015.
In this article we will learn the three key concepts of ASP.NET MVC, Models, Views, and Controllers. But first let’s see how MVC works.
Useful Way to Call Controller Actions From HTML Using jQuery
Dec 15, 2014.
In this topic, I am showing some useful ways to call controller actions to be executed and return results to your UI (view) page. $.get() method, $.post() method, $.ajax() method.
Make a Controller Protected in MVC
Dec 13, 2014.
In this article we learn that it is possible to make a controller protected.
Controller to Controller Sample in MVC: Day 34
Nov 04, 2014.
In this sample example we send some value from one controller to another controller.
View to Controller Method 10: Day 32
Oct 31, 2014.
In this article we post data from a view to a controller using a form and get the data using a Request.
Extending Controller Class to Handle Unknown Action at One Place in MVC
Oct 31, 2014.
The HandleUnknownAction method is invoked when a controller is unable to find an appropriate action method to execute when a browser requests it.
View to Controller Method 8: Day 30
Oct 30, 2014.
In this article we post data from a view to a controller using a form and get the data using Request.Form.Get.
View to Controller Method 9: Day 31
Oct 30, 2014.
In this article we post data from a view to a controller using a form and get the data using Request.Params.
The 3 Musketeers, Model, View and Controller Using ASP.Net MVC: Part II
Sep 13, 2014.
In this section we will discuss step-by-step how to use the ASP.NET MVC to build the three Musketeer's Model, View and Controller.
View to Controller Method 7: Day 22
Sep 11, 2014.
In this article you will learn how post data from a view to a controller using a form and to get the data using a value provider.
View to Controller Method 6: Day 21
Sep 08, 2014.
In this article we post data from a view to a controller using a form and get the data using a request object.
View to Controller Method 5: Day 20
Sep 02, 2014.
This article shows how to post data from a view to a controller using Html.BeginForm and receive using a Request object.
View to Controller Method 4: Day 19
Aug 29, 2014.
This article describes the View to Controller Method.
View to Controller Method 3: Day 18
Aug 26, 2014.
This article shows how to pass data from a view to a controller using Html.BeginForm.
View to Controller Method 2: Day 17
Aug 23, 2014.
This article shows how to pass data from a view to a controller using Html.BeginForm() by explicitly passing an action method and controller.
View to Controller Method 1: Day 16
Aug 21, 2014.
This article shows how to pass data from a view to a controller using Html.BeginForm().
File Result in Controller Sample in MVC: Day 15
Aug 19, 2014.
This article describes the file result in a Controller in MVC.
HTTP Result in Controller Sample in MVC: Day 14
Aug 15, 2014.
In this article we will see how to use a HTTP result in a controller in MVC.
JSON Result in Controller Sample in MVC: Day 13
Aug 13, 2014.
This article shows how to use a JSON result in a controller in MVC.
JavaScript Result in Controller Sample in MVC: Day 12
Aug 11, 2014.
In this article we will see how to use JavaScript result in controller in MVC.
View Result in Controller Sample in MVC: Day 11
Aug 08, 2014.
This article shows how to use view result in a Controller in MVC.
Redirect Result in Controller Sample in MVC: Day 10
Aug 06, 2014.
In this article we will see how to use a redirect result in a controller in MVC.
Content Result in Controller Sample in MVC: Day 9
Aug 04, 2014.
In this article we will see how to use content results in a controller in MVC.
Return View With ViewName in Controller Sample in MVC - Day 5
Jul 22, 2014.
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 "Controllers" and selecting "Add" >> "Controller...". Choose "MVC 5 Controller - Empty" and click "Add".
Asynchronous Controller of Web API 2 With Entity Framework 6: Put and Delete Method
May 23, 2014.
As per promise, in this article we will see to update DB using Entity Framework with the help of Put method.
Asynchronous Controller of Web API 2 With Entity Framework 6: Post Method
May 22, 2014.
This article explains how to do a Post operation to send data from a .NET client to the Web API.
Asynchronous Controller of Web API 2 With Entity Framework 6: Get() Method
May 20, 2014.
In this article, we will understand the Get method to get data from the Web API asynchronously.
Passing Data From Controller to View in ASP.Net MVC
May 20, 2014.
This article explains how to use ViewBag, ViewData, and TempData to pass data from a Controller to a View in ASP.NET MVC. Learn to implement these techniques in Visual Studio, understand their differences, and see practical examples for transferring data efficiently between actions and views.
Scope Inheritance in Controller Method of AngularJS
Dec 20, 2013.
This article exlains Scope Inheritance in a Controller Method of AngularJS.
Passing Argument in the Controller of AngularJS
Dec 18, 2013.
In this article I will show you how to pass an argument in the Controller of AngularJS.
Displaying Upload Image in Image Controller in Web API
Nov 27, 2013.
This article explains how to display the uploading image in the image control.
Scaffolding The Web API 2 OData Controller in Visual Studio 2013
Nov 09, 2013.
In this article I am describing how to scaffold the Web API 2 OData Controller in the Visual Studio 2013.
Passing Form Data to Controller Using Another View in Web API
Oct 07, 2013.
This article describes how to send Form Data to the Controller class.
View Without Controller Action in MVC
Sep 10, 2013.
In this quick article you will learn how a view can be rendered without its native Controller Action method.
Getting Data From View to Controller in MVC
Aug 11, 2013.
This article explains that how can access data from view to controller’s action method.
Various Ways to Pass Data From Controller to View in MVC 4
Jun 27, 2013.
In this article, we will discover the myriad ways to transfer data between controllers and views in MVC 4. Explore techniques like ViewBag, ViewData, TempData, Models, and ViewModel for efficient communication, ensuring seamless integration and dynamic content presentation.
Process of Selecting Controller Method in ASP.NET Web API Framework
May 20, 2013.
In this article, we will define the process of selecting the controller method in the ASP. NET Web API.
Remove Ambiguty of Controller Names in MVC Application
Apr 24, 2013.
In this article, I am sharing my thoughts of how to create a routing system in a MVC application and the terminology being used.
Call Controller Action Method From jQuery Using Ajax
Apr 01, 2013.
Here I am trying to demonstrate how to call an action (method) of any controller using Ajax with JQuery.
View Controller Life Cycle in iPhone
Feb 12, 2013.
In this article I will explain various phases of view Controller in iPhone.
Split View Controller in iPad
Dec 28, 2012.
In this article I will explain how to implement Split View Controller in iPad.
Page View Controller in iPhone
Dec 20, 2012.
In this article I will explain how to implement a page view controller in iPhone.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
Oct 31, 2012.
In this article you will learn how to pass data for a view to a controller (HttpPost) and you will even learn how to warn on duplicate entry or just delete duplicates silently in MVC.