Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low memory footprint... (Initial stubbed-out top-level API) #4

Closed
wants to merge 1 commit into from

Conversation

ajcvickers
Copy link
Member

This is the API surface required to build the version of Music Store checked in. No implementation as yet, and some things (like Database.Create) will likely change.

This is the API surface required to build the version of Music Store checked in. No implementation as yet, and some things (like Database.Create) will likely change.
@bricelam
Copy link
Contributor

Looks good to me.


public static class QueryableExtensions
{
public static IQueryable<T> Include<T, TProperty>(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should leave Include out since we aren't planning to have it around to start with.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming MusicStore currently depends on it, I think we can leave it in until we figure out what to replace it with.

@rowanmiller
Copy link
Contributor

Signed off with comments

@davidfowl
Copy link
Member

You guys should use the :shipit: emoticon : shipit : 😄

@divega
Copy link
Contributor

divega commented Jan 30, 2014

:shipit: like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants