Back to Homepage FullerData.com - News


General News:

BBC News
Guardian News
Telegraph News
BBC UK
BBC Technology
BBC Business
World Press
Telegraph Opinion
Scotsman Opinion
Yahoo Opinion
BBC In Depth
BBC Magazine

Techie News:

Slashdot
Kuro5hin
Slashdot Developers
Slashdot Games
Slashdot Science
PhysicsWeb
Wired Technology
PCWorld
DevMaster
GamaSutra Articles
The Register
TheServerSide .NET
TheServerSide J2EE

Sports News:

Sport Headlines
Football
Motor Sport
Cricket
US Sport

Microsoft:

MSDN Architecture
MSDN Patterns
MSDN
MSDN Magazine
MSDN Web Services
MSDN C#
MSDN .Net Framework
MSDN ASP.Net
C# FAQ

Database:

MSDN SQL Server
Oracle ASk Tom - Popular
Oracle Ask Tom - Recent
Oracle Blogs

Other Techie:

Code Project
C# Stuff
Live @ Sax.net
Help .Net
SQL Junkies
DotNet Junkies
4GuysFromRolla.com
Netcraft

Blogs:

Chris Brumme
Martin Fowler
Chris Sells
Scott Watermasysk
Sam Gentile
Eric J. Smith
Herb Sutter
The Old New Thing
Sam Ruby
Tim Bray
Tom Miller (MDX)
Rico Mariani
causticTech
Johns Perf Blog


CodeProject:

  • Handwriting Recognition Revisited: Kernel Support Vector Machines

  • In a previous article we discussed how to perform the recognition of handwritten digits using Kernel Discriminant Analysis. In this article, we will discuss some techniques to do it using Kernel Support Vector Machines.
  • A small C# File Cloner class

  • Introducing A small class that helps you in creating automatic copies of files and clean them up automatically, too.
  • A small C# File Creator class

  • Introducing A small class that helps you in creating a temporary file with string/binary data and clean-up the file automatically.
  • T4 template for Silverlight apps to generate a class with literal strings defined in a .resx file

  • A T4 template for Silverlight apps that generates a class containing literal strings for all the resource strings defined in a .resx file. It helps make your Silverlight code much more maintainable.
  • How do I perform UI Automation testing in iOS 4

  • Beginner level guide (step by step) on UI Automation Testing in iOS 4
  • Easy Data Access Layer

  • This library gives an easy data access tool for different data sources.
  • CPForAndroid and an Android Project Template

  • MyDroidTemplate Eclipse Project template and a Droid App for Interacting with CodeProject
  • Single Sign On (SSO) for cross-domain Asp.net applications, Part-I - The design blue print

  • Architectural approach of a domain independent Single Sign On implementation for Asp.net applications
  • Using Alerts in Android

  • tutorial on using alerts in Android
  • MultiColumnTree

  • A treeview with multiple columns.
  • Simple Silverlight Configurator/Pivot (View Model/MVVM)

  • The application allows your users to query a collection using Silverlight using an animated display
  • Object With Customizable Properties

  • A Class with customizable properties without using reflection.
  • Automatic Image Stitching with Accord.NET

  • Demonstration of automatic image stitching by interest point matching using the Accord and AForge.NET Frameworks.
  • Black Jack Using Scrum – Winner Winner Chicken Dinner

  • How I used Scrum as guide for gambling in Vegas
  • WCF by Example - Introduction

  • Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
  • OAG Library (OpenGL) Part 2.3 - Drawing 2D Textures using the mouse and Programatically

  • This tutorial shows Library Code for 2D Textures how to draw them programatically using the mouse in an application MFC.
  • Chess Program in C#

  • SrcChess is a chess program built in C#
  • WCF by Example - Chapter VII - WPF Client - Contract Locator

  • Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels
  • Experimenting with enterprise level bus messaging

  • A look into messaging solutions using NServiceBus
  • Basics of dataflow programming in F# and C#

  • Article intoduces dataflow programming and provides basic implementations of dataflow variables in C# and F#