Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About controller
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi (5)
Sourav Kayal (5)
Zain Ul Hassan (5)
Mudita Rathore (4)
Abhimanyu K Vatsa (4)
Akshay Patel (3)
Abhishek Yadav (2)
Rajendra (2)
Krishna Garad (2)
Rajeev Ranjan (2)
Shrimant Telgave (2)
Vithal Wadje (2)
Sandeep Singh Shekhawat (2)
Ashish Bhatnagar (2)
Anish Ansari (2)
Gaurav Gahlot (2)
Shweta Lodha (1)
Prathap Reddy (1)
Ishika Tiwari (1)
Sarthak Varshney (1)
George (1)
Ramasagar Pulidindi (1)
Yogeshkumar Hadiya (1)
Shivprasad (1)
Raj Kumar (1)
Gaurav Kumar Arora (1)
Manish Kumar Choudhary (1)
Sahil Sharma (1)
Damodhar Naidu (1)
Vishal Gilbile (1)
Jignesh Trivedi (1)
Sachin Kalia (1)
Suthish Nair (1)
Rohatash Kumar (1)
Akhil Mittal (1)
Vishnujeet Kumar (1)
Rijwan Ansari (1)
Nitish Kumar (1)
Amit Mishra (1)
Mike Gold (1)
Nitin (1)
Sibeesh Venu (1)
Carmelo La Monica (1)
Pooja Baraskar (1)
Abhishek Mishra (1)
Sazid Mauhammad (1)
Gaurav Kumar (1)
Logesh Palani (1)
Rahmat Afridi (1)
Sekhar Srinivas (1)
Pankaj Patel (1)
Farhan Ahmed (1)
Sarvesh Shinde (1)
Prakashraj P (1)
Devesh Omar (1)
Saineshwar Bageri (1)
Srikanta Barik (1)
Surya Kant (1)
Deepak Kumar Jena (1)
Akshay Phadke (1)
Mahesh Chand (1)
Mohammad Sbeeh (1)
Naveen Arumugam (1)
Usama Shahid (1)
Meeran Nasir (1)
Dipak Talaviya (1)
Mohammad Irshad (1)
Arvind Singh Baghel (1)
Anwar Basha (1)
Rajdip Sarkar (1)
Related resources for controller
No resource found
Consuming Services in ASP.NET Core MVC Controller
6/1/2023 8:56:47 AM.
This article will guide you step-by-step on consuming services in ASP.NET MVC Controller using Dependency Injection
ASP.NET Core MVC Request Life Cycle
5/24/2023 7:05:25 AM.
In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers
5/4/2023 7:28:10 AM.
"Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers" is an article that provides a comprehensive overview of Azure Arc Data Controllers. It explains what the
How to consume multiple GET API in one view in MVC
4/17/2023 9:33:31 AM.
we will learn How we can consume multiple GET APIs in one view in MVC
Getting Started with Dependency Injection in ASP.NET Core using C#
2/17/2023 10:38:13 AM.
In this article, we explored how to use dependency injection (DI) in ASP.NET Core using C#. We covered the basics of DI, including what it is and why it's important. We then looked at how to set u
Controller Action Result (1), In ASP.NET MVC
1/19/2023 10:33:47 AM.
This article discuss the various types of Controller Action Results in ASP.MVC.
MVC Controllers Can Automatically Infer [FromServices] In .Net 7
12/27/2022 9:12:44 AM.
In.Net 7, MVC Controllers can automatically infer [FromServices].
How To Post Data To The Controller Using AJAX With Validations In ASP.NET Core
9/5/2022 6:30:49 AM.
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 va
Learn MVC (Model view controller) Step by Step in 7 days - Day 3
8/26/2022 9:35:00 AM.
This article is continuation to Learn MVC step by step in 7 days
Introducing ASP.Net Web API 2- Adding Controller: Day 2
6/22/2022 6:52:04 AM.
This article describes how to create an empty ASP.NET Web API 2 Controller and by using jQuery we can call the Web API in the web form.
MySQL PHP MVC CRUD Without Framework
5/4/2022 9:25:36 AM.
This article shows beginners how to make their own MVC framework pattern in PHP. Also, it explains the design style of a framework and the way of coding.
Angular Components for Beginners
5/4/2022 9:19:50 AM.
This article discusses how to create a reusable component in angular js. This tutorial is for beginners, freshers, or students. I have created a functionality of the component and used it in our progr
Building ASP.NET MVC Web Applications using ADO.NET Entity Data Model
11/8/2021 6:40:29 AM.
This is a step by step tutorial on how to build ASP.NET MVC Web Applications using ADO.NET Entity Data Model and Visual Studio.
ASP.NET MVC Series For Beginners: Part 1
11/1/2021 8:44:57 AM.
In this session, we covered the very basics of ASP.NET MVC, which is a very important build foundation of ASP.NET MVC framework.
Implement Version in Web API: Using Different Controller
6/7/2021 11:46:24 AM.
In this article, we will learn to implement multiple versions of an existing application by adding a new controller class.
Practical Approach to Learn MVC: Part 1
6/4/2021 7:52:03 AM.
This article explains MVC in ASP.Net. The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view and the controller.
Learn ASP.Net in MVC Style: Part 2 [Controller in ASP.Net MVC5]
5/31/2021 9:17:10 AM.
This article provides a detailed description about Controllers in ASP.NET MVC5.
Controllers in MVC : Define Custom Route
5/27/2021 9:10:05 AM.
This articles helps you to create Custom Routes in your ASP.NET MVC application.
ASP.Net MVC 5 Using Visual Basic: Adding Controller
5/27/2021 7:33:50 AM.
This article explains how to add a Controller and how they work in MVC 5 Web Applications.
Create Your First MVC Application Using Sencha Touch
5/26/2021 11:54:33 AM.
In this article, we will create our first MVC application using Sencha Touch by creating a MVC structure and how the Sencha Touch framework fits into MVC.
Asynchronous Controller of Web API 2 With Entity Framework 6: Get() Method
5/25/2021 9:13:18 AM.
In this article, we will understand the Get method to get data from the Web API asynchronously.
Controllers in MVC : Overview of Controller
5/25/2021 5:34:18 AM.
This article provides an overview of the controller, controller actions and action results of ASP.NET MVC.
Getting Started With ASP.Net Web API 2 : Day 5
5/24/2021 10:02:36 AM.
In this article, we will learn how to link a MVC Controller to an API Controller.
Getting Started With ASP.Net Web API 2: Day 2
5/24/2021 9:52:41 AM.
In this article, we will learn the ASP.NET Web API to do a MVC application.
Extending Controller Class to Handle Unknown Action at One Place in MVC
5/5/2021 9:28:12 AM.
The HandleUnknownAction method is invoked when a controller is unable to find an appropriate action method to execute when a browser requests it.
URL Routing in MVC4
5/5/2021 9:22:12 AM.
We’ll try to demonstrate how the routing works in a MVC4 application. For this we’ll take an example.
Asynchronous Controller of Web API 2 With Entity Framework 6: Put and Delete Method
4/23/2021 5:55:39 AM.
As per promise, in this article we will see to update DB using Entity Framework with the help of Put method.
Controlling Session Behavior in ASP.Net MVC
4/13/2021 4:54:07 AM.
This article explains the use of the SessionState attribute to disable the session state for a controller.
Various Return Types From MVC Controller
4/8/2021 5:30:17 AM.
In this article, we will see various return types from MVC controllers.
Introduction To Scaffolding in Visual Studio 2013 RC
3/26/2021 10:00:17 AM.
In this article, I am describing the new Scaffolding methodology used in Visual Studio 2013 RC.
Remove Ambiguty of Controller Names in MVC Application
3/26/2021 7:10:57 AM.
In this article, I am sharing my thoughts of how to create a routing system in a MVC application and the terminology being used.
Process of Selecting Controller Method in ASP.NET Web API Framework
3/18/2021 5:53:53 AM.
In this article, we will define the process of selecting the controller method in the ASP. NET Web API.
Passing Form Data to Controller Using Another View in Web API
3/9/2021 6:56:53 AM.
This article describes how to send Form Data to the Controller class.
Understanding ASP.NET MVC Project Folders
3/1/2021 10:13:33 AM.
Here we list the various MVC project folders available when a project is created.
Scaffolding Asynchronous in Web API 2 Controllers
3/1/2021 6:20:57 AM.
This article explains the scaffolding of asynchronous Web API 2 Controllers.
Displaying Upload Image in Image Controller in Web API
2/16/2021 5:33:15 AM.
This article explains how to display the uploading image in the image control.
Various Ways to Pass Data From Controller to View in MVC 4
2/9/2021 5:09:47 AM.
In this article you will try to understand what the differences among ViewData, ViewBag and TempData in MVC.
Introduction to MVC Architecture and Separation of Concerns: Part 1
2/4/2021 4:55:59 AM.
My effort in this MVC articles series would be to cover almost all the aspects of MVC starting from creating simple app and connecting with the database with various Microsoft providers.
View Without Controller Action in MVC
2/3/2021 4:44:23 AM.
In this quick article you will learn how a view can be rendered without its native Controller Action method.
MVVM (Model View ViewModel) Introduction: Part 1
2/3/2021 4:35:12 AM.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
Scope Inheritance - Master/Parent Child Controller In Angular
1/27/2021 4:12:33 PM.
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
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.
Passing Data From Controller To View With TempData - Part Four
1/5/2021 10:27:34 AM.
This article will tell you almost everything you need to know about passing data from Controller to View in ASP.NET MVC using TempData. I am writing this article to tell you the basic to advance forem
Views In ASP.NET MVC 5
1/5/2021 5:46:34 AM.
We will learn Views in MVC 5 and type of Views in ASP.NET MVC 5 with example.
Change Layout Page Dynamically In ASP.NET MVC 5
12/31/2020 9:50:18 AM.
In this article we will learn how to change the layout page dynamically in ASP.NET MVC.
Displaying Data On View From Controller
12/11/2020 4:14:19 AM.
This article introduces various approaches to show dynamic data on a view.
Passing Data From Controller To View With ViewData - Part Two
12/7/2020 3:04:36 AM.
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 advance foremost concepts abou
Passing Data From Controller To View - Part One
12/7/2020 3:03:07 AM.
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 advance foremost concepts about ways to pass
Passing Data From Controller To View With ViewBag - Part Three
12/7/2020 2:44:50 AM.
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 foremost concepts about
CRUD Operations In ASP.NET MVC 5 Using ADO.NET
12/2/2020 5:00:20 AM.
In this article we will learn insert, update, delete and view operations using ADO.NET in MVC.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
11/27/2020 12:19:11 AM.
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.
Various Ways to Pass Data From Controller to View in MVC
11/25/2020 11:20:17 PM.
In this article, we discuss how Controllers interact with Views and how you can pass data from a Controller to a View to render a response back to a client.
Getting Data From View to Controller in MVC
11/25/2020 11:12:13 PM.
This article explains that how can access data from view to controller’s action method.
ASP.NET MVC - Passing Data From Controller To View
11/25/2020 3:26:20 AM.
This article briefs you on ASP.NET MVC - passing the data from Controller to View.
Schedule Program Using C#
10/30/2020 5:11:02 AM.
The Scheduling program consists of three main classes. The Form, the DatabaseController used to read and write scheduled events into the database and RowData which corresponds to data extracted from
Controller Component In Struts
7/31/2020 8:07:06 AM.
The core of struts, which is based on MVC architecture, is the controller component. The controller is a Servlet that receives requests from the application.
Building Web Applications Using Struts
7/19/2020 8:16:38 AM.
Over a period of time, web application development has undergone significant change. Gone are the days when Java developers used a single JSP page containing the presentation logic, database access, a
Mobile_Joystick_Controller Using C# Scripts In Unity
6/17/2020 7:42:13 AM.
In this article, you will learn about Mobile_Joystick_Controller using C# scripts in Unity.
Light Sensing Using Photo-Resistor Sensor (LDR) And BBC Micro:Bit
4/24/2020 3:35:34 AM.
By the end of this tutorial, you will be able to read analog signal using micro:bit and display the value on the screen. You wil know how to read light level using LDR sensor.
MXChip Device With Pressure, Humidity, Temperature Info Using Azure IoT Workbench
4/24/2020 2:14:50 AM.
In this article, we will see how to set up our MXChip and get all the information, such as - Temperature, Humidity, Pressure etc. received to our Azure IoT Hub.
Introduction to MVC in Sencha Touch 2
4/22/2020 3:57:02 PM.
This article describes the architecture part of Sencha Touch.
Read the Temperature With Arduino Uno
4/19/2020 1:40:38 AM.
This article shows how to read the temperature with a Arduino Uno and show it on a LCD.
Pointing The Spotlight On LinkIt ONE
4/16/2020 12:38:47 AM.
Here in this article I am showcasing details on MediaTek's latest IoT microcontroller- LinkIt ONE.
Traffic Light System Using BBC MicroBit
4/7/2020 1:27:56 AM.
In this article, I am going to walk you through the step by step procedure of how to control or blink an LED using the BBC micro:bit and make traffic light system using micro:bit. Basically, I will ex
Azure Kubernetes Service - Understanding Networking Service Types
3/30/2020 11:08:50 AM.
In this article, we will learn what a service is and explore the different types of services available in Azure Kubernetes Service.
Introduction To Building ASP.NET Core And Angular Web Application
3/24/2020 9:56:19 AM.
In this article, you will learn how to build ASP.NET Core and Angular Web Application.
Activities Life Cycle in Android
2/20/2020 1:15:30 AM.
In this article, I describe Android activities. Activity is a sub-container within an application container that describes all the UI controls.
Play Video From Internet Using VideoView In Android App
2/17/2020 2:28:38 AM.
This article shows how to use a VideoView in an Android app to play video files directly from the Web.
How To Use Multiple View Controller In Single Page In Xamarin iOS
1/20/2020 9:16:14 PM.
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
10/30/2019 9:31:11 AM.
Passing Data From One Controller To Controller In ASP.NET MVC Using TempData
Model View Controller (MVC) vs Model View Template (MVT) Process Model
10/9/2019 11:36:59 AM.
In this Video, I have explained the difference between the process model of Traditional Web Application Development, Model View Controller Pattern and Model View Template Pattern which is used by the
MVC - Return A File (Excel) From A Controller’s Action Method And Create An Excel Blob In To The jQuery Along With Loader Effect
9/10/2019 8:45:41 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
Controller In ASP.NET MVC 5
8/12/2019 8:08:17 AM.
In this article, we will learn about controllers in ASP.NET MVC5 and their examples.
Controllers In ASP.NET MVC Applications
7/28/2019 9:54:03 PM.
In this article, you will learn about Controllers in ASP.NET MVC applications.
Create REST Web API And Add Multiple POST Methods In One Controller
7/8/2019 9:41:14 AM.
In this article, we will see the basics of how to create a REST Web API project in ASP.NET using Visual Studio 2017 Community Edition. We will also see how to add multiple POST methods in one Controll
Generate A Controller And View In Ruby On Rails
6/6/2019 6:55:33 AM.
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.
Simple Way to Bind List of Objects to View Using MVC
5/20/2019 5:01:26 AM.
This article shows how to show a list of users in a HTML page using MVC. I am assuming you are aware of MVC.
Creating Simple WebGrid In MVC 4 Using Simple Model And Dataset
5/16/2019 5:54:18 AM.
Here you will learn how to create a simple WebGrid In MVC 4 using a simple Model And Dataset.
Installation Of SharePoint 2016 Server
3/19/2019 9:17:28 AM.
The IT preview of Microsoft SharePoint Server 2016 has been hooked up on the internet since August 2015 and everybody has been digging into its features ever since.
GET and POST Calls to Controller's Method in MVC
3/17/2019 10:13:24 AM.
In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
MVC Basics
1/14/2019 10:54:01 PM.
In this article, you will learn about MVC basics. In this article, I will cover topics likes Razor Engine, Layout Page, Partial Page, Model in MVC, Scaffolding In MVC.
Layout Sample in MVC, Day 6
12/13/2018 4:49:28 AM.
In this article we will see how to create a layout for a view in MVC.
Useful Way to Call Controller Actions From HTML Using jQuery
11/27/2018 4:29:48 AM.
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.
Passing Data From Controller To View Using Session - Part Five
10/10/2018 12:07:02 AM.
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
Introduction To ASP.NET MVC
9/24/2018 12:53:33 AM.
In this article you will learn about ASP.NET MVC. MVC (Model-View-Controller),
ServiceController In C#
9/13/2018 8:25:10 AM.
A ServiceController component allows us to access and manage Windows Services running on a machine. In this article, I will discuss how to a ServiceController class to load all services and get inform
Video 1: Set Up Domain Controller Server In Azure
9/4/2018 1:17:29 AM.
In this video, you will learn how to install and configure SharePoint 2016 Min Role Farm in Azure (IaaS) and set up Domain Controller Server.
A Better Approach To Access HttpContext Outside A Controller In .Net Core 2.1
8/7/2018 1:04:50 AM.
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
8/6/2018 12:29:06 AM.
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.
Controller And Modules In Angular
5/31/2018 10:50:09 AM.
In this article, we will see controllers and the modules in AngularJS. And also, we will work out with some examples.
Controllers And Routing
5/10/2018 11:26:11 PM.
Here the Controller Name should have the suffix (Controller) because there are lots of (.cs) CSharp files in the project. And this convention helps Visual Studio to identify which is the Controller fi
Promotion Of Domain Controller
3/24/2018 2:58:54 PM.
In this article, you will learn the promotion of Domain Controller.
Call Stored Procedure From ASP.NET MVC Controller
3/12/2018 4:42:44 AM.
7 steps easy video tutorial for calling stored procedure in MVC.
Sharing Data To Third-Party Services
1/20/2018 5:28:16 AM.
The ActivityViewController is a controller that allows the current application user to share the data in the form of text, images etc easily between the current application and services. There are a n
Angular From Basic To Expert - Day Three
1/3/2018 1:02:39 PM.
In the previous articles - AngularJS from basic to expert Day One and Day Two, we have learned what AngularJS is, its basics, and usage of AngularJS expression and directives. Here we will learn Model
Simple Single Side Traffic Controller Using Timer Control
10/25/2017 5:10:04 PM.
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
Return View With ViewName in Controller Sample in MVC - Day 5
9/25/2017 1:38:32 AM.
This article describes returning a viewname from a controller.
Layout For All Views Sample in MVC, Day 7
9/25/2017 1:37:02 AM.
This article shows how to set a layout link once for all views in MVC.
How To Export Razor View To Excel file Using ASP.NET MVC C#
9/1/2017 2:24:21 AM.
How to Export Razor View to Excel file (Without using Third-Party Library) using ASP.NET MVC 5 with Entity Framework Code first Approach.
Understand FormCollection In MVC Controller
8/9/2017 1:39:04 AM.
This article shows the use of a FormCollection in the MVC architecture. Using the FomrCollection class we can capture the form's values within the controller.