Author: SSWUG Research

Community

AngularJS Abstractions: Modules

(K. Scott Allen) Continuing from the last post, a module in AngularJS is a place where you can collect and organize components like controllers, services, directives, and filters. We’ll talk about the “when & why” of creating a module in a later post. This post will focus on the API to create a modu

Community

Database roles – 2. Big…Mistakes?

(Michael “Misha” Rosenblum) Looks like my Friday post about BigData got some attention. In that case – let’s continue! While looking at tons of articles about Big-anything I’ve noticed a very constant pattern – everybody is talking about multi-node clusters of database servers: you constantly hear a

Community

.NET Security Part 1

(Simon Cooper) Ever since the first version of .NET, it’s been possible to strictly define the actions and resources a particular assembly can use, and, using Code Access Security, permissions to perform certain actions or access certain resources can be defined and modified in code. In .NET 4, the

Community

Paging Data with TSQL

(Greg Larsen) When building applications that need to display lots of data to a customer, a common practice is to display one page of data at a time. Having your application only show a single page of data requires you to build a paging function, like a button into your application to allow the use