Skip to content

Instantly share code, notes, and snippets.

View xunaphi7895's full-sized avatar
🎯
Focusing

Trần Xuân Phi xunaphi7895

🎯
Focusing
  • CMC Global
  • Da Nang
View GitHub Profile
@xunaphi7895
xunaphi7895 / addotnet.md
Created July 16, 2021 04:23 — forked from mhfaisalbd/addotnet.md
Application Development (.NET) Learning path

System Application Development (.NET)

Syllabus and Course Manual for Class Lectures

PART I (.NET Programming Using C#)

Total Lecture Count: 10 Total Duration: 15:00 Hours (approx.)

Class 0: Scratch & Fundamental Concepts (Duration: 02:00 Hours Approx.)

  • Introduction
  • What is System Development
@xunaphi7895
xunaphi7895 / index.html
Created March 19, 2019 17:37
XuanPhi-Front-end
<!doctype html>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.1.220/styles/kendo.common.min.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.1.220/styles/kendo.rtl.min.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.1.220/styles/kendo.silver.min.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.1.220/styles/kendo.mobile.all.min.css" />
<link rel="stylesheet" href="19_03_2019.css">
<script src="scripts/kendojs/jquery-1.12.4.min.js"></script>