(Rahul Kumar Saxena) In this article I will explain how to make a resizable Grid View in ASP.NET using jQuery.
Other News
A Question to Improve Your Code
Is it testable? That single question has impacted my software writing more than just about any other software development strategy. If the tests are automated it is even more important to me. The impact of writing testable code has many facets: If you want to write automated tests efficiently you have to keep the testable methods simple in order to […]
Memory management for In-Memory OLTP Server – Part 2
Memory management for In-Memory OLTP Server – Part II In my previous article, we saw how to calculate the memory needed for memory based objects when using In-Memory technology that was introduced in SQL Server 2014 version. We also saw how we can monitor the memory usage by these objects. In this article we will see how we can make...
DB2 for z/OS Stored Procedures: Native SQL, or Java?
(Robert Catterall) Recently, a mainframe DB2 DBA put a question to me: when should DB2 for z/OS native SQL procedures be used versus Java stored procedures, and vice versa?
Several Reasons for DB2 pureScale Users To Be Excited About IBM Insight
(Kelly Schlamb) When I tell my friends I’ll be going to Vegas for IBM Insight, there’s a bit of eye rolling along with a sarcastic “yeah, sounds like hard work… say hi to the blackjack dealer for me”.
WPF Newbies: Setting Color Properties in Code
(Ged Mead) If you’re moving from Windows Forms to WPF, you’ll find that there are many small but important changes to learn about. One of them is that different names are now used for some equivalent properties. For example, the ForeColor property of a control in Windows Forms has an equivalent F
You can’t use aggregate/windowing functions with CROSS APPLY
(Kenneth Fisher) One of my favorite features of CROSS APPLY is the ability to use it instead of a calculated variable. Well recently I was working on performance tuning a rather annoying query (which I will blog about in more detail later) and one of the steps I took was an attempt to combine CROSS
Building a Better NuGet
(Edward Charbeneau) NuGet is the standard package manager for the Microsoft development platform including .NET. It has transformed the ease of getting and installing the latest version of .NET packages, tools and frameworks. It relies on NuGet package authors to get packages right but there is litt
jQuery Ajax – Servlets Integration: Building a complete application
(Ilias Koutsakis) There are many tutorials around the web that explain some stuff about web development in Java using servlets and JSP pages, however I have never found a concise, simple enough for beginers, tutorial.
MySQL Group Replication: Distributed Recovery behind the scenes
(Pedro Gomes) The new addition to the MySQL planet, MySQL Group Replication is now on Labs Release for you to try it! It offers you update everywhere capabilities on any group of normal, out of the box, MySQL servers. Concurrent updates on a setup of several MySQL servers is now possible and this wi
