(Martin Widlake) I’m seeing an oddity with newly created sequences skipping the initial value. ie I create the sequence and the first use of it returns the value 2, not 1.
Other News
Auditing Access to Confidential Document Libraries in SharePoint
(Randy Franklin Smith) As more information makes its way into SharePoint I’m increasingly asked how to establish an audit trail of access to document libraries containing confidential information. This is a requirement for many types of information subject to compliance regulations like patient dat
Stress Testing Oracle ADF BC Applications – Do Connection Pooling and TXN Disconnect Level
(Andrejus Baranovskis) Today I will describe how jbo.doconnectionpooling = true and jbo.txn.disconnect_level = 1 properties affect ADF application performance. Read more about these properties – ADF BC Tuning with Do Connection Pooling and TXN Disconnect Level. Previous posts related to ADF BC appli
The DB2Night Show Z15: DB2 search and scroll techniques
(Klaas) In episode Z15 our special guest Dan Luksetich (a IBM Champion) gave us an overview of DB2 search and scroll techniques. If you are into SQL then you are going to enjoy this show. A must download!!
SQL Server – Profiler – Part 1 – What is a SQL Trace? Permissions, space requirements and launching the Profiler
(Nakul Vachhrajani) Microsoft SQL Server comes with a host of development and administrator features that warrant a separate IDE – the SQL Server Management Studio (SSMS). While the SSMS allows a developer or an administrator to write and debug T-SQL code and manage and maintain SQL Server instance(
State of .NET Image Resizing: how does imageresizer do?
(Bertrand Le Roy) I’ve written several times before about image resizing in .NET and how the various built-in solutions (GDI, WPF and WIC) compare in terms of quality, speed and size. I’ll put the links to my previous articles at the end of this post for reference.
Using MySQL and Perl to Create, Edit and Delete Information Via a Web Page
(Tony Darnell) A friend of mine was asking me for my recommendation of a good desktop database program to use to keep track of his inventory of cargo containers. I suggested to him that he should use MySQL and write a web page interface to do everything that he needed. He then reminded me that he is
AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in
(Halil ibrahim Kalkan) When we are developing a ‘data manipulation page’, we almost always do the same thing: A ‘table/grid’ that is used to ‘show records’ of a table in the database, a ‘create new record’ page/dialog to add a new record to the database, an ‘edit record’ page/dialog to edit a record
Child Tasks
The thirteenth part of the Parallel Programming in .NET tutorial describes the use of attached child tasks. Like nested tasks, these are created within the scope of an existing parallel task. The difference is that child tasks are linked to their parents.
How to render ordered list or un-ordered list (bulleted) using Repeater control?
(SheoNarayan) In this article, we shall learn how to list collection of records in the ordered or un-ordered list with custom look and feel using asp:Repeater control.