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 Controllers
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (5)
Shiva Shukla (4)
Akshay Phadke (4)
Ajay Kumar (3)
Farhan Ahmed (2)
Nimit Joshi (2)
Satyendra Mishra (2)
Jignesh Trivedi (2)
Nakkeeran Natarajan (2)
Sanket Terdal (2)
Safyan Yaqoob (1)
Shikha Tiwari (1)
Vignesh Mani (1)
Shashank Srivastava (1)
Sanjoli Gupta (1)
Nitin Pandit (1)
Abhishek Khandare (1)
Anandu G Nath (1)
Prathap Reddy (1)
Sarthak Varshney (1)
Ramasagar Pulidindi (1)
Suthish Nair (1)
Mudita Rathore (1)
Usama Shahid (1)
Satyaprakash Samantaray (1)
Gayathri Anbazhagan (1)
Delpin Susai Raj (1)
Rion Williams (1)
Sekhar Srinivas (1)
Anoop Kumar Sharma (1)
Nishant Mittal (1)
Veera Pallati (1)
Santhakumar Munuswamy (1)
Fiyaz Hasan (1)
Pradeep Sahoo (1)
Abhishek Jaiswal (1)
Suraj Sahoo (1)
Neelesh Vishwakarma (1)
Anupam Singh (1)
Sonakshi Singh (1)
Jaish Mathews (1)
Mike Gold (1)
Related resources for Controllers
No resource found
Minimal APIs or Controllers in ASP.NET Core
10/14/2024 5:56:00 AM.
In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers follow
CQRS Simplified - Explained and Implemented
7/30/2024 9:13:28 AM.
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifie
Functionality of DMA in C Programming
7/28/2024 1:08:57 PM.
Direct Memory Access (DMA) in C programming is a powerful technique for efficient memory management and data transfer. It allows peripherals to directly access memory without CPU intervention, enhanci
Preventing XSS Attacks in ASP.NET Core MVC
6/12/2024 6:56:55 AM.
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. Acc
Different Types Of Action Results In ASP.NET MVC
5/6/2024 11:28:15 AM.
In this article, we will explore the diverse range of action results available in ASP.NET MVC. Learn about ViewResult, PartialViewResult, ContentResult, JsonResult, RedirectResult, and more.
AngularJS - Data Binding & Controllers
5/3/2024 9:18:35 AM.
AngularJS is a JavaScript framework that enables dynamic web applications by providing powerful data binding and controller features.
Start With AngularJS: Part 2
4/22/2024 7:41:04 AM.
AngularJS Part 2 delves into fundamental concepts like directives, controllers, services, and dependency injection. It covers data binding, scopes, and modules crucial for building single-page applica
Start With AngularJS: Part 3
4/22/2024 7:40:45 AM.
Start With AngularJS: Part 3" continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
Overview Of AngularJS: Part 1
4/22/2024 7:22:36 AM.
AngularJS Part 1 introduces the framework's core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
Start With AngularJS: Part Four
4/22/2024 6:19:58 AM.
Start With AngularJS: Part Four" delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
How To Use Two-Way Data Binding In AngularJS
4/21/2024 2:21:08 PM.
The article introduces two-way data binding in AngularJS, ensuring simultaneous updates between model and view. Demonstrates ng-model directive's role, displaying messages and handling user input.
Learn about Controllers in AngularJS
4/19/2024 11:01:29 AM.
Learn about controllers in Angular JS, their role in separating concerns in model-view-controller architecture, and their behavior. Explore examples, including data binding expressions and error hand
Modules And Controller In AngularJS
4/19/2024 10:42:14 AM.
AngularJS utilizes modules to organize and encapsulate code, facilitating maintainability and scalability. Controllers define behavior and manage data within specific sections of an application, conne
What is DMA and How to Enable DMA in Windows 8
4/12/2024 6:30:47 AM.
DMA allows memory system control without CPU involvement, reducing CPU overhead during data transfer between memory and devices. Steps for enabling DMA in Windows 8 involve accessing Device Manager, n
What Are Areas in ASP.Net MVC - Part 6
4/1/2024 8:18:29 AM.
Discover the intricacies of ASP.NET MVC Areas in the sixth installment of our series. Explore how Areas facilitate modularization and organization in MVC applications, optimizing code structure for sc
Async Patterns in MVC Controllers for Efficiency or Adding Unnecessary Complexity?
2/22/2024 8:08:10 AM.
Explore the necessity of async patterns in MVC controllers—unveiling the intricacies of conventional and alternative coding styles
Building a URL Shortener with .NET
2/1/2024 7:24:19 AM.
Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring co
Data Transfer in ASP.NET Core MVC Controllers with TempData
1/29/2024 11:20:18 AM.
In ASP.NET Core MVC, you can pass temporary data from one controller to another using TempData. TempData is a dictionary that can be used to share data between controllers during the current request a
Stars Rating System with Dapper in .NET Core
1/29/2024 10:16:28 AM.
This tutorial teaches ASP.NET Core MVC web application development with controllers and views. Implementing a star rating system with Dapper in .NET Core involves several steps. First, you need to set
Controllers and Actions in MVC
12/28/2023 6:37:32 AM.
In this article, we will learn about the role of controllers, action methods, and action filters in the MVC architectural pattern for web development. Understand their functions, significance, and exa
Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web API
12/28/2023 5:02:27 AM.
The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (rea
Choosing Between Controllers and Minimal API for .NET APIs
12/21/2023 11:02:57 AM.
Explore the dichotomy of .NET API development with Controllers and Minimal APIs. This guide provides insights and real-world examples, empowering developers to choose between structured versatility an
API Development Using Strategy Design Pattern with 3-Tier Architecture
11/13/2023 6:36:52 AM.
In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and fl
ASP.NET Core Web API Development with Memento Pattern
10/20/2023 6:25:36 AM.
The Mediator Pattern is a behavioral design pattern that promotes loose coupling among objects by centralizing their communication through a mediator object. In this pattern, multiple objects interact
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
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
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].
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.
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.
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.
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.
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
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
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.
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.
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 - Controllers And Scopes
10/13/2016 3:15:35 PM.
In this article, you will learn about controllers and scopes, using AngularJS.
AngularJS Modules
9/23/2016 5:48:37 PM.
In this article, you will learn about AngularJS Modules.
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.
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
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.
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.
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.
Understanding The Controllers - Part 4
12/26/2015 3:21:05 AM.
This article explains the controller with a sample application.
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.
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
Communication Among Controllers in AngularJS
6/30/2015 1:58:24 PM.
This article explains various ways to communicate among controllers in AngularJS.
MVC For Beginners: Day 1 (Controller)
3/11/2015 12:38:04 PM.
In this article we learn about the MVC step by step.
Using Web Api in MVC 4
1/18/2015 2:03:52 PM.
Here you will see the steps to learn about Web APi controllers & their behaviour using a Demo.
Angular JS: The Controllers
12/10/2014 4:47:00 PM.
This article introduces Controllers.
Working With Routes in MVC Framework
6/2/2014 3:08:28 AM.
In this article I have explained an important feature of MVC known as Routing. I have explained many of its key features.
What's New in ASP.Net MVC 3 Controllers: Part 1
10/20/2012 6:11:48 AM.
In this article, we are going explore the new controller features provided in ASP.Net MVC 3.
What's New in ASP.Net MVC 3 Controllers: Part 2
10/20/2012 6:09:34 AM.
In this article we are going to explore ViewBag and Request Validation - AllowHTML.
Microcontrollers for Robots
12/23/2011 2:47:06 PM.
In this article, we are going to throw some light on one of the very essential component: Microcontrollers.
Understand the View Handling Methods in Side Controllers
8/14/2011 5:19:21 AM.
In this article you will learn the View Handling Methods in Side Controllers.
Code Generator for Basic Stamp II Microcontroller
12/16/2005 7:31:12 AM.
The Basic II Stamp is programmed by the language its named after, Basic. The language is a combination of Basic syntax and built in key words that control the Basic Stamp II chip.