-
Recent Posts
- How do I map a differential/transaction log backup to its full backup without using MSDB?
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Do NOT delete files from the Windows Installer folder
- How to monitor deadlock using extended events in SQL Server 2008 and later
-
Recent Comments
- Dave on How to Point a Domain to an Amazon EC2 Virtual Server
- David Ziffer on Programming Language | .NET Multiple Inheritance Issue
- Ashok on SAP HR Certifications Sample Questions Set 4
- Brad on JetBrains Rolls Out Competitor For Objective C Development
- Danny on Getting Started (for Free!) with Amazon Elastic Cloud Computing (EC2)
Monthly Archives: March 2010
What is the Best Ruby on Rails CMS?
If you are looking for the best Ruby on Rails content management system, then Radiant should be on your short list of options. Radiant provides all the facilities of a content management system in a very easy and powerful way. It can help you by creating a nice website for personal or organizational purpose. It [...]
Continue Reading: What is the Best Ruby on Rails CMS? →
The iPhone Isn’t Easy
How to get started building an app
Continue Reading: The iPhone Isn’t Easy →
CUDA, Supercomputing for the Masses: Part 16
CUDA 3.0 provides expanded capabilities
Continue Reading: CUDA, Supercomputing for the Masses: Part 16 →
Commenting: It’s Your Turn Now
One of the cool features of the ‘new and improved’ DrDobbs.com is the commenting system.
Continue Reading: Commenting: It’s Your Turn Now →
The Most Used Web Programming Language
PHP is now considered to be the most popular web programming language. The biggest advantage is that, it is an open source platform. This helps in reducing cost and time for any web developing organization. Are you craving to build a website or a web based application that will not only give you a user [...]
Continue Reading: The Most Used Web Programming Language →
PHP Coding Tools for Dreamweaver
Quickly insert control structures (if statement, etc.) and insert your custom PHP variables: no more typos! The free PHP Code extension for Dreamweaver helps to speed up code writing in two ways: * it inserts the chosen control structure (if statement, etc.); * it inserts the PHP variable chosen in the list of all variables [...]
Continue Reading: PHP Coding Tools for Dreamweaver →
HeartOS RTOS Support for ARM Processors
Provides scalable, compact, lightweight safety-critical platform for ARM processors
Continue Reading: HeartOS RTOS Support for ARM Processors →
NVIDIA Releases CUDA Toolkit v3.0
Includes support for powerful Fermi-based GPUs
Continue Reading: NVIDIA Releases CUDA Toolkit v3.0 →
Probability Selector
For when you really do need randomness
Continue Reading: Probability Selector →
How can I get objects and property values from expression trees?
This is a follow-up to the Getting Information About Objects, Types, and Members with Expression Trees post, so I would recommend that you read that one first. Among other code examples in that blog post, I demonstrated how you can get a property name…
Continue Reading: How can I get objects and property values from expression trees? →