COMMUNITY: How to properly ask a question on Forums
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
LIVE
CAREER
MEMBERS
JOBS
Training
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]
Vithal Wadje (8)
Akshay Phadke (7)
Rion Williams (3)
Akshay Patel (2)
Abhimanyu K Vatsa (2)
Sibeesh Venu (2)
Delpin Susai Raj (2)
Satyendra Mishra (2)
Raj Kumar (2)
Sachin Kalia (2)
Jignesh Trivedi (2)
Khawar Islam (2)
Debasis Saha (2)
Anoop Kumar Sharma (2)
Nakkeeran Natarajan (2)
Sandeep Kumar (2)
Pradeep Sahoo (2)
Sourabh Somani (1)
Mohammad Irshad (1)
Arvind Singh Baghel (1)
Anwar Basha (1)
Rajdip Sarkar (1)
Sourav Kayal (1)
Umair Hassan (1)
Satyaprakash Samantaray (1)
Prakashraj P (1)
Rajeev Ranjan (1)
Gayathri Anbazhagan (1)
Sandeep Singh Shekhawat (1)
Amit Mishra (1)
Priyaranjan K S (1)
Jasbeer Singh (1)
Sandip Patil (1)
Tariq Younas (1)
Asma Khalid (1)
Deepak Kumar Jena (1)
Imran Javed Zia (1)
Tejas Trivedi (1)
Avinash Thakur (1)
Inamullah Khan (1)
Sekhar Srinivas (1)
Ehsan Sajjad (1)
Nitin (1)
Imran Ghani (1)
Surya Kant (1)
Ankur Mishra (1)
Jeetendra Gund (1)
Akhil Mittal (1)
Pramod Thakur (1)
Asfend Yar (1)
Shweta Lodha (1)
Luan Huynh (1)
Priti Kumari (1)
Nishant Mittal (1)
Veera Pallati (1)
Kml Surani (1)
Rakesh Kalluri (1)
Manoj Kalla (1)
Gul Md Ershad (1)
Santhakumar Munuswamy (1)
Pooja Baraskar (1)
Anupam Singh (1)
Fiyaz Hasan (1)
Shridhar Sharma (1)
Nilesh Jadav (1)
Sandeep Kumar (1)
Debendra Dash (1)
Carmelo La Monica (1)
Afzaal Ahmad Zeeshan (1)
Sathish Kumar (1)
RV (1)
Related resources for controller
No resource found
Returning An Image From ASP.NET MVC Controller
6/29/2019 7:11:42 AM.
In this article you will learn how we can return an image from ASP.NET MVC Controller.
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
Change Layout Page Dynamically In ASP.NET MVC 5
11/1/2017 7:42:40 AM.
In this article we will learn how to change the layout page dynamically in ASP.NET MVC.
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.
Communication Between Model, View, And Controller In ASP.NET
8/8/2017 8:28:56 PM.
In this article we are going to learn how to communicate between Model, View, and Controller in ASP.NET application.
Introduction To jQuery And Web API 2 Controller’s Method Relationship Using jQuery AJAX In ASP.NET MVC Razor
8/7/2017 5:09:44 AM.
ASP.NET Web API is a smart framework to build HTTP services which can be consumed by Multi platform clients including desktops or smart phone devices, irrespective of browsers or Operating Systems bei
GET and POST Calls to Controller's Method in MVC
7/12/2017 7:37:45 AM.
In this article I am going to cover some really interesting material that is very useful today in web application developments. You will learn how to make jQuery Ajax GET and POST calls to controller
Generate A Controller And View In Ruby On Rails
7/5/2017 12:23:43 PM.
In this article, you will learn what MVC web and Rails Architecture are.
ServiceController Class in Windows Service
6/26/2017 1:32:56 AM.
This articles explains the ServiceController. The ServiceController component is used to fetch the installed services and manipulate the state of the service. We can start and stop a service using the
Basics of AngularJS
6/23/2017 7:45:54 AM.
This article explains the basics of AngularJS. AngularJS has been introduced by the giant Google. It is a framework that helps you create dynamic web apps.
Character Controllers In Unity
6/11/2017 11:33:07 PM.
In this article, I am going to explain about how to control the character in your unity project.
Various Ways to Pass Data From Controller to View in MVC
5/25/2017 7:11:59 PM.
There are various ways to pass data from a Controller to a View. I'm going to discuss how Controllers interact with Views and specifically cover ways you can pass data from a Controller to a View
Getting Data From View to Controller in MVC
5/22/2017 10:31:43 AM.
This article explains that how can access data from view to controller’s action method.
How To Pass Data Between Two ViewControllers In Xamarin iOS
5/5/2017 10:38:36 AM.
In this article, you will learn how to pass the data between two ViewControllers in Xamarin iOS, using Xamarin Studio.
ASP.NET MVC - Passing Data From Controller To View
4/27/2017 12:04:32 AM.
This article briefs you on ASP.NET MVC - passing the data from Controller to View.
Create And Configure Active Directory Domain Controller In Azure Windows Server
3/22/2017 12:08:44 AM.
Create and Configure Active Directory Domain Controller in Azure Windows Server.
How To Use Navigation Controller In Xamarin iOS App
3/21/2017 4:10:08 PM.
In this article, you will learn how to use navigation controller in Xamarin iOS, using Xamarin Studio.
Extending MVC Controllers From External Assemblies And Projects
1/13/2017 11:26:52 AM.
In this article you will learn how to extend MVC Controllers from External Assemblies and Projects.
AngularJS Controller
1/9/2017 11:39:30 PM.
This article is all about AngularJS Controllers. After going through this, you will be able to create simple AngularJS applications using Controller and View model.
Invoking WebAPI Controller Action With Multiple Parameters In CORS Enabled Web Application
12/15/2016 4:01:49 AM.
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
11/7/2016 12:20:23 PM.
In this article, you will learn about building a Domain Controller with AD Tenants in Azure.
ASP.NET MVC5 - Asynchronous Controllers And Cancellation Token
11/2/2016 4:08:12 PM.
In this atricle, you will learn to write an asynchronous controller with cancellation token.
Useful Way to Call Controller Actions From HTML Using jQuery
10/17/2016 5:39:51 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.
AngularJS - Controllers And Scopes
10/13/2016 3:15:35 PM.
In this article, you will learn about controllers and scopes, using AngularJS.
ASP.NET Core 1.0 MVC Controller
10/1/2016 5:16:23 PM.
In this article, you will learn about ASP.NET Core 1.0 MVC Controller.
AngularJS Controller Best Practices
9/30/2016 3:23:20 PM.
In this article, you will learn about AngularJS Controller best practices.
AngularJS Modules
9/23/2016 5:48:37 PM.
In this article, you will learn about AngularJS Modules.
AngularJS UI-Router And Configuring States
9/16/2016 5:20:44 PM.
In this article, you will learn about AngularJS UI-Router and Configuring States.
AngularJS Directives
9/12/2016 11:56:48 AM.
In this article, you will learn about Directives in AngularJS.
AngularJS Nested Scopes And Controllers As Syntax
9/9/2016 2:09:51 AM.
In this article, you will learn about AngularJS Nested Scopes and Controllers as Syntax.
AngularJS Controller As Syntax
9/7/2016 11:19:35 AM.
In this article, you will learn about AngularJS controller as syntax.
AngularJS Routing
8/15/2016 10:54:20 PM.
In this article, we will learn how to use Routing in AngularJS.
File Upload Using ASP.NET MVC 4.5 Application
8/4/2016 11:29:37 AM.
In this article, we will learn how to perform file uploads in an ASP.NET MVC Application.
What Is MVC and Why Do We Use MVC?
8/3/2016 12:55:01 PM.
This is a brief discussion about MVC and how we use MVC rather than other ASP.NET architecture, like WebForms.
Understanding Controllers in ASP.NET MVC
7/21/2016 12:04:49 AM.
This video is a part of my ASP.NET MVC Complete Reference course which will release in the month of August 2016. In this video i have provided an introduction about ASP.NET MVC Controllers where i hav
AngularJS And ASP.NET MVC Movie Library Application - Part Two
7/17/2016 1:45:39 PM.
In this article you will learn about how to add UI with module and controller in AngularJS and ASP.NET MVC movie library application.
Controllers in AngularJS
7/15/2016 2:30:34 PM.
In this article you will learn about Controllers in AngularJS.
Modules And Controller In AngularJS
7/15/2016 2:25:19 PM.
In this article, you will learn about modules and controller in AngularJS.
Working With API Help Page Controller In Web API
7/8/2016 1:05:51 AM.
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.
Understanding Controller In ASP.NET MVC
7/5/2016 6:33:19 AM.
In this article, you will understand controller In ASP.NET MVC.
WCF Service Injection In Controller Using Castle Windsor
7/3/2016 1:30:21 AM.
In this article you will learn how we can inject WCF service dependency in the controller in ASP.NET MVC.
Introduction To ASP.NET MVC
6/25/2016 2:41:58 PM.
In this article you will learn about ASP.NET MVC.
Unit Testing Controllers In Web API
6/21/2016 12:05:12 AM.
In this article, you will learn about unit testing controllers in Web API.
iPhone App Development: Table View Controller - Day One
6/10/2016 12:00:54 AM.
In this article, you will learn about table view controller in iPhone app development.
Passing Data From Controller To View In ASP.NET MVC
5/24/2016 11:44:05 AM.
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
5/18/2016 3:47:16 PM.
In this article, we will discuss how to perform unit test of AngularJS controller using Jasmine.
Top 10 ASP.NET MVC Interview Questions and Answers
5/16/2016 10:18:10 PM.
In this article, I will provide a list of Top 10 ASP.NET MVC interview questions and their answers.
MVC Basics
5/7/2016 2:46:17 PM.
In this article you will learn about MVC basics.
Create A New AngularJS Controller
5/6/2016 11:49:37 AM.
In this article you will learn how to create a new AngularJS Controller.
Introduction To AngularJS: Controller as Syntax - Day Twenty One
5/5/2016 4:44:05 AM.
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
4/18/2016 5:55:31 PM.
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
4/17/2016 1:32:28 AM.
In this article we will learn how to pass dynamically added HTML Table records list to Controller in ASP.NET MVC.
Introduction to MVC Architecture and Separation of Concerns: Part 1
4/14/2016 12:39:37 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.
Passing Data From Controller To View In ASP.NET MVC
4/11/2016 1:14:24 PM.
In this article, we will learn how to pass data from Controller to View in ASP.NET MVC using ViewData and ViewBag.
Retrieve SharePoint List Items Using AngularJS With Multiple Apps & Multiple Controllers
4/11/2016 10:51:14 AM.
In this article you will learn how to retrieve SharePoint list items using AngularJS with multiple app directives and multiple controllers. Here, we will see how to tackle the angular logic when we ha
Retrieve SharePoint List Items Using AngularJS With single App & Multiple Controllers
4/10/2016 12:04:12 PM.
In this article you will learn how to retrieve SharePoint list items using AngularJS with single app directive and multiple controllers on a SharePoint page.
Lazy Loading AngularJS Controller Files Using RequireJS
3/20/2016 12:11:32 PM.
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
3/17/2016 12:25:07 AM.
In this article we learn about Module and Controller in AngularJS.
Overview Of MVC
3/7/2016 11:06:52 PM.
In this article you will learn an overview Of MVC in ASP.NET and how to start with it.
Data Transfer Between View And Controller In ASP.NET MVC 5
2/12/2016 7:07:00 AM.
In this article you will learn how to transfer data between View and Controller in ASP.NET MVC 5.
Consuming Services in ASP.NET Core MVC Controller
2/9/2016 5:02:51 AM.
This article will guide you step-by-step on consuming services in ASP.NET MVC Controller using Dependency Injection
Extending ASP.NET MVC AuthorizeAttribute
1/26/2016 9:40:01 AM.
In this article you will learn about extending ASP.NET MVC AuthorizeAttribute and how to Unit Test with ControllerActionInvoker.
Pass Data From Controller To View In ASP.NET MVC
1/19/2016 11:55:25 AM.
In this article we will learn how to pass data from controller to view in ASP.NET MVC.
MVC Architecture & MVC Life Cycle
1/18/2016 12:41:11 PM.
In this article I am explaining about Model View Controller Architecture and Life Cycle.
Modules And Controllers In AngularJS
1/17/2016 3:43:18 AM.
In this article, we will see the role of Modules, Controllers, $scope in AngularJS Application.
Controllers, Action Methods, and Action Result In MVC 4
1/15/2016 9:10:09 AM.
In this article you will learn about Controllers, Action Methods, and Action Result in MVC 4.
Sharing Data Between Angular Controllers
1/13/2016 1:11:55 PM.
In this article you will learn the data sharing between angular controllers.
ASP.NET MVC Architectural Pattern
1/8/2016 12:51:21 PM.
In this article you will learn ASP.NET MVC Architectural pattern.
Ignore Route In MVC
1/7/2016 9:15:58 AM.
In this article you will learn how to Ignore Route in MVC.
Introduction To MVC
12/30/2015 2:03:36 AM.
In this article you will learn about an introduction to MVC and how to create MVC program.
AngularJS Unit Testing With Jasmine
12/29/2015 2:32:11 AM.
This article is intended to explain the concept of unit testing using Jasmine framework.
Understanding The Controllers - Part 4
12/26/2015 3:21:05 AM.
This article explains the controller with a sample application.
Post Data To Controller Without Page Refresh In ASP.NET MVC
12/25/2015 1:01:16 PM.
In this article we will learn how to post data to controller without page refresh in ASP.NET MVC using Ajax.BeginForm.
Manage Controller Specific Session In ASP.NET MVC 5
12/14/2015 3:57:46 AM.
In this article we will learn how to manage the controller specific session in ASP.NET MVC.
Pointing The Spotlight On LinkIt ONE
11/2/2015 12:31:13 AM.
Here in this article I am showcasing details on MediaTek's latest IoT microcontroller- LinkIt ONE.
Bind Html CheckBoxListFor And Get Checked Values In ASP.NET MVC Controller
10/31/2015 9:26:08 AM.
In this article you will learn how to bind Html CheckBoxListFor and get checked values in ASP.NET MVC controller.
.NET 4.5 Controller Blocking Issues: Resolved
10/31/2015 6:33:54 AM.
In this article you will learn .NET 4.5 controller blocking Issues.
Resolving Controller Blocking Within .NET 4.5 And ASP.NET MVC
10/28/2015 7:59:45 AM.
In this article you will learn how to resolve controller blocking within .NET 4.5 and ASP.NET MVC.
Scope-less Controller In AngularJS
10/22/2015 9:05:45 AM.
In this article I will try to explain scopeless controller implementation in AngularJS framework.
Make Your Coding Life Easy With Providers (AngularJS Providers)
10/17/2015 8:51:46 AM.
In this article you will learn how to make your coding life easy with providers using AngulaJS Providers.
An Overview Of MVC
10/4/2015 11:43:08 PM.
In this article I will give an overview of Model View Controller (MVC).
Passing Data From Controller To View Using Viewdata In ASP.NET MVC 5
10/3/2015 8:53:26 AM.
In this article, we will do a simple demo to understand how we can move data over model, controller and view.
How To Bind DropDownList In MVC Using C#
9/28/2015 11:52:28 AM.
In this article we will learn how to bind dropdown list in mvc using c#.
Understanding Controllers In AngularJS
9/22/2015 4:38:16 AM.
This article explains controllers in AngularJS. Controller in AngularJS is a JavaScript constructor function that uses the Angular scop
CRUD Operations In ASP.NET MVC 5 Using ADO.NET
9/6/2015 11:21:37 AM.
In this article we will learn insert, update, delete and view operations using ADO.NET in MVC.
Creating an ASP.NET MVC Application
8/25/2015 3:31:17 PM.
This article shows how to create a MVC application and insert data into a database using ASP.NET MVC.
A Simplified Approach to MVC on PHP
8/17/2015 1:27:45 AM.
In this article you will learn a simplified approach to MVC on PHP.
Controller to Controller Communication Using $RouteScope in AngularJS
7/22/2015 6:30:17 PM.
This article explains Controller to Controller communication using $RouteScope in AngularJS.
Basics of AngularJs Controller: Part 2
7/5/2015 1:01:03 PM.
This article explains the MVC Architecture in AngularJS.
Communication Among Controllers in AngularJS
6/30/2015 1:58:24 PM.
This article explains various ways to communicate among controllers in AngularJS.
Read the Temperature With Arduino Uno
5/17/2015 2:53:58 PM.
This article shows how to read the temperature with a Arduino Uno and show it on a LCD.
Understanding the Model View Controller (MVC)
5/14/2015 4:50:01 PM.
In this article, you will learn Model View Controller (MVC) and its framework. Its implementation in applications will also be discussed here.
History of Model View Controller
5/5/2015 7:20:29 PM.
In this article we will learn about Model View Controller.
IController Error When Using Castle Windsor
5/4/2015 3:29:05 PM.
In this article we will learn about an IController Error when using Castle Windsor.
Basic Concepts in AngularJs
4/27/2015 3:28:51 PM.
For starting with AngularJs we need to have a basic understanding of HTML and JavaScript but that is not mandatory.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download