VS Code Tips & Tricks (by waderyan (Wade Anderson))
Wade Anderson has an amazing list of Tips & Tricks to help make you an expert at Visual Studio Code in no time.
Wade Anderson has an amazing list of Tips & Tricks to help make you an expert at Visual Studio Code in no time.
This is intended to be an extremely Quick Start guide to getting up and running building Angular 2 applications.
This will not be a guide explaining syntax or much of any core constructs but simply how to get started, focusing on setting up your Development Environment. We will be looking at all the most popular Development Environments to give you a good idea how to get started no matter what you are using.
While I would love to just jump in, if you have never worked with Node or used any npm packages then we need to get our machine in order before going any further.
I find it easiest to use Roles to do this. Have a ActiveUser role and tag your controllers or actions with a Authorize attribute.
[Authorize(Roles = "ActiveUser")]
Then some simple admin to add or remove users from the role to unlock and lock their access to everything protected with that roles attribute.
Google Style Window/Dialog Controls | |
Expand to full-screen (Maximize) | |
fa-expand | |
http://fontawesome.io/icon/expand/ | |
glyphicon glyphicon-resize-full | |
-- Source: http://stackoverflow.com/questions/19009488/the-server-principal-is-not-able-to-access-the-database-under-the-current-securi | |
USE [your database] | |
GO | |
-------- Reset SQL user account guids --------------------- | |
DECLARE @UserName nvarchar(255) | |
DECLARE orphanuser_cur cursor for | |
SELECT UserName = su.name | |
FROM sysusers su |
.carousel-control.left | |
{ | |
background: none; | |
} | |
.carousel-control.right | |
{ | |
background: none; | |
} |