Giter Club home page Giter Club logo

dapperentityorm's Introduction

Hi there, ๐Ÿ‘‹

I am a passionate programmer who enjoys learning new things. Although I am not tied to a single programming language or framework, I use C#, TypeScript, JavaScript, Vue, and SQL for work, while C++ and Rust are my favorite languages for hobby projects. I have also worked with other programming languages and frameworks like Python, React, Angular, jQuery, Bootstrap, etc. I enjoy creating using design patterns and utilizing SOLID methodology, and strongly-typed languages are where I apply it the most. However, I am always looking for new ways to apply it to untyped languages. I mostly focus on backend development, but I also work on frontend activities. My dream is to develop video games or tools for game development teams.

๐Ÿ’ป Technologies and Tools

Here are some of the technologies and tools that I am experienced with:

C# C++ Rust TypeScript JavaScript Vue SQL Python React Angular jQuery Bootstrap HTML5 CSS3 PHP MySQL PostgreSQL Swift Objective-C Node.js .NET Ruby Tailwind CSS Flutter Unity GitHub Git

๐Ÿ“Š Statistics

Luigimonsoft's GitHub stats


CodeWars

dapperentityorm's People

Contributors

lccarrillot avatar luigimonsoft avatar

Watchers

 avatar  avatar  avatar

dapperentityorm's Issues

Update readme

Update the readme with:

  • Table attribute
  • Relation attribute
  • Column attribute

Add Validations for Fields in Insert and Update Methods and Create IsValid Method

Currently, our application's insert and update methods do not have any validations for the fields, which can lead to incorrect or incomplete data being saved to the database. It is essential to implement field validations in both insert and update methods to ensure the data is correct and complete.

Additionally, we need to create a new method called "IsValid" that will verify whether the instance is valid in all its properties. This method will help us to ensure that all data is valid before it is saved to the database.

Add static methods for update, insert, and delete in DapperEntityORM repository

Currently, the DapperEntityORM repository lacks static methods for update, insert, and delete operations. This creates an inconvenience for developers who have to create an instance of the repository to perform these operations.

Adding static methods to the repository will make it more user-friendly and save developers time and effort. Static methods can be called directly without the need to instantiate the repository class.

Therefore, I propose that we add static methods for update, insert, and delete operations in the DapperEntityORM repository. These methods should have the same functionality as the instance methods and be implemented in a way that is consistent with the existing codebase.

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.