(Pas Apicella) I decided to give the IBM Containers service a quick test drive today. I used this very simple example available at the following GitHub URL
Author: SSWUG Research
Directive Architecture, Template URLs, And Linking Order In AngularJS
(Ben Nadel) When it comes to directive compiling, linking, and general timing in AngularJS, it probably feels like I’m beating a dead horse. But, the reason that I keep revisiting the topic is because the directive workflow is a complex multi-faceted process that keeps revealing new quirks and edge-
Creating a Text Editor with Visual Basic
(Hannes Du Preez) Hello again! Today, I will show you how to make your own text editor in Visual Basic. We have a lot of work to do, so let’s get started.
How to insert a record into database using Ajax in ASP.NET MVC ?
(Vivek Ramapuram) In this article, we are going to learn how to insert a record into database using ajax in ASP.NET MVC.
SQL SERVER – System procedures to know SQL Server Version
(Pinal Dave) There are several ways to know the version of SQL Server. But did you know that there are two system procedures through which you can know the version? They are SP_SERVER_INFO and EXEC XP_MSVER
7 C# 6.0 Features That Every ASP.NET Developer Should Know About
(Mike Brind) Visual Studio 2015 introduces a completely new version of ASP.NET, but it also includes version 6 of the C# language. Previous new versions of C# have heralded substantial changes like the introduction of async and await in version 5, dynamic in version 4, LINQ in version 3 and so on.
SQL Performance Basics: Part 7, Embed the SQL Directly Into Your Programs
(Craig S. Mullins) You may recall that this is a subject I’ve written about before, but I think it is important enough to warrant covering briefly in this series on SQL performance basics… and that is, you should avoid black boxes if you want to optimize your applications.
DB2 Tips n Tricks Part 57 – How to Catch specific Error Code using db2pdcfg Utility
(Harishkumar Baburao Pathangay) How to Catch specific Error Code using db2pdcfg Utility Solution: Use db2pdcfg -catch option and db2cos.sh call out script.
User Login Permission Detail
(Stephanie Nguyen) Use this stored procedure to quickly capture all login information when needed, especially for security audit situations.
What is a CTE
(Kenneth Fisher) CTEs (Common Table Expressions) are one of the most interesting and useful tools added to T-SQL in the last decade. But even though they have been around for that decade and are widely used I still find that they confuse people somewhat.