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

Related Questions

Basically, what the title says. I have several properties that combine together to really
So basically the title sounds way fancier than the actual question. I am writing
So basically as my title says, I want to cut a hole in a
The title might be a bit confusing, basically I'm trying to write up a
Not sure if my title accurately describes what I'm trying to do, but basically
Basically I have a mostly Ajax-based site. When you load up a result, it
I'm currently working on being able to import a DLL written in Fortran into
I'm surprised Rails creator didn't think about that, if someone can help, would be
The question title pretty much gives it away - I'd like my app to
Ok so I've read the Custom Dialog explanation on the And Dev website http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

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.