(Abhinav Priyadarshi, Harish Shenoy and Ravi SK Sinha) This article shows you how to use IBM Worklight and the Worklight server to develop hybrid mobile applications that invoke enterprise services deployed on WebSphere Message Broker. The integration with WebSphere Message Broker addresses any ente
Author: SSWUG Research
AJAX Event Calendar (Scheduler) for ASP.NET MVC in 80 Lines of Code
(Dan Letecky) This sample project shows how to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache Software License 2.0). We will build our sample with ASP.NET MVC 3, Visual Studio 2010, and SQL Server Express 2005.
Data Clustering Using Category Utility
(James McCaffrey) Data clustering is the process of placing data items into different groups—clusters—in such a way that items in a particular group are similar to each other and different from those in other groups. Clustering is a machine learning technique that has many important practical uses.
Fundamentals of SQL Trace in SQL Server 2012
(Adamgorge) An SQL Server trace can be used to record events that you are interested in. You can create trace file and trace table workloads easily using SQL Server Profiler.
Application Performance: When Reducing Concurrency can Improve Throughput
(Robert Catterall) There’s an interesting application performance situation that I’ve encountered several times over the past twenty years or so, most recently a couple of weeks ago. I was talking with a DBA over lunch at a regional DB2 users group meeting. He mentioned that he and some of his colle
Grouping Data Sets by Week Number of the Month
(Charles Hooper) I saw a decent SQL brain teaser this morning in the comp.databases.oracle.server Usenet group. The OP in the message thread is attempting to summarize data in one of his tables, with the summarizations broken down by month and then the week within that month. Increasing the challe
An Oracle Designer Feature: Generating Table APIs with Oracle SQL Developer
(Jeff Smith) Have you heard of Oracle Designer? Perhaps you even still use it?
What is Oracle’s Unique Value Proposition?
(iathomas) This is my first Blog entry on Oracle Blogs, so where do I start? How do you start a Blog? What do you deem important? What would people be interested in? I’ve been at Oracle for over sixteen years and worked across a range of products and industries and seen a lot of changes and I’d like
[ ASP.Net ] – Binding the GridView Control to Database Using ObjectDataSource Control
(Sivaraman Dhamodaran) In this article we are going to see the usage of the Object Data Source control. We will create the web page with a GridView control and link that control to the ObjectDataSource control.
SOLID Principles in C# – An Overview
(V.N.S Arun) SOLID is an acronym and stands for 5 important object oriented principles. The SOLID principles help in making the object oriented application source code robust, scalable, extensible and non-fragile. It is absolutely necessary when you have a layered architecture and they are bound to
