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