Library for all the latest technology info

Latest tutorials & articles

  • Enhancing your applications for Windows 7

    by Kevin Griffin

    Windows 7 brings new salvation for .NET developers, and it comes in the form of the Windows 7 API Code Pack for the.NET Framework. windows 7, api, .net, c#

  • Creating Particle Effects in Silverlight

    by John Mannix

    Learn how to use a classic animation technique to create realistic special effects in Silverlight - offering visual effects including fire, water, smoke and fog. silverlight, particle, effects, animation

  • Domain Driven Design: A Step by Step Guide - Part 2

    by Casey Charlton

    Get to grips with the fundamental concepts of entityes, value objects, aggregate roots and domain services. domain driven design, ddd, architecture, tdd

  • Domain Driven Design: A Step by Step Guide - Part 1

    by Casey Charlton

    There is a lot of interest in DDD recently, both in the book, and in the methodology, and in the buzzword. Casey aims to clear up the confusion and start to demystify it. domain driven design, ddd, architecture, tdd

  • C# 4.0 goes dynamic - a step too far?

    by Mike James

    Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C#. c#, .net, dynamic, types

  • The Future of .NET Languages

    by Damon Armstrong

    Wondered why Microsoft always seems to release different language features for each language? Discover how .NET 4.0 will reduce the disparity between C# and VB.NET with some great new features for both languages, plus a new dynamic language runtime and new functional and parallel programming languages. .net, .net 4.0, dynamic language, dlr

Latest column

Latest code

  • Binding Multiple Fields to ASP.NET ListControl classes

    by Neil Dodson

    Out of the box, the ASP.NET list controls (CheckBoxList, RadioButtonList, DropDownList) only support data binding on a single field. Learn how to work around this to bind to as many fields as you need. asp.net, radiobuttonlist, checkboxlist, dropdownlist

  • Deep clone an object in .NET

    by James Crowley

    A simple code snippet that deep-copies an object by serializing and de-serializing using the BinaryFormatter c#, .net

  • Making a .NET app run on Vista with Administrator priviledges

    by James Crowley

    If you're targeting Windows Vista and your application requires administrator priviledges (such as accessing the program files directory), then it will fail unless you include a manifest so Windows knows. Here's how. c#, vb.net, .net

  • Dynamically Generating PDFs in .NET

    by James Crowley

    Learn how to use the free iTextSharp library to load a PDF form, populate some dynamic fields, and then save out a flat PDF file. c#, .net, pdf

  • Debugging client JavaScript in VS 2005

    by Ziemowit

    Short guide how to debug client JavaScript in VS 2005. javascript, visual studio, java

  • The AJAX "Top 5" security tips

    by Moe Tarhini

    There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure. javascript, security, ajax

  • Calculate the difference between two dates, ignoring weekends

    by joki

    This code allows calculating with dates as if there were no weekends. To achieve this, days are numbered from Monday, 29 December 1969 without any intervening weekends (that is, five days per week). One purpose is to calculate the number of working days in a month, ignoring further public and bank holidays. java

  • Interacting with TinyPic from C#

    by Fernando Sanchez

    The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. c++, image, website, thumbnail

  • Create PDF Files on fly in C#

    by Salman Zafar

    This sample code shows how to use the iText library to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. c#, pdf

  • Start a Process as a Different User

    by Peter Rekdal Sunde

    This tutorial will help you learn how to start a process as another user e.g. the Administrator account. .net, security

Latest podcast

  • FLOSS Weekly: BioPerl

    Published 23 hours ago, running time 1h8m

    BioPerl, the an open source project that aims to make Perl useful to biological scientists.Guests: Jason Stajich and Chris FieldsShownotesHere's what's coming up for FLOSS in the future. Think your open source project should be on FLOSS Weekly? Email Randal at merlyn@stonehenge.com.

Don't miss out!

Want to stay up to date? Just subscribe to one of the feeds below and you'll never miss a thing.

We'd love to hear what you think! Submit ideas or give us feedback