News (9)
Oracle to offer free database
Oracle intends to release a free version of its database, a reaction to the growing competitive pressure from low-end open-source databases. Read more »
Cisco patches security-monitoring system
Networking giant Cisco Systems has fixed several flaws in a security monitoring product meant to protect networks against attacks. Read more »
Xbox version of Linux finished
A hacker group specializing in software for Microsoft's Xbox announced late Monday the release of the first full version of Linux for the game console. Read more »
Open source specialists offered tech support rewards
OpenLogic will pay developers to provide high-level support for scores of open source products, but not everyone is convinced by the idea. Read more »
Microsoft bulks up in management software
Microsoft on Tuesday said it will fill out its management software line with a product to help IT pros troubleshoot problems and release a revamped Exchange management console next year. Read more »
Linux gets built-in Cell processor support
Linus Torvalds released a new Linux kernel on Monday that supports features in IBM's Cell processor, includes Oracle software for clustered databases and improves how the open-source operating system runs on multiprocessor systems. Read more »
Zend sharpens PHP's enterprise focus
The company which was founded by the creators of PHP has release a new toolkit which it claims should simplify administration of PHP servers on corporate networks. Read more »
Microsoft claims secure development success
A program placing strict controls on developers to ensure they build secure code is showing early signs of success, according to a senior executive from the software giant. Read more »
Plugging the Linux holes
You can easily surf the Web and run a spreadsheet on a Linux-powered PC, but good luck if you want to balance your cheque book. Read more »
Features (47)
Create cross-platform database-driven applications with JDBC
The Java Database Connectivity (JDBC) API offers a unified interface to different databases, providing a series of generic functions that are internally translated into native function calls. This makes it extremely easy to create database-driven applications that work across different RDBMS types. Read more »
Handle errors in the data tier with SQL Server
Exception handling is a standard part of every .NET application. The try/catch block allows you to catch exceptions and control application execution from that point. Many errors occur during database interaction, but a lot of developers are unaware of handling errors within the database tier. This week we examine error handling in your database code with SQL Server and T-SQL. Read more »
Is LINQ the future of database development?
The LINQ (.NET Language Integrated Query) Project is a Microsoft initiative to standardise data access across not only data sources but also development. Will it revolutionise database development? Read more »
Accessing database data with ASP.NET
The .NET Framework makes the task of establishing the database tier easier. Learn how to simplify the process by utilising the database tier. Read more »
Backing up and restoring MySQL databases
MySQL users have at their disposal a built-in suite of advanced tools that simplify backing up and restoring databases. Here are some tips for putting them to work. Read more »
Cleaning up your ADO.NET mess
Although .NET eases the burden of managing system resources, you're not totally disconnected from the process. Take care to free your database resources! Read more »
Diagnose SQL Server performance problems
Usually, the hardest part of database tuning is finding the code bottlenecks. SQL Profiler's traces can help you locate your sluggish code. Read more »
Diagnose SQL Server performance problems
Usually, the hardest part of database tuning is finding the slow part. SQL Profiler's traces can help you find your sluggish code. Read more »
Use the FileSystemWatcher to monitor directory changes in C#
One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory, such as file creation, deletion, or modification. Read more »
Build an AIR application for your website
Adobe AIR brings web technologies to the desktop through the integration of the Webkit rendering engine in a Flash-style desktop-based runtime. AIR applications running on HTML, CSS and Javascript can interact with the local file system, manipulate local SQL databases and even use AJAX on any domain. Read more »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
This blog post covers some of the technologies available for creating applications for the Semantic Web. Read more »
-
Bridging the gap between programmers and the visionA successful project will have a hard time flying if you don't walk through the game plan before writing a line of code. Read more »
-
Social news start-up Streem shuts downSydney social news start-up Streem will shut down this afternoon, according to a heartfelt notice posted on the site this morning by its founder Elgar Welch. Read more »
-
Quickly map drive letters in Windows XP
2008/10/01 13:30:44
-
2008/12/03 14:27:04
-
How to Reset Windows passwords
2008/10/01 14:31:09
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.
Featured links
- Parallelism Breakthrough Video Series
Stay Competitive with Intel® Parallel Studio - C++Builder 2009
RAD visual development meets C++ power – download it now! - Hewlett Packard
Learn how to choose the right data protection solution for your business - CodeGear RAD Studio 2009
Download today to develop Native Windows®, .Net, Web and DB applications

