Giter Site home page Giter Site logo

asp.netmvc-entityfwsample.addressbookapp's Introduction

Overview

A Address book app that is a sample of development using ASP.NET MVC and Entity Framework, etc.

Technology Used/Focused

  • ASP.NET MVC (Not ASP.NET Core MVC)
    • Input Validation Rule
      • Html.DropDownListFor, Html.EnumDropDownListFor methods.
      • Regular expression, DataType
        • for Katakana, Zip code, Phone number, Email address
  • Entity Framework
    • Database First
      • ADO.NET Entity Data Model
        • Model Contents: EF Designer from database
      • Model's Metadata class
        Define attributes in the model class (Entity, POCO) automatically generated by "EntityFramework DB First".
  • Bootstrap
    • Apply the design as a whole
    • Header navigation bar, hamburger button/menu
  • Others
    • Create separate CSS and JavaScript files and apply them.
    • Search function
      • SearchViewModel, Search action, Search View
  • CsvHelper (Library for reading & writing CSV files, etc.)
    • Used in console app to import pseudo data for Addresses table from CSV file to DB.

Implementation Function

  • Function about Address
    • Post(Registeration), Display(List, Details), Edit, Delete of Address
    • Search
  • Function about Address's Group
    • Post(Registeration), Display(List, Details), Edit, Delete of Address
  • Tools for Development/Test
    • Console app to import pseudo data for Addresses table from CSV file to DB.

asp.netmvc-entityfwsample.addressbookapp's People

Contributors

exiadicejintree avatar dependabot[bot] avatar

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.