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

Block or report LeeDalchow

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
LeeDalchow/README.md
  • 👋 Hello! Welcome to my GitHub profile!
  • 🌱 In this profile, I have focused on C#, .NET & Entity Framework where appropriate.
  • 💡 There are three repo's that would be relevant to check if you are visiting from Delta:
  1. SimpleCRUD-BookList
  • This is a simple CRUD application utilising C#, .NET & Entity Framework built using a tutorial. It was created to demonstrate my ability to put together a simple .NET & Entity Framework application. This was my first time using ASP.NET & Entity Framework.
  1. grandnode2
  • This is a forked repo from an open source shopping cart system built in C# & MongoDB. I have been working on some contributions to the project. Namely, the ability to login via a link sent to the users e-mail instead of their password.
  1. Cracking The Coding Interview
  • This is my attempt at the algorithm challenges from the book "Cracking the Coding Interview: 150 Programming Question and Solutions" by Gayle Laakmann McDowell. I have listed the question in a comment, and then my answer in a method just below it. As there are 150 total questions, this is still work in progress and I suspect will take some time to be complete.

Pinned Loading

  1. grandnode2 grandnode2 Public

    Forked from grandnode/grandnode2

    Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.

    C# 1

  2. CrackingTheCodingInterview CrackingTheCodingInterview Public

    This repo contains my attempts at the algorithm challenges in the book: Cracking The Coding Interview

    C#

  3. SimpleCRUD-BookList SimpleCRUD-BookList Public

    A simple CRUD application that manages a Book List built using a Model-View-Controller architecture.

    C#