The Task Parallel Library includes static methods that provide parallel equivalents of the for and foreach loops. As with parallel tasks, these loops can be cancelled by other processes using a system of cancellation tokens.
Other News
Page methods in asp.net
(Jalpesh) Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET F
Solving INFORMATION_SCHEMA slowness
(Peter Zaitsev) Many of us find INFORMATION_SCHEMA painfully slow to work it when it comes to retrieving table meta data. Many people resort to using file system tools instead to find for example how much space innodb tables are using and things like it. Besides being just slow accessing information
How to set EAR Version for ADF Application on WebLogic
(Andrejus Baranovskis) If it happened to deploy ADF application on WebLogic, most likely you noticed that it assigns default version V2.0 for each ADF deployment. We would like to set our own specific version, instead of having V2.0 assigned by default:
Updating Table View Columns
(Michael McLaughlin) Answering a reader’s question: How can you sort data inside an Oracle table view column? This blog post shows you how to perform the trick, but for the record I’m not a fan of nested tables. A table view column is an Oracle specific user-defined type (UDT), and is nested table o
Technical Insights: Five Steps to Consider When Moving to DB2 10
(Al deMoya) Many IT organizations are planning their move to DB2 10 because the benefits are quite compelling. While DB2 10 has features that can benefit most customers, all customers are interested in the reduction of CPU this version delivers. The reduction can be substantial (some organizations h
DB2 Tools corner: DB2 Utilities Suite for z/OS enhancements
(Mary Petras) Recent new features and functions of the IBM DB2 Utilities Suite for z/OS help this set of tools better meet your needs and improve your return on your investment in DB2. In this article, get details about new LOAD parameters, new REPAIR options, and new flexibility for REORG.
SQL SERVER – FIX – ERROR : Msg 3201, Level 16 Cannot open backup device.Operating system error 3 (The system cannot find the path specified.)
(Pinal Dave) I had very interesting and frustrating experience. Recently I was attempting to backup one of my database and I end up on following error.
SQL Server Join Example
(Jeremy Kadlec) I am new to SQL Server and want to learn about the JOIN options. What are all of the JOIN options in SQL Server? What is the significance of each of the options? I am a little confused on the differences and syntax, can you provide some examples and explanations? Are JOINs only for S
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 […]
