Video Programming for IT Professionals
Other News
Analysis of Service Broker in line of Message Based Communication – Part 1
Analysis of Service Broker in line of Message Based Communication – Part 1 Introduction For a multi – tier (N – Tier) structural design, the client as well as the server may be positioned at an isolated site. The server, which applies the corporate guidelines, can offer services to the several clients in a single point of time. Hence, in...
Calling WCF Without Creating Proxy Using jQuery Ajax
(Devesh Omar) In this article you will learn how to call WCF without creating a proxy using jQuery Ajax.
Faster forward video series: IBM API Management end-to-end, Part 3
(Soloman Barghouthi) This four-part series of videos on IBM API Management together make up an end-to-end demonstration of the product that includes creating a restful API, testing it, publishing it in IBM API Management, and finally using the published API from a mobile application.
Java Language Basics
(Raymond Gallardo, Joni Gordon, Scott Hommel, Sowmya Kannan and Sharon Biocca Zakhour) You’ve already learned that objects store their state in fields. However, the Java programming language uses the term variable as well. The first section of this chapter discusses this relationship, plus variable
Exporting a PL/SQL Package Just the Way Monty Likes in SQL Developer
(Jeff Smith) Got a quick question from my favorite President today.
enq: SQ – contention
(Thomas Saviour) Yesterday, I have seen huge waits “enq SQ – contention’” – in every snapshot there were thousands of waits. But the fix was so simple! Here is the root cause of the issue –
Pattern For Obtaining ADF Component ID for JavaScript
(Duncan Mills) The following article outlines a technique that I use and has been buried in various code samples in the past. However, in light of the explicit how-to being asked a couple of times recently, it seems sensible to pull it out into a explicit article.
What is stuck in MySQL server?
(Vlad Fedorkov) There are few easy ticks to see what is stuck inside MySQL instance. All these techniques will not give you whole picture, but might help to find queries that block performance. Let’s start from what exactly doing your MySQL server right now.
T-SQL to Display Weekends Between two Dates
(Prashanth Jayaram) Different ways to find the weekend between two given dates. The SQL requires @begindate and @endate paramteters to be entered in the below SQL