johnwu1114 / asp-net-core-dependency-injection

ASP.NET Core 教學 - Dependency Injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is sample code for ASP.NET Core. Use the Visual Studio 2017 to development.

ASP.NET Core 教學 - Dependency Injection

ASP.NET Core 使用了大量的 DI (Dependency Injection) 設計,有用過 Autofac 或類似的 DI Framework 對此應該不陌生。
本篇將介紹 ASP.NET Core 的 Dependency Injection。

Blog:
ASP.NET Core 教學 - Dependency Injection

開發工具:
Visual Studio 2017 (可使用其他版,只要有支援 ASP.NET Core 開發就可以。)

開發語言:
.NET Core 使用 C#

About

ASP.NET Core 教學 - Dependency Injection


Languages

Language:C# 100.0%