(Richard Carr) The fourteenth part of the Windows Presentation Foundation Fundamentals tutorial continues the examination of the WPF layout controls. This article describes the Border control, which draws a rectangular border around its child.
Author: SSWUG Research
When is eAUTOMATICf Not STMM?
(Ember Crooks) Somewhere along the line, I associated eAUTOMATICf settings for parameters with DB2Œs Self-Tuning Memory Manger (STMM). But the two are not associated. Sure, if STMM is set to ON, then some parameters set to AUTOMATIC will be tuned by the STMM, but many parameters can be set to aut
My Approach To Building AngularJS Directives That Bind To JavaScript Events
(Ben Nadel) As I’ve blogged before, AngularJS has a bit of learning curve. For me, the two biggest hurdles have been request routing and Directives. At this time, I think I have a pretty good handle on request routing and rendering nested views; but some aspects of Directives, on the other hand, are
Select, Zip and Download Files displayed in a GridView
(Bipin Joshi) Sometime back I wrote an article that shows how to zip and unzip files programmatically using System.IO.Compression classes. Using these classes along with ASP.NET controls you can allow user user to select one or more files from a list and then programmatically "bundle" these files in
Getting Started with the SSAS Tabular Model
(Robert Sheldon) SSAS Tabular models are in-memory databases that model data with relational constructs such as tables and relationships, in order to provide a rapid and powerful way of providing self-service BI to client applications such as Microsoft Excel and Microsoft Power View. You’ve deploye
Managing Slowly Changing Dimension with MERGE Statement in SQL Server
(Arshad Ali) In my last article I talked about Slowly Changing Dimension (SCD) Transformation, which is available out of box in the SSIS toolkit and can be used easily and configured quickly for managing smaller slowly changing dimension.
Parsing XML in Groovy using XmlSlurper
(Mohamed Sanaulla) In my previous post I showed different ways in which we can parse XML document in Java. You must have noticed the code being too much verbose. Other JVM languages like Groovy, Scala provide much better support for parsing XML documents.
SSWUGtv: What is supported in the Cloud? What do you need to worry about? Is it possible to protect your data in the cloud? How?
Video Programming for IT Professionals
Understanding and Using the SharePoint 2013 REST Interface
(Jim Crowley and Ricky Kirkham) SharePoint 2013 provides a Representational State Transfer (REST) interface that opens the SharePoint 2013 development platform to standard Web technologies and languages. SharePoint capabilities have long been available to Web applications through the client object m
.NET Serialization
(Vidya Vrat Agarwal) Serialization is another great feature of .NET. This article talks about overall serialization in the .NET Framework and various available types such as binary, XML and SOAP. The prime objective of serialization is to persist and retrieve the state of an object. There are variou

