(Peter Mikhalenko) Streaming API for XML (StAX) is an API that allows you to read and write XML documents in Java. StAX is a parser independent, pure Java API based on interfaces that can be implemented by multiple parsers.
Other News
Getting Started with the ASP.NET MVC Framework
(AzamSharp) We have made a long journey from classic ASP to ASP.NET. But the journey is far from over. ASP.NET framework introduced code behind model which eliminated the spaghetti code written in classic ASP. Although the code behind model made the life of an ASP.NET developer comfortable but it wa
SQL Server 2008 – HierarchyId – How do you move nodes/subtrees around
(Simon Sabin) In a recent post SQL Server 2008 – HierarchyId whats the point? I talk about the scenarios that the new hieararchyId can be applied to. Here we expand on this further and also provide a solution for moving hierarchies around.
.NET Case Study: Stackoverflow Exception when using a complex rowfilter
(Tess Fernandez) When you use very complex Rowfilters or expressions on datasets or datatables you may end up getting a stackoverflow exception.
Hibernate Dialect for DB2
(Tim Tow) I have been working for about a week on making our Dodeca product work on DB2. I finally got it done today. First let me explain a little about how Dodeca works to set the context for my post.
Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 2
(Balamurali Balaji) Using declarative markup, you can create a LinqDataSource control that connects to data from a SQL database table, and configure it to handle updating, inserting, and deleting data without having to write the SQL commands to perform these tasks. The LinqDataSource class also prov
SqlCredit – Part 14: The Cost of Translation
(Rob Garrison) This is part 14 of a series. If you have not read part 13, you can find it here, but this article does not require any knowledge of the previous work in the series.
Real-time data acquisition: Connecting your exercise bike to Informix or DB2
(Aron Y. Lurie and Marty Lurie) Capture data from an analog environment in real time and store it in an IBM Informix Dynamic Server or DB2 database. Use WebSphere Community Edition to create graphs of captured data and present them in Java Server Pages. All the steps, including the installation and
PuTTY for SSH Tunneling to PostgreSQL Server
(Leo Hsu and Regina Obe) PuTTY was developed by Simon Tatham and is a very common light-weight MIT-Licensed free and open source Secure Shell (SSH) client for connecting to Linux/Unix systems via a Teletype (TTY) terminal emulation mode console. Currently there are ports for Microsoft Windows, other
CHECKSUM and Tempdb
(Sunil Agarwal) You may recall that starting with SQL Server 2005, you have an option available to enable CHECKSUM on the user databases. For details, please refer to http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/29/Enabling-CHECKSUM-in-SQL2005.aspx. In fact, any new database create
