Video Programming for IT Professionals
Author: SSWUG Research
DBA 101: Sometimes forgotten functionality in the MySQL client
(Dimitri Vanoverbeke) The MySQL client has some functionalities some of us never use. Why would you use them and what is the added value of this?
Picking Up Queue Messages: Strategy and Tactics
(Peter Vogel) If you’re using MSMQ to offload work from your Web site, you have a number of ways to pick up those messages, including processing those messages as soon as they turn up.
One Time Event Handlers using jQuery and ASP.NET
(Bipin Joshi) Most of the times the JavaScript event handlers attached with an element fire every time the event under consideration is raised. For example, if you wire a click event handler to the click event of a button then clicking that button will invoke the event handler function every time. A
Analyzing Mobile Application Data Using Managed Cloud Service
(Rav Ahuja) The data generated by the ever pervasive mobile applications can hold a gold mine of useful nuggets when aggregated and analyzed comprehensively.
Advanced Introduction to C# with Windows Forms – Part 1
(Michael Agranov) Most published C# books and tutorials illustrate C# programming concepts with console applications. However, console applications have very limited use in writing practical Windows applications. It is more fun to learn C# with Windows Forms or Windows Presentation Foundation (WPF).
What Makes DB2 Tick?
(Craig S. Mullins) Conceptually, DB2 is a relational database management system. Actually, some might object to this term instead calling DB2 a SQL DBMS because it does not conform exactly to Codd’s relational model.
Ensuring transactional consistency with Netezza when using CDC and DataStage
(John Bekisz) This article shows you how to configure the Netezza Connector properly when transactions coming from IBM InfoSphere Data Replication’s Change Data Capture (CDC) are first passed through DataStage before being written to PureData System for Analytics (Netezza).
Understanding AJAX Helpers in ASP.NET MVC
(Shailendra Chauhan) AJAX Helpers are used to create AJAX enabled elements like as Ajax enabled forms and links which performs request asynchronously. AJAX Helpers are extension methods of AJAXHelper class which exist in System.Web.Mvc.Ajax namespace.
The Top 5 SQL Server Features You Aren’t Using And Why
(Thomas LaRock) I’m throwing my money away.

