Skip to content
View haritha99ch's full-sized avatar
🙂
🙂
Block or Report

Block or report haritha99ch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FoodDesire FoodDesire Public

    An Online Food Ordering System for PUSL3119 Computing Project. This project contains the implementation of Entity Framework and clear application architecture in .NET.

    C# 13 6

  2. Crime-Watch Crime-Watch Public

    An Incidents Management System for PUSL3120 Coursework

    TypeScript

  3. CrimeWatch CrimeWatch Public

    An Incidents Management System that follows the principles of Clean Architecture using .NET and React.

    C# 2 2

  4. portfolio portfolio Public

    My Portfolio. React, TypeScript, Tailwind CSS.

    TypeScript

  5. RavinduRathnayaka/ASAPCaller RavinduRathnayaka/ASAPCaller Public

    C# 2

  6. .NET Entity Framework: Extending Spe... .NET Entity Framework: Extending Specification Pattern with Projections
    1
    # Extending Specification Pattern with Projections
    2
    
                  
    3
    Specification pattern is a design pattern that allows to encapsulate some pieces of domain logics into a single unit, that can be passed around the system. It's a way to take some conditional logic and put it into a reusable, composable unit.
    4
    
                  
    5
    > It is important to have a good understanding of the Repository pattern and the Specification pattern in Entity Framework Core.