(Niladri.Biswas) In this article we will look as how to use String.Format function of C# in JavaScript and display multiple values of a resource file.
Other News
CHECKPOINT_CHANGE#
(Hemant K Chitale) In my previous post CURRENT_SCN and CHECKPOINT_CHANGE#, I had asked : “In which scenarios could the checkpoint_change# value differ between V$DATAFILE and V$DATAFILE_HEADER ?”
Snapshot Isolation Level in SQL Server – What, Why and How Part 2
(Arshad Ali) Introduced in SQL Server 2005, Snapshot Isolation levels improve performance, however, there are some caveats to consider when using this feature. Some people use it frequently, as it minimizes blocking and improves performance/concurrency, without knowing its impact on maintaining vers
SQL Server Prefetch and Query Performance
(Fabiano Amorim) Prefetching can make a surprising difference to SQL Server query execution times where there is a high incidence of waiting for disk i/o operations, but the benefits come at a cost. Mostly, the Query Optimizer gets it right, but occasionally there are queries that would benefit from
Integrating Oracle applications brings complexity
(Frank Ohlhorst) Oracle has spent the last 10 years building up its portfolio of products, many of which have come from strategic acquisitions of other companies and the incorporation of intellectual property from various sources to build up an impressive portfolio of offerings. In other words, Orac
ASP.NET MVC Beta and RC Upgrades – Confirm your Expectations and Version Numbers in Production Environments
(Scott Hanselman) I was working on an app locally using a daily build (newer than the currently released one) of ASP.NET MVC and deployed it to a host. I noticed this weird CSS issue. See how the text box on the left running on localhost is small and not styled while the one on the right running on
CRUD operation using ASP.NET Web Api and MVC 4 – Part 2
(Brij Mohan) This Post is continuation to my Previous Post where I have created a ASP.NET Web Api Service, In this Post I am going to create a simple client using jQuery, MVC 4 and Razor View Engine to call the Services and perform POST, DETELE, PUT and of course GET operations using the Web Api Ser
How to Merge a Row
(William Robertson) The tough challenge that seems to have been faced by this developer was that the ID, name and value passed into the procedure needed to be either applied as an update if the name existed, or else inserted as a new row.
DB2 Tech Talk: Optimize Storage and Minimize Administration with DB2 10
(Cindy Russell) Learn about the new storage optimization features in the recently announced DB2 10 product.
Installing MySQL from source/binary tarball as a Linux service
(Shlomi Noach) I’ve written before I prefer to do a manual install of MySQL over a repository one. I still do: I typically install from binary tarball or by compiling from source.
