Author: SSWUG Research

Community

Be Smart About C++11 Smart Pointers

(Brian Overland) The expression smart pointer suggests a super-intelligent data type. It sounds like these pointers might write your program for you—or maybe get up and dance. Of course, they can’t do that. Smart pointers are used for resource management, principally that of dynamically allocated me

Community

XML Data to JSON

(Pål Thingbø) This article describes how to transfer XML data from SQL Server to a JSON object in a web browser, using the powerful Newtonsoft JSON converter. This article assumes you are familiar with basic concepts in SQL Server, VB.NET, HTML and JavaScript coding.