Get Started. It's Free
or sign up with your email address
Front End by Mind Map: Front End

1. Javascript

1.1. jQuery

1.2. AngularJS

1.2.1. MVVM

1.2.1.1. $scope

1.2.1.2. $rootScope

1.2.2. Model

1.2.3. View

1.2.4. Routing

1.2.5. Binding

1.2.5.1. One Way

1.2.5.2. Two Way

1.3. Ajax

1.3.1. Http Request

1.3.1.1. Get

1.3.1.2. Post

1.3.1.3. Put

1.3.1.4. Delete

1.4. Loosely typed

1.5. Prototypical Inheritance

2. .NET

2.1. ASP.NET

2.1.1. MVC

2.1.1.1. Model

2.1.1.2. View

2.1.1.2.1. Razor

2.1.1.3. Controller

2.1.1.3.1. Router

2.1.2. Web API

2.1.2.1. Router

2.1.2.2. RESTful

2.1.2.3. Actions

2.1.2.3.1. Get

2.1.2.3.2. Post

2.1.2.3.3. Put

2.1.2.3.4. Delete

2.1.3. Web Forms

2.2. C#

2.2.1. Strongly Typed

2.2.2. Generics

2.2.3. Threading/Tasks

2.2.4. OOP

2.2.4.1. Inheritance

2.2.4.2. Composition

2.2.4.3. Polymorphism

2.2.4.3.1. Overload

2.2.4.3.2. Override

2.2.4.4. Abstraction

2.3. CLR

2.3.1. Garbage Collection

2.3.2. MSIL

2.3.2.1. JIT

2.4. WCF

2.4.1. SOAP

2.4.1.1. Data Contract

2.4.1.2. Method Contract

2.4.1.3. Envelope

2.4.1.4. XML

3. HTML

3.1. HTML5

3.1.1. Semantic Elements

3.1.2. Video

3.1.3. Web Sockets

3.1.4. Web Worker

4. CSS

4.1. CSS3

4.1.1. Media Queries

4.1.2. Psuedo Selectors

4.2. Bootstrap

4.2.1. Responsive Design

4.2.1.1. Progressive Enhancement

4.2.1.2. Graceful Degradation

5. Data

5.1. SQL

5.1.1. Entity Framework

5.1.1.1. LINQ

5.1.2. ADO.NET

5.1.2.1. SQLDataReader

5.1.2.2. SQLDataAdapter

5.1.3. DDL

5.1.3.1. Constraints

5.1.3.1.1. Identity

5.1.3.1.2. Null

5.1.3.2. Create

5.1.3.3. Drop

5.1.3.4. Alter

5.1.3.5. Normalization

5.1.4. DML

5.1.4.1. Select

5.1.4.2. Delete

5.1.4.3. Update

5.2. XML

5.2.1. Serialization