(SheoNarayan) In this article, we are going to learn the usage of ComboBox Controls in SilverLight.
Other News
Script to calculate the Median value for SQL Server data
(Eli Leiba) The standard SQL language has a number of aggregate functions like: SUM, MIN, MAX, AVG, but a common statistics function that SQL Server does not have is a built-in aggregate function for median. The median is the value that falls in the middle of a sorted resultset with equal parts that
Rich Snippets and Schema.org – SEO in the Semantic Web 3.0
(Tommy) Each December, when the year comes to a close, it’s custom to look to the new year and things the future will bring. While there is a great host of things we can look for in the world of SEO, one of the most interesting studies is the topic of rich snippets, Schema.org and the role of the se
Profiling your slow queries using pt-query-digest and some love from Percona Server
(ovais.tariq) Profiling, analyzing and then fixing slow queries is likely the most oft-repeated part of a job of a DBA. And there are not too many tools out there that can make your life easy by providing analysis of queries with such data points that allow you to attack the right queries in the rig
Comparison of WebSphere and JBoss cluster management and application deployment (demos)
(Roman Kharkovski) I have been using various Java application servers for over 12 years and still remember days of WebSphere 2.x, 3.x when it was so hard to manage even a single server, let alone cluster of servers.
Extended DISPLAY_CURSOR With Rowsource Statistics
(Randolf Geist) So this will be my Oracle related Christmas present for you: A prototype implementation that extends the DBMS_XPLAN.DISPLAY_CURSOR output making it hopefully more meaningful and easier to interpret. It is a simple standalone SQL*Plus script with the main functionality performed by a
ComboBox using ExtJS and ASP.NET MVC
(John Charles Olamendy) Recently I’ve been researching a lot about the use of ExtJS JavaScript framework along with ASP.NET MVC in order to build very rich Web applications. ExtJS is a cool JavaScript library, so I want to describe another good feature of it. In this article, I want to talk about th
Detailed SQL Server data audit through a .NET trigger
(David Catriel) I’ve been looking for quite some time for a solid (and granular) auditing solution that would keep track of the changes made to the data in my SQL Server DB, and have not been able to find one (other than commercial solutions). What I was looking for was simple: every time a record w
Application Testing Considerations
Application Testing Considerations There are some key considerations when establishing your own system testing scenarios without using a turn-key automated testing engine. Here is a quick list of issues you will have to resolve: How to organize your tests How to determine what to test How to run your tests How to test in different environments Today I want to […]
Sample XPath utility for Coded UI Test
(Gautam Goenka) The attached sample utility adds support for XPath query to Coded UI Test for searching controls. The utility uses built-in XPath parser and other classes of .NET and as such is conformant to .NET’s XPath Syntax. The new utility assembly adds two extension methods to UITestControl
