(Frank Kalis) A recent blog entry I read reminded me again that I wanted to rant about an issue in SQL Server for quite some time now…
Other News
Filtering a Grid of Data in ASP.NET MVC
(Scott Mitchell) This article is the fourth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application. The previous two articles in this series – Sorting a Grid of Data in ASP.NET MVC and Displaying a Paged Grid of Data in ASP.NET MVC – showed how to sort and page d
DB2 LUW V9.7 CUR_COMMIT database configuration option – buyer beware
(Paul Mayhew) While working on a deadlocking problem, I came across the cur_commit optoin that is now available in version 9.7. This option is part of the ongoing efforts to make DB2 more Oracle compliant.
Using Web Storage in Web Applications
(Gil Fink) Web Storage is a specification that was a part of HTML5 but was moved to its own specification. Currently, it is only a W3C editor draft but it is implemented in all the major browsers (even in IE from IE8) by the name Local Storage or DOM Storage. In this post I’m going to explain what i
Changes in using Profiling in MySQL 5.5
(Ronald Bradford) In the past I’ve used the profiling features (e.g. SHOW PROFILES) in MySQL to help with timing SQL statements, especially those in the < 10 millisecond range. [membership level="0"] [pmpro_button level="14" text="Read More - Register for Free Membership"][/membership] [membership][standout-css3-button href="http://ronaldbradford.com/blog/changes-in-using-profiling-in-mysql-5-5-2011-01-19/" opennewwindow=true]Read More[/standout-css3-button] (Community content) [/membership]
ViewBag in ASP.NET MVC 3 – Dynamic Wrapper Around ViewData Backing Store
(David Hayden) If you have been using ASP.NET MVC and ViewData, you should be pretty comfortable with the new ViewBag introduced in ASP.NET MVC 3. ViewBag is nothing more than a convenient wrapper to make it easier to store and retrieve key/value pairs in the backing store used by ViewData.
Configuring WebSphere MQ File Transfer Edition with Microsoft Cluster Server
(Phil J. Bareham and Laurence Bonney) This article shows you how to configure WebSphere MQ File Transfer Edition for use with Microsoft Cluster Service (MSCS). MSCS enables you to put servers into a cluster to provide high availability to applications and data. If a server fails, work is transferred
ASP.NET MVC 3–What’s in it for you?
(Jon Galloway) ASP.NET MVC 3 was released on January 13. You’ve probably seen the blog posts, especially:
Adding Information to Your XML – Data Strings and Comments
(Darla Ferrara) Data strings are the percentage of XML code that is pertinent to anyone viewing your page. XML is a container file that holds information. That information is the data string.
Synching up IDENTITY columns
(Serge Rielau) What seems like eons ago we introduced IDENTITY columns into DB2. This was in DB2 UDB V7.1 to be precise.
