db40 for .NET Cheat Sheet

This Refcard walks you through db4o's basic operations, various query types and data access optimization techniques.

Agile Tactics for Reducing Costs

Learn how evolutionary design, refactoring, and automated testing can help you reduce costs, eliminate risks.

Java, .NET, and PHP In One Webapp? The Holy Grail of Mashups.

What if you could run a single webapp with Java, PHP, and ASP.NET AJAX in one webapp?  Stay with me for a minute, because I think there might be a powerful...

1 replies - 5166 views - 04/10/08 by Matthew Schmidt in News

Is Microsoft Serious?

Recently I received a press announcement from Waggener-Edstrom, Microsoft's PR company, about their latest move in the interoperability space; I reproduce it...

0 replies - 672 views - 04/04/08 by Ted Neward in Articles

Two Exceptional Books from Pragmatic Bookshelf

Pragmatic Bookshelf has just released two exceptional books. These two books do not cover any framework, or any new technology. I have read the first few...

2 replies - 6919 views - 03/31/08 by Meera Subbarao in News

Hey WMI, Where Can I Print

Windows Management Instrumentation, or WMI for short, is a very powerful and often under used technology. I am simply fascinated by how much you can accomplish...

0 replies - 2956 views - 03/27/08 by Boyan Kostadinov in News

Why ReSharper is so Good ?

.NET developers still asking what is so special about ReSharper might want to read a little bit about the value that ReSharper adds to Microsoft VisualStudio:...

0 replies - 1276 views - 03/26/08 by Irina Megorskaya in News

Simple Logging in Your .NET Application

Logging can be a very useful tool when developing any application. Furthermore, logging is a must when deploying applications to a production environment....

0 replies - 958 views - 03/24/08 by Boyan Kostadinov in News

Essential Silverlight 2 Up-to-Date--New from O'Reilly

As per the O'Reilly press release, now you can design rich Internet applications (RIAs) for the Web using Silverlight 2, Microsoft's second release of the...

0 replies - 1230 views - 03/24/08 by Meera Subbarao in News

Creating Personal Software Builds with TeamCity

Your typical day consists of writing new code, running local tests, and then integrating your changes with those of your team members.If you are going the...

1 replies - 4133 views - 03/16/08 by Ann Oreshnikova in News

What Does it Take to Be a Good RIA Platform?

Yesterday, I had a very interesting blog debate with a guy named Martin Beeby. He was arguing that Silverlight would eventually crush Flex because Adobe is...

1 replies - 1687 views - 03/15/08 by Sebastien Arbogast in News

Are you facing some problems in Silverlight 2 (beta 1) Tools for Visual Studio 2008 Installation?

Problem ~An Error Has Occurred:Silverlight Tools cannot be installed because one or more of the following conditions is true:1. Visual Studio 2008 RTM is not...

0 replies - 4049 views - 03/08/08 by Michael Sync in News

How to Extract Video Still Frames with MPlayer

While working on a video content management system, I was in need of capturing frames from video files so they can be used as a preview for video. The system...

0 replies - 4284 views - 03/04/08 by Boyan Kostadinov in News

Top 13 Visual Studio Keyboard Shortcuts

My friends in college always made fun of my keyboard obsession. At the time, I knew all the Windows 98 specific shortcut keys and often had no need for the...

0 replies - 10526 views - 03/04/08 by Boyan Kostadinov in News

Solution-Wide Analysis Explained

ReSharper 3.1 - the productivity add-in to Microsoft Visual Studio - provides a new full-fledged feature called Solution-Wide Analysis, which looks for...

0 replies - 995 views - 03/03/08 by Irina Megorskaya in News

New way of intializing Object and Collection in C# 3.0

Howdy everybody! This is the second part of my C# 3.0 tutorial series in my blog. Today, we are gonna talk about object and collection initializers, one of the...

0 replies - 793 views - 03/01/08 by Michael Sync in News

Exploring Auto-Implemented Properties of C# 3.0

Note: This is the first part of my C# 3.0 tutorial series. Auto-implemented properties is the C# 3.0 new feature that make property-declaration more concise....

0 replies - 1501 views - 02/29/08 by Michael Sync in News