iT邦幫忙

asp.net core相關文章
共有 451 則文章
鐵人賽 Software Development DAY 6
深入探索LINQ 系列 第 6

技術 Lambda運算式介紹

Lambda在LINQ扮演著十分重要的角色,為了要對每一筆資料做特定的處理,LINQ會使用委派來將外面的方法帶入巡覽的時候執行以得到期望的資料,而為求簡潔,LI...

鐵人賽 Modern Web DAY 6

技術 [Day06] ASP.NET Core 2 系列 - MVC

ASP.NET Core MVC 跟 ASP.NET MVC 觀念是一致的,使用上也沒有什麼太大的變化。 過往 ASP.NET MVC 把 MVC 及 Web...

鐵人賽 Software Development DAY 5
深入探索LINQ 系列 第 5

達標好文 技術 仔細體會yield的甜美: yield介紹

記得以前在學校學寫程式時是寫C語言,那時候認為寫程式要自己實作Linked List等的資料結構是理所當然的事情,就安分守己的自己實作,也沒有多想什麼。 但是自...

鐵人賽 Modern Web DAY 5

技術 [Day05] ASP.NET Core 2 系列 - 瀏覽靜態檔案 (Static Files)

過去 ASP.NET 網站,只要把 *.html、*.css、*.jpg、*.png、*.js 等靜態檔案放在專案根目錄,預設都可以直接被瀏覽;但 ASP.NE...

鐵人賽 Software Development DAY 4
深入探索LINQ 系列 第 4

技術 藏在foreach下的秘密: foreach原理說明

在開始使用LINQ之後,以前大量使用的foreach已經慢慢的淡出了我的螢光幕前...,我其實一直都沒意識到這一點,直到我在構思這次的文章時,才又想起了這昔日的...

鐵人賽 Modern Web DAY 4

技術 [Day04] ASP.NET Core 2 系列 - 依賴注入 (Dependency Injection)

ASP.NET Core 使用了大量的依賴注入 (Dependency Injection, DI),把控制翻轉 (Inversion Of Control,...

鐵人賽 Software Development DAY 3
深入探索LINQ 系列 第 3

達標好文 技術 LINQPad: 每個.NET工程師都要有的一隻箭

對於.NET的工程師來說最幸福的就是我們有史上最強的IDE: Visual Studio,隨便你要上山還是下海,用著Visual Studio就像是開著蝙蝠車一...

鐵人賽 Modern Web DAY 3

達標好文 技術 [Day03] ASP.NET Core 2 系列 - Middleware

過去 ASP.NET 中使用的 HTTP Modules 及 HTTP Handlers,在 ASP.NET Core 中已不復存在,取而代之的是 Middle...

鐵人賽 Software Development DAY 2
深入探索LINQ 系列 第 2

技術 探索的準備(資源說明)

相信各位或多或少都有玩過線上遊戲,在遊戲中我們扮演的角色都會需要去打怪賺取經驗值、提升等級進而增強自己的實力,對我來說學習技術也是可以套用在這個公式上,我們去研...

鐵人賽 Modern Web DAY 2

達標好文 技術 [Day02] ASP.NET Core 2 系列 - 程式生命週期 (Application Lifetime)

要了解程式的運作原理,要先知道程式的進入點及生命週期。 過往 ASP.NET MVC 啟動方式,是繼承 HttpApplication 做為網站開始的進入點。...

鐵人賽 Software Development DAY 1
深入探索LINQ 系列 第 1

技術 踏上探索的旅途

在參加這次的鐵人賽之前,有時候會寫一些筆記心得放到網路上,但像鐵人賽這樣要連續30天有產出還真的是頭一遭,壓力也是比平常寫文章的感覺要大得多,但同時我也很高興有...

鐵人賽 Modern Web DAY 1

達標好文 技術 [Day01] ASP.NET Core 2 系列 - 從頭開始

來勢洶洶的 .NET Core 似乎要取代 .NET Framework,ASP.NET 也隨之發佈 .NET Core 版本。雖說名稱沿用 ASP.NET,但...

技術 [.NET Core] 如何在 IIS 上部屬 .NET Core

我使用的 .NET Core 版本是 1.1.2。 1.安裝 Windows Server Hosting,到網頁最下方找到下載連結 網頁連結 2.在 IIS...

鐵人賽 Modern Web DAY 29

技術 [ASP.NET Core X Angular2] Server side rendering for SEO

Introduction We take great advantage of better UX and performance in SPA (Sing...

鐵人賽 Modern Web DAY 24

技術 [.NET Core] Unit Test with xUnit.net

Introduction One of the MOST IMPORTANT parts on the way to happy coding: Unit T...

鐵人賽 Modern Web DAY 23

技術 [ASP.NET Core] Configuration

Introduction We will learn the following ways to use Configuration in ASP.NET C...

鐵人賽 Modern Web DAY 22

技術 [ASP.NET Core] View Components

Introduction In ASP.NET Core, Html.Action has been replace by View Components.I...

鐵人賽 Modern Web DAY 16

技術 [Angular2] Firebase integration (2)

Introduction We will complete the authentication part with Firebase. Environmen...

鐵人賽 Modern Web DAY 15

技術 [Angular2] Firebase integration (1)

Introduction We will integrate Firebase database service in this article with a...

鐵人賽 Modern Web DAY 13

技術 [ASP.NET Core X Angular2] Sub-routing

Introduction In this article, we will use sub-routing to implement the componen...

鐵人賽 Modern Web DAY 12

技術 [ASP.NET Core X Angular2] Render MVC view in ng2 component

Introduction So far we had created components with template or template url. No...

鐵人賽 Modern Web DAY 11

技術 [ASP.NET Core X Angular2] Web api and Http Module (2)

Introduction We will continue completing the front-end of Day 10 - Web api and...

鐵人賽 Modern Web DAY 10

技術 [ASP.NET Core X Angular2] Web api and Http Module (1)

Introduction In Day 6 - Routing, we mocked the customer data in the frontend bu...

鐵人賽 Modern Web DAY 9

技術 [ASP.NET Core X Angular2] NLog and jsnlog

Introduction Before we go farther, I want to talk about the logging and use t...

鐵人賽 Modern Web DAY 7

技術 [Angular2] Sub component (input & emit)

Introduction We will try creating the sub component and connect the information...

鐵人賽 Modern Web DAY 6

技術 [ASP.NET Core X Angular2] SPA Routing

Introduction We will start building the routing with angular2 router. Environm...

鐵人賽 DevOps DAY 19

技術 TeamCity build scripts撰寫 (含範例專案架構)

前言 前面連續介紹 18篇有關 .NET Core 持續整合相關指令、gulp 件、IT架構與佈署流程介紹,在本篇文章,我們將彙整前面的文章,透過一個簡單的專案...

鐵人賽 Modern Web DAY 5

技術 [ASP.NET Core X Angular2] NOT A Hello world

Before you read From Day 5, I will start integrate Angular2 into ASP.NET Core...

鐵人賽 Modern Web DAY 3

技術 [Entity Framework core] CLI migrations

Introduction So in .NET Core projects, we can use EF Command to execute databas...

鐵人賽 Modern Web DAY 2

技術 [ASP.NET Core] Set Routing

Introduction In this article, we will know how to Set an Areas routing rule (t...