Resume Skills Flashcards

1
Q

SQL Server

A

RDMS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Stored Procedures

A

complex processing that requires execution of several SQL statements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T-SQL

A

Transact-SQL (T-SQL) is Microsoft’s and Sybase’s extension to SQL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

.NET Framework

A

A software framework developed by Microsoft, which includes a large library.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ASP.NET

A

Asp.net is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

C#

A

Object Oriented programming language developed by Microsoft.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Classic ASP

A

Active Server Pages (ASP) was Microsoft’s first server-side script engine for dynamically generated web pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

MVC

A

Model–view–controller (MVC) is a software for implementing user interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Entity Framework

A
Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects.
It eliminates the need for most of the data-access code that developers usually need to write.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

JavaScript

A

A dynamic programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

J Query

A

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML and is the most popular JavaScript library.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

HTML

A

HyperText Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

CSS

A

Cascading Style Sheet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AutoMapper

A

An automatic object-object mapper, installed with NuGet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

N Log

A

NLog is a free logging platform for .NET used to log exceptions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Service Oriented Architecture

A

K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

WCF

A

Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

SOAP Services

A

K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

WSDL

A

Web Services Definition Language

20
Q

J Query UI

A

K

21
Q

Knockouts.js

A

K

22
Q

N Unit

A

K

23
Q

Bootstrap

A

K

24
Q

Unit Testing

A

K

25
Q

Fluent Assertions

A

K

26
Q

Web Services

A

K

27
Q

OOP

A

K

28
Q

REST

A

K

29
Q

Json

A

K

30
Q

Visual Studio

A

U

31
Q

Tortoise SVN

A

L

32
Q

XML

A

K

33
Q

Web Forms

A

J

34
Q

ADO.NET

A

K

35
Q

Share Point

A

K

36
Q

ERD

A

Entity Relationship Diagram

37
Q

IIS

A

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft.

38
Q

Serialization

A

K

39
Q

Deserialization

A

K

40
Q

ORM

A

Object-Relational Mapping. A programming technique for converting data between incompatible type systems in object-oriented programming languages. Entity Framework is a program that does this for you.

41
Q

SDLC

A

System Development Life Cycle, or application development life cycle.

42
Q

Angular

A

An open-source web application framework maintained by Google and by a community of individual developers and corporations to address many of the challenges encountered in developing single-page applications.
AngularJS was built as a layer on top of jQuery, to add MVC concepts to front end engineering.

43
Q

LINQ

A

Language-Integrated Query (LINQ) is a set of features introduced in Visual Studio 2008 that extends powerful query capabilities to the language syntax of C# and Visual Basic.

44
Q

MVC concept

A

popular architectural pattern between the entity/model, view/presentation, controller/code behind.

45
Q

.NET

A

.Net is a framework for managed code and assemblies

.Net code can be written in any language that has an CIL compiler.

46
Q

AJAX

A

Asynchronous Javascrips and XML.

A group of interrelated web techniques used client-side to create asynchronous web applications.