Resume Skills Flashcards
SQL Server
RDMS
Stored Procedures
complex processing that requires execution of several SQL statements.
T-SQL
Transact-SQL (T-SQL) is Microsoft’s and Sybase’s extension to SQL.
.NET Framework
A software framework developed by Microsoft, which includes a large library.
ASP.NET
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.
C#
Object Oriented programming language developed by Microsoft.
Classic ASP
Active Server Pages (ASP) was Microsoft’s first server-side script engine for dynamically generated web pages.
MVC
Model–view–controller (MVC) is a software for implementing user interfaces.
Entity Framework
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.
JavaScript
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.
J Query
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML and is the most popular JavaScript library.
HTML
HyperText Markup Language
CSS
Cascading Style Sheet.
AutoMapper
An automatic object-object mapper, installed with NuGet.
N Log
NLog is a free logging platform for .NET used to log exceptions.
Service Oriented Architecture
K
WCF
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.
SOAP Services
K
WSDL
Web Services Definition Language
J Query UI
K
Knockouts.js
K
N Unit
K
Bootstrap
K
Unit Testing
K
Fluent Assertions
K
Web Services
K
OOP
K
REST
K
Json
K
Visual Studio
U
Tortoise SVN
L
XML
K
Web Forms
J
ADO.NET
K
Share Point
K
ERD
Entity Relationship Diagram
IIS
Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft.
Serialization
K
Deserialization
K
ORM
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.
SDLC
System Development Life Cycle, or application development life cycle.
Angular
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.
LINQ
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.
MVC concept
popular architectural pattern between the entity/model, view/presentation, controller/code behind.
.NET
.Net is a framework for managed code and assemblies
.Net code can be written in any language that has an CIL compiler.
AJAX
Asynchronous Javascrips and XML.
A group of interrelated web techniques used client-side to create asynchronous web applications.