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 6938347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:28:55+00:00 2026-05-27T12:28:55+00:00

Scenario: I am using ASP.NET MVC 3 and C#. I have a lot of

  • 0

Scenario:

I am using ASP.NET MVC 3 and C#. I have a lot of services that all have an Init() method.

So, I thought, inheritance is my new best friend. I have tried to inherit interfaces from other interfaces.

However, I am running into problems.

What I have done:

As I understand it, one interface can inherit from another interface. i.e, you can do this:

public interface ICaseService : IBaseService
{
    CaseViewModel ViewModel { get; }

    Case Case { get; set; }
}

Where:

public interface IBaseService
{
    void Init();
}

So when I derive CaseService from ICaseService I will have to implement the Init() method as well as the Case property and the ViewModel property.

The Problem:

Lets say I now have a controller that has a reference to ICaseService:

private readonly ICaseService service;

In my actions, I reckon I should be able to do:

public virtual ActionResult MyAction()
{
    service.Init();
}

But I get an error message stating that ICaseService ‘does not contain a definition for’ Init().

Questions:

  1. Why?

  2. Do I have to forget about inheriting interfaces from interfaces and just type out in each interface definition the Init() method?

Note:

The above is a simplified scenario. My “base” interface contains many more definitions than just Init().

  • 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-05-27T12:28:56+00:00Added an answer on May 27, 2026 at 12:28 pm

    In the inheritance chain, I did a number of dumb things, too many and too dumb to detail here.
    The valid point is that it works, what was wrong was the chain.

    When I looked up on MSDN there was no simple example of this simple technique to back up my understanding, let alone any real documentation of this kind of use of inheritance with interfaces.

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

Sidebar

Related Questions

Scenario: I have built an ASP.NET MVC application that manages my cooking recipes. I
I have a ASP.NET MVC site that is locked down using Forms Authentication. The
I am new to ASP.Net MVC and have always been using Web Forms till
The scenario I am using LINQ is as follows: I have a method that
I am using ASP.NET MVC 4 with Web Api I have the following ApiController.
Ok the thing is that I am using asp.net mvc with linq to sql.
For a scenario using 0 ASP.NET controls at all but rather an 100% extJS
Scenario : I have an ASP.NET MVC application developed in Visual Studio 2008. There
I am using ASP.Net MVC 2 and have trouble getting a DropDownList to bind
Our application is using ASP.net MVC and we have a question on what happens

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.