Giter Site home page Giter Site logo

Nguyễn Phú Đức's Projects

add-field-and-validation icon add-field-and-validation

This tutorial teaches how to add new fields to entities and migrate them into the database. Then we will learn how to validate properties using ValidationAttribute. This guide is compiled based on Get started with ASP.NET Core MVC by Microsoft.

add-identity icon add-identity

Users can create an account with the login information stored in Identity or they can use an external login provider. Supported external login providers include Facebook, Google, Microsoft Account, and Twitter.

auth-jwt icon auth-jwt

This tutorial teaches you how to create a login API, register users, use JWT authentication with Identity.

auth-swagger icon auth-swagger

Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens. The name “Bearer authentication” can be understood as “give access to the bearer of this token”.

dependency-injection icon dependency-injection

Dependency injection in .NET is a built-in part of the framework, along with configuration, logging, and the options pattern. This guide is compiled based on Get started with ASP.NET Core MVC by Microsoft.

file-storage icon file-storage

This tutorial will teach you how to store files using Upload, GetFile, Delete methods. Then interact with the file on the screen interface.

get-started-dotnet-mvc icon get-started-dotnet-mvc

This tutorial teaches ASP.NET Core Mvc web development with models, controllers, and views. Initialize an Mvc app and connect to SQL Server database to CRUD. This guide is compiled based on Get started with ASP.NET Core Mvc by Microsoft.

install-dotnet-sql-server icon install-dotnet-sql-server

Instructions for installing the .NET application development environment on Visual Studio Code and using Microsoft SQL Server database. SQL Server will be installed running on Docker. You can use this guide to do it on Windows, MacOS, Linux.

introduction-relationship icon introduction-relationship

This document provides a simple introduction to the representation of relationships in object models and relational databases, including how EF Core maps between the two.

learning-roadmap icon learning-roadmap

Introducing the basic .NET programming learning path step by step. This roadmap is compiled based on dotnet document. Refer to dotnet documentation.

mvvm-design-pattern icon mvvm-design-pattern

ASP.Net Core has a wide array of libraries that provide great assistance in development strategy. Using MVVM pattern and AutoMapper you can reduce your code lines and produce more reusable and efficient code. This guide is compiled based on Get started with ASP.NET Core MVC by Microsoft.

search-sorting-pagination icon search-sorting-pagination

This tutorial teaches how to add search, sorting, pagination to ASP.NET Core MVC application. This guide is compiled based on Get started with ASP.NET Core MVC by Microsoft.

seed-the-database icon seed-the-database

Seed the database Create a new class named SeedData in the Models folder. Replace the generated code with the following: If there are any products in the database, the seed initializer returns and no products are added.

web-api icon web-api

This tutorial teaches the basics of building a controller-based web API that uses a database. Another approach to creating APIs in ASP.NET Core is to create minimal APIs. For help in choosing between minimal APIs and controller-based APIs.

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.