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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:29:22+00:00 2026-06-02T04:29:22+00:00

I have an Interface. Due to a new requirement, the interface now has a

  • 0

I have an Interface. Due to a new requirement, the interface now has a single method that could be implemented.

public static string ToEntityConnectionString(this IEnvironmentProvider provider)
//Converts a standard connection string to EntityFramework compatible string

I could convert the interface to an Abstract class, albeit I’m now restricting myself to this class as the inheriting class. Although, this interface is currently used for Dependency Injection alone.

After some thought, I realized I could append the functionality to the interface via an Extension method. It seems to good to be true. Adding implementation to an interface? Is it considered a bad practice to do such a thing? If so, why? Considering the circumstances, what should be used instead?

  • 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-02T04:29:23+00:00Added an answer on June 2, 2026 at 4:29 am

    When you have an extension method on an interface you shouldn’t think of it as adding an implementation to that interface. It is just a static helper method that takes an interface, and does all of it’s work based on the Interface’s exposed members. This is something you see quite a lot of in OO design; it’s not contrary to OO principles. The ‘extension’ part just makes it look prettier and makes it easier to find/type out. If you start to actually think of the extension method as a part of the interface you’ll have bigger problems, because it really isn’t.

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

Sidebar

Related Questions

I have an interface that contains a single method called ListAll() using System.Collections.Generic; namespace
I have an interface that has large numbers of controls, see image below. Interface
We have an interface which will be implemented by classes that take care of
I have C# multithreaded application that has to interface with a hardware using SerialPort.
I have interface IConfigurationSource { .... } and class FileConfigurationSource : IConfigurationSource { FileConfigurationSource(string
I have interface Foo public interface Foo { public void test(); } Class FooChild
Let's say we have interface window_creator that responsible for creation of windows. For simplicity
I have an interface that defines the ability to persist an entity to a
I have a requirement to have multiple iframes on one page, that all interact
I am a new programmer... i have following problem.. Terminating app due to uncaught

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.