(Stefan Goessner) More and more web service providers seem to be interested in offering JSON APIs beneath their XML APIs. One considerable advantage of using a JSON API is its ability to provide cross-domain requests while bypassing the restrictive same domain policy of the XmlHttpRequest object. On
Other News
Integer Arrays Using T-SQL
(Chris Martinez) Anyone that has worked with SQL Server for a while undoubtedly has come across a scenario where they needed a way to pass an array as a parameter to a stored procedure. One of the most common of these scenarios involves a stored procedure that must be executed passing numerous prima
IBM DB2 Universal Database and the Java Developer? Absolutely! – Part 5
(Paul C. Zikopoulos) Part 5 and 6 of this series focus on the built-in SQL Builder and SQL Editor (here-in referred to as the SQL Builder) in Rational AD. Here in Part 5 I will show you how to use it to build SQL statements that you can use in your Java programs, Web services, routines, or just stan
Patterns for smart devices: Solving the multiple resolution/orientation problem
(Daniel Cazzulino) The reality of mobile development (especially if you’re creating a product) is not so different to that of Web development: the clients that will be using the application may not be under your control, and they may support different sets of features and capabilities. In the ASP.NE
ASP.NET Tip: Responding to the Repeater Control’s ItemCommand Event
(Eric Smith) I’m a bit of an HTML purist, so I love the Repeater control. It allows me to specify exactly which HTML ASP.NET uses to create a table, list, etc. without it adding a bunch of extra junk. The Repeater, like other data-bound controls, contains some events to help you respond to the actio
Learn the best way to combine strings in VB.NET
(Irina Medvinskaya) Combining strings in VB.NET is a simple operation. You can utilize the & operator to add a string to the end of another string, or use the Insert method of a String object to insert a string within another string. While both & and + operators allow you to combine the strings, it’
Relationships: modeling relational data in XML, part 3
(Kevin Williams) In this series, we’ll take a look at how relationships (in the relational database sense) are modeled in XML. Armed with this information and the information from the articles one and two in this series, you’ll be able to dive in and get started modeling your relational data in XML
On disk performance and MySQL replication
(Jeremy Cole) If you’re not using replication, the only thing you have to worry about is MyISAM and InnoDB performance. There are a lot of things you can easily do to get more (or less!) performance out of either of them. So, you get your system tuned and handling 1500 updates per second, easy as pi
Working with LINQ Using Visual Studio 2005
(Satheesh Kumar) LINQ is the general-purpose standard query operator that allows traversal, filter and projection operations to be expressed in a direct yet declarative way in any .NET programming language. The extensibility of the LINQ query language provides implementations that work over both XM
Table Partitioning in DB2 Viper – Details Part 3
(Chris Eaton) So far we have discussed new DB2 Viper Table Partitioning overview, the details on creating a partitioned table and how to attach new partitions. In this posting we will cover the DETACH operation.
