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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:25:44+00:00 2026-05-10T21:25:44+00:00

The title basically spells it out. What interfaces have you written that makes you

  • 0

The title basically spells it out. What interfaces have you written that makes you proud and you use a lot. I guess the guys that wrote IEnumerable<T> and not least IQueryable<T> had a good feeling after creating those.

  • 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. 2026-05-10T21:25:45+00:00Added an answer on May 10, 2026 at 9:25 pm

    I’m pleased with the design of the interface at the heart of Push LINQ. It’s a very simple interface, but with it you can do all kinds of interesting things. Here’s the definition (from memory, but it’ll be pretty close at least):

    public interface IDataProducer<T> {     event Action<T> DataProduced;     event Action EndOfData; } 

    Basically it allows observers to ‘listen’ on a stream of data instead of ‘pulling’ from it in the way that IEnumerable works.

    Three points of interest:

    • The name sucks. I want to rename it, and I’ve had some good feedback, but the name isn’t there yet.
    • The event handlers don’t follow the standard .NET conventions of having a sender/event args. In this case it really doesn’t make much sense to do so.
    • The multicast nature of events makes this perfect for calculating multiple aggregates etc. All that comes for free.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 122k
  • Answers 122k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer @tialaramex: It's true that Microsoft massively reworked the decompression code… May 12, 2026 at 12:38 am
  • Editorial Team
    Editorial Team added an answer Make sure that your $similar variables are wrapped in parentheses.… May 12, 2026 at 12:38 am
  • Editorial Team
    Editorial Team added an answer is the same as in that it expects an expression… May 12, 2026 at 12:38 am

Related Questions

The clue is in the title but basically I've inherited some code which has
The title of this question should be self explanatory, but basically I have this
Basically what the title says. (Forgive me because I am a .NET newb) In
Basically what the title says... I need to have an image that when clicked,

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.