Code Monkey home page Code Monkey logo

noorm.net's People

Contributors

jtone123 avatar vbilopav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

noorm.net's Issues

SelectAwait not working in .net core 3.1

the sample app used to work with .SelectAwait. After upgrading the .net core to 3.1, SelectAwait is no longer resolved, and using system.linq is grayed out meaning it's not used.

Any idea?

Group by not working

Why something like this always return 0 for the cnt?

    public IAsyncEnumerable<AreaSummary> GetAreaAsync() =>
          _connection.ReadAsync(@"
                    select Description,  count(*) as cnt
                  From A
                  inner join lookup L2
                  on A.areaID= L2.ID
	  Group by  L2.Description

				  order by L2.Description")
            .Select<AreaSummary>()

        .SelectAwait(async u =>
        {
            await Task.Delay(1);
            return u;
        });

and

public class AreaSummary
{
    public string Description { get; set; }

    public int sum { get; set; }

}

Thanks

How to insert and update data

Your norm.net looks great and is working well for query.

Is Insert/update data supported as well, if yes, can you provide an example

Thanks.

Expression Tree

Norm will postpone any reads from database until they are needed - allowing you to build expression trees and transformations - before it started fetching any data.<<

Can u provide an example of how to do Linq expression. Using Blazor, a user can filter what records to get dynamically. The Where is not known until runtime. The user may select what fields to get back if that is possible with Norm.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.