CodeProject Newsletter

Combo & List Boxes

Edit Controls

Miscellaneous

Toolbars & Docking windows

  • Context-Sensitive Help for Toolstrip Items - Ivan Alles
    How to bind context-sensitive help to .NET ToolStrip items.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), VB (VB 8.0, VB), Windows, .NET (.NET, .NET 2.0, .NET 3.5, .NET 3.0), WinForms, Dev, Intermediate

Ajax and Atlas

Applications & Tools

  • 3D Client-side Tabstrip using JavaScript - Norman Solomon
    Easy addition of a 3D Tabstrip page to an ASP.NET project (Unedited)
    Javascript, CSS, XHTML, HTML, Windows (Windows, WinXP, Vista), Win32, Win64, Visual Studio (VS2005, VS2008, VS), Dev, Beginner, Intermediate, Advanced

ASP.NET

  • Single Sign-on in ASP.NET and Other Platforms - Tomz_KV
    Discuss the concept of single sign-on using Forms authentication within ASP.NET as well as other platforms.
    C#, .NET (.NET 2.0, .NET 3.5, .NET), WebForms, Dev, Intermediate

  • ASP.NET Membership - Part 1 - guru.sarkar
    Step-by-Step guidelines to setup ASP.NET Membership Provider using VS 2005 / SQL Server 2005. (Unedited)
    C#, ASP.NET, Beginner

  • IVR used in Google Calendar Event - jedliu2046
    When the event in Google Calendar raises up,call user in IVR (Unedited)
    Javascript, C# (C# 2.0, C# 3.0, C#), HTML, Windows (Windows, WinXP, Win2003, Vista), .NET (.NET, .NET 3.5, .NET 3.0, .NET 2.0), Visual Studio (VS2008, VS), WebForms, Ajax, ASP.NET

  • Scalable COMET Combined with ASP.NET - Part 2 - James Simpson
    A chat application demonstrating a reusable API for COMET and ASP.NET (following on from a previous article).
    C# (C# 2.0, C# 3.0, C#), Windows (Windows, WinXP, Win2003, Vista), .NET (.NET, .NET 3.5, .NET 3.0, .NET 2.0), ASP.NET, WebForms, Ajax, Dev, Intermediate

Custom Controls

Silverlight

  • Silverlight 2 beta 2 - Using Animation for Sorting Image Items - Mr.Darcy
    Put image of products on the Canvas and drag and drop them to get them added to the cart. And use animation to sort them by id and price and recommend. (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), MacOS, Windows (Windows, WinXP, Win2003, Vista), Visual Studio (VS2008, VS), IE, XAML, Dev, Intermediate

GDI+

Database

  • Lite ORM library (v2) - Sergey Busel
    A small ORM library.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), XML, .NET (.NET, .NET 2.0), ADO.NET, Dev, Intermediate

.NET Framework

  • EasyHook - The reinvention of Windows API hooking - Christoph Husse
    Extending unmanaged code (APIs) with pure managed ones, from within your favourite NET language. Support for 64-Bit and latest Windows releases (Unedited)
    C++/CLI, C# (C# 2.0, C# 3.0, C#), Windows (Windows, Win2K, WinXP, Win2003, Vista), .NET (.NET, .NET 3.5, .NET 3.0, .NET 2.0), Win32, Win64, Arch, Dev, Intermediate, Advanced

  • .NET component that simplifies tracking of system's idle time - Dazdarevic Edin
    .NET component that simplifies tracking of system's idle time (Unedited)
    VB (VB 8.0, VB 9.0, VB), .NET (.NET, .NET 2.0), WinForms, Dev, Intermediate

Libraries

  • JohnKenedy Data Access Layer Library - John Kenedy S.Kom
    Is a .NET 3.5 library that acts as Data Access Layer with many automatic features (Unedited)
    C# (C# 2.0, C# 3.0, C#), .NET (.NET, .NET 3.5, .NET 2.0), SQL (SQL 2000, SQL 2005, SQL), ASP.NET, ADO.NET, WinForms, WebForms, Arch, DBA, Dev, Beginner, Intermediate, Advanced

Mobile Development

STL

Windows Presentation Foundation

  • Newton Game Dynamics Extensions for the WPF - The Moon Lander Game - Leslie Godwin
    Newton Dynamic Extensions for the WPF (Unedited)
    C# (C# 3.0, C#), Windows (Windows, WinXP, Vista), .NET (.NET, .NET 3.5, .NET 3.0), Visual Studio (VS2008, VS), XAML, WPF, Dev, Intermediate, Advanced

  • Developing an Autofilter ListView - Colin Eberhardt
    This article describes the development of an Excel-like Autofilter ListView (Unedited)
    C# (C# 3.0, C#), .NET (.NET, .NET 3.5), WPF, Dev, Intermediate

  • WPF Color Palette - samfgl
    Show WPF Brushes In ListBox (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), XAML, WPF, Intermediate

  • A beginner's guide to WCF in XBAP - Masudur
    This article shows how to use wcf service in xbap or wpf browser application. (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows (Windows, WinXP, Win2003, Vista), .NET (.NET, .NET 3.5), Visual Studio (VS2008, VS), WCF, WPF, IIS 5.1, IIS 6, IIS 7, Beginner

  • Create a WPF Outlook Bar without any Procedural Code - Rotted Frog
    In this article we will see the power of XAML and Control Templates by turning a tabcontrol into an OutlookBar without any procedural code
    C++/CLI, C#, VB, Windows, .NET 3.0, XAML, WPF, Dev, Beginner

C#

Java

  • Generics in Java – Part I - Member 2230040
    This article introduces the concepts of Generics and shows you examples of how to use it.
    Java, Windows, Java, Dev, Beginner

  • Generics in Java – Part II - Member 2230040
    This article discusses how Generics is implemented in Java, and we delve into a number of issues with it.
    Java, Windows, Java, Dev, Intermediate

  • Generics in Java – Part III - Member 2230040
    This article has discussions on issues with mixing generic and non-generic (raw-type) code, and the issues of converting a non-generic legacy code to generics.
    Java, Windows, Java, Dev, Intermediate

  • Java 5 Features - Member 2230040
    This article discusses new features in Java 5, and see how you can benefit from these. In Part-I, we cover auto-boxing and foreach.
    Java, Windows, Java, Dev, Intermediate

  • Java 5 Features: Part-II - Member 2230040
    This article discusses two new features in Java 5: varargs and static import.
    Java, Windows, Java, Dev, Intermediate

XML

Algorithms & Recipes

Cryptography & Security

  • Implementing Application Security with Client Application Services in VS2008 - Nowak Alexander
    The ASP.NET provider framework for Membership, Role, and Profile functionality in .NET 3.5 is made available for non-ASP.NET consumers in the form of Client Application Services. This means that, for example, in a WinForms application, you can implement Forms Authentication as easy as in an ASP.NET
    C# (C# 3.0, C#), VB (VB 9.0, VB), .NET (.NET, .NET 3.5), WinForms, Dev, Intermediate

Threads, Processes & IPC

Code Generation

  • Yet Another Code Generator - Stein Borge
    Template based code generator (Unedited)
    VB (VB 7.x, VB 8.0, VB 9.0, VB 6, VB), Windows (Windows, WinXP, Win2003, Vista), .NET (.NET, .NET 2.0), ADO.NET, WinForms, Design, Arch, Dev, Beginner

  • T4: Extending the Generated Template Class - Mike Pagel
    Taking advantage of the inherits directive in text templates to allow for clean extension of the generated template class. (Unedited)
    C#, VB, .NET, Arch, Dev, Intermediate

  • GNR8 - Simple C# Class Generator - digital man
    Generate 1 to n classes from database tables
    C#, XML, .NET, Visual Studio, Dev, Beginner

  • Create Data Access Layers and Business layers from SQL Server databases - icemanind
    Creates Data Access Layers and Business Layers from SQL Server Databases (Unedited)
    C# (C# 1.0, C# 2.0, C# 3.0, C#), VB (VB 7.x, VB 8.0, VB 9.0, VB), SQL, .NET (.NET, .NET 3.5, .NET 3.0, .NET 1.1, .NET 2.0), Win32, Visual Studio (VS2005, VS), WinForms, Design, SysAdmin, Arch, DBA, Dev, Intermediate, Advanced

Hardware & System

Articles updated added Last week

Button Controls

  • CxSkinButton - Davide Pizzolato
    A skinned button class with clipping region, tooltip and mouse tracking
    VC6NT4, Win2K, MFC, VS6, Dev, Intermediate

Desktop Gadgets

Dialogs and Windows

  • Threads and Pipes in Console Apps - Joseph M. Newcomer
    When a dynamically-resizable dialog is created, you may find it desirable to have controls resize or rearrange themselves dynamically in response to these changes. This project shows some simple techniques to use when the arrangements are not too complex. It also incorporates two other projects, the
    C++, Windows, Visual Studio (VS.NET2003, VS), MFC, Dev, Advanced

Miscellaneous

  • HBarChart - Hamed Mosavi
    HBarChart is a simple C# control. It helps you develop your own charts quickly and print them easily.
    C#, .NET (.NET 2.0, .NET), WinForms, Visual Studio (VS, VS2005), GDI+, Dev, Intermediate

  • XBalloonMsg - a non-MFC balloon-shaped message box - Hans Dietrich
    XBalloonMsg displays a message box using balloon-style tooltips. Message and title strings may be embedded or stored in string resource. (Unedited)
    C++, VB, Windows, Win32, Visual Studio (VS2005, VS6, VS), Dev, Intermediate

Printing

  • An absolute beginner's guide to printing in .NET - Duncan Edwards Jones
    Introduces and discusses the Common Language Runtime framework classes used in printing from a .NET Windows Forms application.
    C# (C# 3.0, C# 1.0, C# 2.0, C#), VB (VB 7.x, VB 8.0, VB 9.0, VB 6, VB), .NET (.NET, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0), WinForms, Dev, Beginner

Toolbars & Docking windows

Ajax and Atlas

Applications & Tools

ASP.NET

Client side scripting

Internet / Network

  • MIME Compliant Parser - smithimage
    An attempt to separate MIME parsing from mail protocol.
    C#, Windows, .NET 2.0VS2005, Dev, Intermediate

Silverlight

Web Security

Audio and Video

DirectX

Database

  • Convert Query Result into *.CSV, *.TXT, *.XLS or Fill Into Crystal Report - Wiltek Ghozali
    This utility is used for convert query result into *.CSV, *.TXT, *.XLS or Fill Into Crystal Report, supported SQL Server and ODBC connection. (Unedited)
    C# (C# 1.0, C#), .NET (.NET, .NET 1.1), WinForms, SQL (SQL 2000, SQL), Visual Studio (VS.NET2003, VS), DBA, Dev, Advanced

  • A Fast CSV Reader - Sebastien Lorion
    A reader that provides fast, non-cached, forward-only access to CSV data
    C#, Windows, .NET 1.1, .NET 2.0VS.NET2003, VS2005, DBA, Dev, Intermediate

Game Development

  • Peg That! A Peg Solitaire Game - Jason Barry
    An article on creating the classic Peg Solitaire board game.
    C# (C# 2.0, C#), Windows (Windows, WinXP, Vista), WinForms, Visual Studio (VS2005, VS), Dev, Intermediate

Libraries

  • File Resource Management Library (.NET) - dB.
    A .NET implementation of a file resource management, with complete support for VS_VERSIONINFO version resources.
    C# (C# 1.0, C# 2.0, C# 3.0, C#), Windows (Windows, NT4, Win2K, WinXP, Win2003, Vista), .NET (.NET, .NET 2.0), Win32, Dev, Intermediate

Vista API

Windows Presentation Foundation

  • WPF.JoshSmith - Josh Smith
    A free library of controls and utility classes for use in WPF applications. (Unedited)
    C# 3.0, C# 2.0, Windows, .NET 3.0, .NET 3.5, XAML, WPF, VS2005, Arch, Dev, Intermediate

C#

VB.NET

  • Multithreading Backup Utility - Taner Riffat
    Multithreading is something we will all have to deal with sooner or later. This relatively simple application shows you how to use two threads to copy files. It is also a very handy Windows backup utility with a mirror feature, a batch mode feature, a log file feature and a help button!
    VB, Windows, .NET 2.0VS2005, Dev, Intermediate

Algorithms & Recipes

  • Writing Your Own RTF Converter - Jani Giannoudis
    An article on how to write a custom RTF parser and converter.
    C# (C# 2.0, C#), .NET, ASP.NET, WPF, WinForms, WebForms, Dev, Intermediate

  • 8 Puzzle - WPF - Seshi
    State space search algorithms - implemented with C# .NET 3.0 WPF (Unedited)
    C# (C# 2.0, C#), Windows (Windows, Vista), Visual Studio (VS2005, VS), XAML, WPF, Dev, Beginner, Intermediate

Macros and Add-ins

Threads, Processes & IPC

  • Extended Thread Pool - GSerjo
    Your own extensible and configurable Thread Pool (Unedited)
    C# (C# 2.0, C# 3.0, C#), Windows, .NET (.NET, .NET 2.0, .NET 3.5, .NET 3.0), Arch, Dev, Advanced


No comments:

Post a Comment