Wednesday, July 18, 2012

Windows 7 new features: Step by step in VB.NET and C# - CodeProject

Introduction to the Article

Explaining all the new must have features in Windows 7 to make your application look shiny and professional, like the new features of the task bar and more.

Windows 7 new features: Step by step in VB.NET and C# - CodeProject

Tuesday, July 17, 2012

Visual Studio debug console for iPhone - CodeProject

Introduction to Article by
Jaime Olivares


The following article has two purposes:
  • From the architectural perspective: To show an approach to integrate Windows applications with smarthphone and tablet applications through HTML5 WebSockets.
  • From the software engineering perspective: To show a concrete and useful case of a Visual Studio remote debugging console on iPhones, extensible to Android devices.
It is not a goal of this article to provide a final and polished solution, the source code and applications provided are just for demonstrating the concept. Although the .net application uses the WPF library, it can be used with any UI library.


Visual Studio debug console for iPhone - CodeProject

Thursday, July 12, 2012

Let's Do Basic Graphics on the Browser - CodeProject

This is a great introduction to WebGL. It allows you to do basic Graphics in a web browser without anything other than HTML5!

Let's Do Basic Graphics on the Browser - CodeProject

DataSet vs. DataReader - CodeProject

Here is a great article comparing the DataSet and DataReader objects in ADO.Net. Makes a nifty reference.

DataSet vs. DataReader - CodeProject

Implementing User Profiles in ASP.NET - A Beginner's Guide - CodeProject

This article discusses the basic of User Profiles. Why do we need user profiles and how to implemnt user profiles in ASP.NET.

Implementing User Profiles in ASP.NET - A Beginner's Guide - CodeProject

Monday, July 9, 2012

OOP, FP and OD - CodeProject

Here is a good article about software paradigms being compared and contrasted Object-oriented (OOP), Functional (FP), and Object Decoration (OD).

OOP, FP and OD - CodeProject

Eclipse on a USB flashdrive - CodeProject

Wow, it is possible to to run Eclipse from a USB flashdrive!

Eclipse on a USB flashdrive - CodeProject

Sunday, July 8, 2012

Python-Embedded XML and Test Automation - CodeProject

Hey, did you know you can embed Python scripts in xml and run them? I do now!

Python-Embedded XML and Test Automation - CodeProject