Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8943625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:49:21+00:00 2026-06-15T11:49:21+00:00

This class has this description: Provided for backward compatibility with ASP.NET MVC 3. And

  • 0

This class has this description:

Provided for backward compatibility with ASP.NET MVC 3.

And the source is just:

public abstract class AsyncController : Controller
{
}

I can´t find any documentation about deprecation of this class at MSDN. Should I replace uses of AsyncController to Controller?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:49:23+00:00Added an answer on June 15, 2026 at 11:49 am

    Should I use AsyncController at ASP.NET MVC 4?

    No.

    Should I replace uses of AsyncController to Controller?

    Yes, asynchronous actions are implemented in new way in asp.net-mvc 4, using Task Class

    The ASP.NET MVC 4 Controller class in combination .NET 4.5 enables
    you to write asynchronous action methods that return an object of type
    Task. The .NET Framework 4 introduced an asynchronous
    programming concept referred to as a Task and ASP.NET MVC 4 supports
    Task. Tasks are represented by the Task type and related types in the
    System.Threading.Tasks namespace. The .NET Framework 4.5 builds on
    this asynchronous support with the await and async keywords that make
    working with Task objects much less complex than previous asynchronous
    approaches. The await keyword is syntactical shorthand for indicating
    that a piece of code should asynchronously wait on some other piece of
    code. The async keyword represents a hint that you can use to mark
    methods as task-based asynchronous methods. The combination of await,
    async, and the Task object makes it much easier for you to write
    asynchronous code in .NET 4.5. The new model for asynchronous methods
    is called the Task-based Asynchronous Pattern (TAP). This tutorial
    assumes you have some familiarity with asynchronous programing using
    await and async keywords and the Task namespace.

    More reading at Using Asynchronous Methods in ASP.NET MVC 4

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class and this class has a delegate protocol. I create an
I've got a class representing an interval. This class has two properties start and
I have a class that contains data from some model. This class has metadata
I have this class that has many class members, and a lot of different
I have a class which has implemented INotifyPropertyChanged . This class UserInfo has a
I use contructor injection in my solution, but this one class has a property
I get this error object has no attribute 'im_func' with this class Test(object): def
I'm trying to upgrade my ASP.NET MVC 1 website to version 2. While doing
So this has just been driving me nuts! I have looked through tons of
I am working on creating a custom membership class for my asp.net project. In

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.