G2/G drive road test
G2 路考注册路考在网上注册,一般提前一个月左右,在线选考点,时间,缴费当天注册考试当天,提前到考试中心,进入考场左停车场停车,选择有号码的lot停车,车头向外,没有号码的lot多给考试完泊车。提前15-20分钟在考试中心机器上注册,需要驾照、parking...
View ArticleAngularJS v1 tutorial (1) - introduction
Download sourceProject configurationCreate an empty project folderInstall via npmCreate package.json npm initEdit package.json{ "name": "test", "version": "1.0.0", "description": "", "main":...
View ArticleAutofac Tutorial
IntroductionWorkflowadd autofac package via nugetcreate an IOC container var builder = new ContainerBuilder(); var container = builder.Build(); register components...
View ArticleCreate Angular v2+ project (1) - introduction
IntroductionAngular is a framework for building client applications in HTML and either JavaScript or a language like TypeScript that compiles to JavaScript.The framework consists of several libraries,...
View ArticleCreate Angular v2+ project (2) - typescript
Introductioncheck versionNew featuresPick vs PartialPartial and Pick are mapped types. They are used to create a new type using part of original type.e.g.interface PartialTask { id: string, name:...
View ArticleCreate Angular v2+ project (3) - forms
IntroductionAngular Forms provide a framework support for two-way data binding, change tracking, validation and error handling.There are two approaches to build forms in Angular.template-driven...
View ArticleCreate Angular v2+ project (3) - router
IntroductionThe Angular Router enables navigation from one view to another view when user perform some tasks. Also, it can pass optional parameters along to the target view component.There are below...
View ArticleCreate Angular v2+ project (5) - rxjs & observable
IntroductionAsynchronous programming is an important technique to create web applications. It allows units of work to run separately from the primary application thread and makes main application...
View ArticleTeam foundation server tutorial (1) - Introduction
IntroductionVersion control systems are software that help us track changes we make in our code over time. As we edit to our code, we tell the version control system to take a snapshot of our files....
View ArticleASP.NET Core Tutorial (1) WebApi
download source code hereCreate project via CliInstall .net core sdk, .net core runtime at https://www.microsoft.com/net/learn/get-started/windows or https://www.microsoft.com/net/download/windowsin...
View ArticleASP.NET Core Tutorial (2) release
Release via cliASP.NET Core project is actually console application. Our project always contains a Program.cs file just like a console app.modify program.cs, add IIS or Kestrel integration public class...
View ArticleASP.NET Core Tutorial (3) TagHelper
IntroductionTag Helper is server-side code to create and render HTML elements in Razor files. It is introduced in MVC 6. It is an alternative of HTML helper in MVC 5.There are many built-in Tag Helpers...
View ArticleExpressVPN tutorial
IntroductionExpressVPN is a virtual private network service. The software is marketed as a privacy and security tool that encrypts users’ web traffic and masks their IP addresses. It has released apps...
View ArticleTax - Self-employed vs. Corporation
Introduction在加拿大赚钱,可以大致分为两种情况:为别人打工,赚取工资收入(employment income);或者为自己打工(Self-employed business owners),自己控制工作时间和进度。简单来说,自雇人士花税前的钱,而非自雇人士花的是税后的钱。这里主要讨论自雇打工,有三种形式:个人自雇/独资公司(Sole...
View ArticleTax - Non-resident and New-resident
税务居民加拿大个人收入税的主要征税对象是“税务居民”,面向全球征税,它的定义主要考虑以下几个因素:日常居住地点;与加拿大或外地的居住关系;逗留加拿大时间的长短“税务居民”包括在外地居住但与加拿大有居住关系的人士。另外,一个与加拿大没有“居住关系”的人,但却在一年内在加拿大居住183天或以上,也会被当作“税务居民”,而应向加拿大报税。如果你只是到加拿大作随意的短暂停留,除非你有来源于加拿大的收入,否则...
View ArticleTax - Benefit
常见加拿大福利有娃家庭的福利税务优惠托儿费用减税项目(Deduction)如果家长因为工作,正在找工作,做生意,上学,或者从事科学研究而产生托儿费用,这部分的费用可以作为减税项目直接扣减家长的税前应税收入。托儿费用必须用于支付符合资格的托儿服务,包括托儿机构及个人。 -如果是由个人所提供的托儿服务,收据上必须要有个人的姓名及 SIN 工卡号。...
View ArticleTax - Registered Account, RRSP, TFSA, RESP, LIRA, RRIF
Introduction本文讨论政府注册计划RRSP, TFSA, RESP, LIRA, RRIF等RRSP 和 TFSA 都是注册储蓄账户,类似我们每个人都会有的支票账户和一般储蓄账户一样,但这两个需要SIN卡才能开户,因为银行要像CRA报告的操作流程是,我们先在金融机构开 RRSP 或者 TFSA...
View ArticleTax - Retire
Introduction本文讨论65岁退休#References# When You RetireChanges to your taxes when you retire or turn 65 years oldRegistered Pension Plans
View Article