不學 JAVA 換學 C# 之覺得心累 - L1:ch4 運算子與邏輯
程式是用來執行運算的工具,因此大部分程式語言的運算類別都大同小異:算術運算、比較運算、邏輯運算、賦值運算、條件 (三元) 運算,等等。
而操作符號就稱作運算子。
{index[,alignment][:formatString]}
在 C# 程式語言中,變數是用於儲存資料的命名儲存單元。變數使程式能夠動態地操作資料,而不需在寫程式時知道資料的具體值。理解變數的宣告、賦值和使用是學習 C# 的基礎之一。
Console
一般又稱主控台、控制台,是僅以文字顯示訊息和結果的介面,像是一種特殊的終端機、命令提示字元。在 C# 中是 System 命名空間
底下的一個 Class (類別)。
LINQ,全名 Language Integrated Query,表示和語言整合,具有查詢能力的技術。
在學 LINQ 之前,我想先認識一下 ADO.NET
,這兩個同樣都是 .NET Framework 很重要的技術。
本身英文基礎:2018 年 6 月,雅思平均 6.5 (L6/R8/W6/S6)。
時隔三年,因為希望可以拿到四個 8,獲得澳洲移民分數 20 分的加分,再加上英文能力不是頂尖,總覺得口說、聽力雅思無法拿到 8 (實力很重要外,也太看考官),於是在聽到好多人拼 PTE 拿到想要的分數後,決定轉戰 PTE。(如果還不清楚 PTE 是什麼英文考試,請看PTE新手入门课系列)
SQL stands for Structured Query Language, as it is the special purpose domain-specific language for querying data in Relational Database Management System (RDBMS).
Microsoft SQL Server, MySQL, Oracle, etc. use SQL for querying with slight syntax differences.
To understand OUTER APPLY in MS SQL Server with extensive list of examples, I create two simple tables with sample data as the followings. The script of creating the tables is here.
To understand CROSS APPLY in MS SQL Server with extensive list of examples, I create two simple tables with sample data as the followings. The script of creating the tables is here.