News (3)

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 »

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 »

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 »

Features (34)

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 »

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 »

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 »

Log in


Sign up | Forgot your password?

  • Staff A first look at Windows 7 beta

    In this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »

    -- posted by Staff

  • Staff Opera's new SDK: Better browsing on the Wii?

    Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »

    -- posted by Staff

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

What's on?