- CinchV2 :Version2 of my Cinch MVVM framework part 3 of n - Sacha Barber
- Dokan.Mem, a filesystem prototype - Eddy Vluggen
- gLabel - Custom Label with Special Effects (VB.NET) - SSDiver2112
- Pixel Shader for Edge Detection - santhosh4gCode
- FAT-32 Sorter - Udi Cohen
Latest Additions
200 articles overall 153 new, 97 updated, 3 moved. 18 were edited, 182 unedited
Article topics listed: C++,C#,ASP,ASP.NET,Perl,Win32,
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added Last week
Document / View
- Tabbed View Interface in an MFC Doc View Application - Mukit, Ataul
Create a tabbed view interface in a MFC based Doc View Application (Unedited)
MFC
Files and Folders
- FAT-32 Sorter - Udi Cohen
Utility that sorts the files' table in the FAT32 file system.
C++, Windows, ATL, STL, Dev, FAT, FAT32 - Detect encoding from ByteOrderMarks (BOM) - Mr.PoorEnglish
Avoid foot-traps while using StreamReader / StreamWriter (Unedited)
C#, .NET (.NET1.1, .NET2.0), WinForms, Dev, convert, stream, encoding, file
Miscellaneous
- Force SharePoint Document Unlocked / Checked In - jabit
Forces a checked out / locked document to be unlocked, even short-term locks. (Unedited)
C#, Windows, Dev, SysAdmin, Sharepoint - Dynamic Cropping for VirtualDub - Sergey Strakhov
This article is describing a project that enables the VirtualDub software with a new dynamic cropping feature. (Unedited)
C++, Video
Printing
- High fidelity printing through the SSRS Report Viewer control - tcassisi
Discusses the limitations and undocumented high dpi printing capabilities of the local WinForms Report Viewer control (Unedited)
C#, Windows, SQL-Server (SQL2008), WinForms, SSRS
Applications & Tools
- Web Service Testing Stub Using HTTP Post - Tommie Carter
How to create a stub that posts information to a web service via HTTP POST (Unedited)
C#, .NET (.NET3.5), Visual-Studio (VS2008), WinForms, Dev, Design, Web-Development - Excel XML Writer /Reader - rajeshitpro
Excel XML Writer /Reader - Enables to generate excel xml with hidden columns and lookups (Unedited)
XML, .NET (.NET2.0), ASP.NET, Excel, DLL
ASP
- Add .NET thumbnailing to Classic ASP Multi Upload image Gallery - Larry Boeldt
Part II of an article describing an ASP based multi image uploading tool. We add .NET thumbnailer and free ourselves from .DLL registration for image manipulation. (Unedited)
VB (VB.NET), VBScript, Windows, .NET, ASP, ASP.NET, Ajax
ASP.NET
- ASP.NET and jQuery to the max - Gianluca Negrelli
An organic approach to ajax web development with jQuery and ASP.NET (Unedited)
Javascript, ASP.NET, Ajax, jQuery - Building a Simple Logging Http Module with Logging Application Block - Gil Fink
The article deals with an Http module for logging using the Logging Application Block and Enterprise Library 5 fluent configuration API. (Unedited)
C# (C#4.0), .NET (.NET4.0), ASP.NET - Get ASP.NET C# 2.0 Website Thumbnail Screenshot - Gilberto Francisco
How to get a Website/URL Thumbnail/Screenshot with C#.NET 2.0 in VS 2005 (Unedited)
.NET (.NET2.0), ASP.NET, Dev, Threading, Web-Development, Visual, display, Interop
ASP.NET Controls
- Building a Custom Site Map Provider - Gil Fink
The article explains how to build a simple custom site map provider. (Unedited)
C#, .NET, ASP.NET
Caching
- How to Create a Simple Enterprise Library Cache Manager Provider for Velocity - Gil Fink
The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory. (Unedited)
C#, .NET (.NET4.0), AppFabric
Silverlight
- How to use new Rupee Symbol of India in Silverlight? - KunalChowdhury
In July 2010, Indian Cabinet selected a new Symbol for the Indian Rupee which looks like as the snapshot shown at the left side. In this post, I will describe you how to integrate the same symbol in Silverlight application. (Unedited)
C#, Visual-Studio, XAML, Silverlight, Expression blend, Dev, Design
Trace and Logs
- wcf appender for log4net - yossharel
Easy way to set log4net appender for Wcf (Unedited)
C#, WCF
Validation
- Building ASP.NET Validator using Data Annotations - Gil Fink
The article describes an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations assembly that comes in .NET 4. (Unedited)
C# (C#4.0), .NET (.NET4.0), ASP.NET
SharePoint Server
- How to programmatically create ghosted Files in SharePoint 2007 or 2010 using the Object Model API only - FREVDS
Provisioning of ghosted (uncustomized) files that are rooted in the File system rather than the content Database. (Unedited)
C#, Windows, Dev
Database
- Table Per Hierarchy Inheritance in Entity Framework - Gil Fink
The article explains what is Table Per Hierarchy Inheritance and how to apply it in Entity Framework. (Unedited)
C# (C#4.0), .NET (.NET4.0), ADO.NET
Audio and Video
- MP3 Helper Class - Muammar©
An mp3 helper class to help you play mp3 files and embedded resources' streams (Unedited)
C#, .NET-Topics, Dev, resource
General Graphics
- BSOD Saver - Blue screen of Death Screen Saver - nbugalia
A screen saver simulating blue screen of death and Windows XP restart (Unedited)
C++ (VC8.0), Windows (WinXP, Win7), MFC
OpenGL
- Pixel Shader for Edge Detection - santhosh4gCode
Implementation of Sobel Edge Detection in a pixel shader. (Unedited)
C++ (VC8.0), OpenGL
C / C++ Language
- 45 Day Series: CodeProject VC++ Forum Q&A - V - ThatsAlok
Collection of Q&A from VC++ forum (Unedited)
C++ (VC6, VC7, VC8.0, VC9.0) - Parameter Passing :- by Train vs by Truck. - ccpptrain
An article highlighting advantage of using composite datatype for passing parameters to functions. (Unedited)
C++, C (Objective-C), Java, Windows, Linux
C#
- A Simple C# Labyrinth and Maze - _H2_
An application and algorithms for best path in maze. (Unedited)
C#, Windows, .NET, Visual-Studio, GDI+, WinForms - Enterprise Library 5 Fluent Configuration API - Gil Fink
One of the new Enterprise Library 5 improvements is a new fluent configuration API. In this article I’ll explain the subject and then show how to use the fluent configuration API with the Data Access Application Block. (Unedited)
C#, .NET (.NET4.0), ADO.NET, Framework - Mutex Process Identifier - Zozel
A simple workaround for identifying owner process of a mutex (Unedited)
C#, AT
Game Development
- OAG Library (OpenGL) Part 2.3 - Drawing 2D Textures using the mouse and Programatically - Eduardo Tucci
This tutorial shows Library Code for 2D Textures how to draw them programatically using the mouse in an application MFC. (Unedited)
C++ (VC9.0), Windows (WinXP, Vista, Win7), OpenGL - OAG Library (OpenGL) Part 2.2 - Drawing 2D Texts using the mouse and Programatically - Eduardo Tucci
This tutorial shows Library Code for 2D Texts how to draw them programatically using the mouse in an application MFC. (Unedited)
C++ (VC9.0), C, Windows (WinXP, Vista, Win7), OpenGL
Libraries
- Dokan.Mem, a filesystem prototype - Eddy Vluggen
Building (almost) a RAM-Disk using the Dokan library and C# (Unedited)
C#, Windows, Win32, Dev, Shell
Windows Communication Foundation
- Stateful Web Services using WCF leveraging ASP.NET infrastructure with BasicHttpBinding - AmbarRay
This article explains how to manage state in Web Services using WCF leveraging ASP.NETinfrastructure with BasicHttpBinding (Unedited)
C#4.0, ASP.NET, WCF - WCF service with custom username password authentication - Fayaz Soomro
This article describes the custom username password authentication without the need of certificate installation on client side (Unedited)
C#, .NET, WCF, Dev, security, web-security, webservices
Windows Presentation Foundation
- Localization and Complex Validation in MVVM - Martin Joel
Presents methods to handle some of the trickier aspects of MVVM, including error message localization, multi-control validation, validation with multiple instances of a view, and whole-view validation. (Unedited)
C# (C#4.0), .NET (.NET4.0), Visual-Studio (VS2010), WPF, Silverlight, Architect, Dev, validation, best, practices, programming - Build a WPF Interactive Animation Application - logicchild
An Intermediate to Advanced Article on Building Animations via the WPF Storyboard class (Unedited)
C# (C#3.0, C#4.0), Windows (Vista, Win2008, Win7, Win2008-R2), Expression blend, Dev, graphics - CinchV2 :Version2 of my Cinch MVVM framework part 3 of n - Sacha Barber
If Jack Daniels made MVVM Frameworks (Unedited)
C# (C#3.0, C#4.0), .NET (.NET3.5, .NET4.0), WPF, Silverlight, Architect, Dev, Design, Framework
Collections
- B-Tree Sorted Dictionary - Gerardo Recinto
In-memory B-Tree Sorted Dictionary (Unedited)
C# (C#2.0, C#3.0, C#4.0), .NET-Topics, Dev, Sorting, Framework, collections, performance
Programming Tips
- FrameworkGen - Configuring Entity Caching - CroweMan
Learn how to take advantage of the caching support in FrameworkGen (Unedited)
C#, .NET (.NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, ADO.NET - Scoped Handle - "Smart pointer" for Windows objects - Miki Rozloznik
Introduces scoped handle template class to call delete handle method automatically. (Unedited)
C++, Windows, Design
Articles updated added Last week
Combo & List Boxes
- Creating a Custom DropDown Control - Richard Blythe
Explains how to effectively create virtually any type of dropdown control
C#, .NET (.NET2.0, .NET3.0), GDI+, WinForms, Dev, Design
Document / View
- Mfc Mdi Application Glue - chk_at
Retrieving the correct pointer anytime and anywhere inside an MFC MDI application (Unedited)
C++, Windows (Win2K, WinXP, Win2003, Vista), MFC, Dev
Miscellaneous
- A Simplified Solution for Hiding the Taskbar and Start Orb in Vista and Windows 7 - Earl Waylon Flinn
This article describes a simple solution for hiding the Taskbar and the Start Orb that works on both Vista and Windows 7.
C#, .NET, Vista, Win7, Win32, WinForms, Architect, Dev
Selection Controls
- WPF: Calendar and Datepicker -Final - Steppenwolfe
Animated and themed calendar and datepicker controls (Unedited)
C#, WPF
Tabs & Property Pages
- Painting Your Own Tabs - Second Edition - The Man from U.N.C.L.E.
A better way to control the painting of the .NET TabControl (Unedited)
C# (C#2.0, C#3.0), VB (VB.NET), .NET (.NET2.0, .NET3.0, .NET3.5), WinForms
ASP
- Classic ASP Multi Upload image Gallery - Larry Boeldt
A VBScript application to manage image galleries based on SimpleViewer flash image gallery. (Unedited)
VBScript, ASP
ASP.NET
- ASP.NET Application and Page Life Cycle - Shivprasad koirala
ASP.NET application and page life cycle
ASP.NET, Dev - LINQ TO SQL GridView (Enhanced Gridview) - Pranay Rana
LINQ TO SQL Enahanced Gridview (Unedited)
C#4.0, .NET (.NET4.0), ASP.NET, LINQ, Architect - Website snapshot - deostroll
a web application to take image snap shots of a website (Unedited)
C#2.0, .NET2.0, ASP.NET, Web-Development, Intermediateiate
Silverlight
- A Sample Silverlight 4 Application Using MEF, MVVM, and WCF RIA Services - Part 1 - Weidong Shen
Part 1 of a series describing creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services
C# (C#3.0), SQL, Windows, .NET (.NET4.0), Visual-Studio (VS2010), XAML, Silverlight - A Sample Silverlight 4 Application Using MEF, MVVM, and WCF RIA Services - Part 2 - Weidong Shen
Part 2 of a series describing creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services
C# (C#3.0), SQL, Windows, .NET (.NET4.0), Visual-Studio (VS2010), Silverlight - A Sample Silverlight 4 Application Using MEF, MVVM, and WCF RIA Services - Part 3 - Weidong Shen
Part 3 of a series describing creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services
C# (C#3.0), Windows, .NET (.NET4.0), Visual-Studio (VS2010), XAML, Silverlight, Dev
Windows Mobile
- Building a Windows Phone 7 Puzzle Game - Daniel Vaughan
Get a head start with the new Windows Phone 7 developer tools. Learn how to create a Sokoban game in Silverlight for the WP7 platform. (Unedited)
C# (C#3.0, C#4.0), WinMobile, XAML, Silverlight, Dev - Native DLL for GPS communication - werner.keilholz
Giving full control over the communication with GPS device in limited environment (Unedited)
C#, VC9.0, WinMobile, .NETCF, VS2008, VS2010, Dev
SharePoint Server
- SPList Management by Code - Suha Mneimneh
Manage your Sharepoint Lists by code (Unedited)
C#, .NET3.5, MOSS2007
Database
- Entity Framework 4 Tips for WinForms Development - Ali Ozgur
I've been recently working on a smart client (WinForms) application backed by Entitiy Framework 4 (EF4) on Visual Studio 2010. In this blog post I will try to give you some tips regarding some limitations and points to be careful about EF4. (Unedited)
C#, .NET (.NET4.0), ADO.NET, Framework, entity
OpenGL
- OAG Library (OpenGL) Part 2.1 - Drawing Objects 2D using the mouse and Programatically - Eduardo Tucci
This tutorial shows Library Code for Geometries 2D how to draw them programatically and how draw to objects using the mouse in an application MFC. (Unedited)
C++ (VC9.0), Windows (WinXP, Vista, Win7), MFC, OpenGL
C / C++ Language
- muParserSSE - A just in time compiler for mathematical expressions - iberg
A library for just in time compilation of mathematical expressions (Unedited)
C++, ASM
C#
- Rational Numbers - .Net 4.0 version (Rational computing 1) - KenJohnson
A Rational Number type providing virtually unlimited precision for .Net and Silverlight (Unedited)
C#, .NET (.NET4.0) - Microsoft Dynamics CRM 4.0 Plug-in Testing and Debugging - Dinesh Uthayakumar
A technique to test/debug the Microsoft Dynamics CRM 4.0 plug-in
C#, .NET3.0, Dev, Application, testing, practices
Game Development
- OAG Library (OpenGL) Part 1 - Setuping the library for an application MFC - Eduardo Tucci
OAG is library written in c++. With the library you can create OpenGL based applications. (Unedited)
C++ (VC9.0), Windows (WinXP, Vista, Win7), Win32, Visual-Studio (VS2008), MFC, OpenGL
Windows Presentation Foundation
- Enable MultiSelect in WPF ListView (2) - Leung Yat Chun
Make your ListView support item selection by dragging
C# (C#3.0, C#4.0), .NET, WPF, Dev - Getting started with shader effects in WPF - Kubajzz
All you need to know about GPU - accelerated effects in Windows Presentation Foundation (Unedited)
C#, .NET (.NET3.5, .NET4.0), DirectX, WPF, Design
Algorithms & Recipes
- a Tiny Parser Generator v1.2 - Herre Kuijpers
@TinyPG is a utility that makes it easier to write and try out your own parser/compiler.
C# (C#2.0, C#3.0), VB (VB7.x, VB8.0, VB9.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2005, VS2008), Dev
Internet / Network
- The Quick and Easy Way to Add Web Interfaces to C/C++ Applications - Walter Capers
The webonization of the netstat command, netstat in a browser
C++, C, Windows, Linux, Win32, Architect, Dev - Using C and an embedded web-server to provide browser based source editing - Walter Capers
Using C to write a browser source editor.
C++ (VC8.0), C, Windows, Linux, Architect, Dev - Yahoo! Finance Managed - MaasOne
Download stock quotes, historic data, rates of exchanges and technical analysis charts from Yahoo! Finance
C#, VB, .NETCF, .NET (.NET2.0), Mobile, Dev
Threads, Processes & IPC
- Parallel programming in .NET - Internals - Manabendra Roy (Manab)
.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok (Unedited)
C#, .NET (.NET4.0), Architect, Dev, Threading, library, programming
Technical blogs added Last week
Document / View
- “View this as root” – A Solution Navigator features in VS 2010 Productivity Power Tools - Abhijit Jana
Technorati Tags: Visual Studio 2010,Visual Studio 2010 Productivity Power Tools Visual Studio 2010 productivity power tool introduced many new and interesting features with in the Visual studio 2010 which are really great for developer and will help all of us improve the productivity. You can downlo (Unedited)
C++, Windows, COM
ASP.NET
- Changing A Master Page Body Tag’s CSS Class for Different Content Pages - Martin Jarvis
How to change a Master Page Body Tag’s CSS class for different Content Pages (Unedited)
C#, CSS, ASP.NET - How to disable subsequent submit button clicks when a request is being processed in ASP.NET AJAX client side script code - atverma
How to disable subsequent submit button clicks when a request is being processed inASP.NET AJAX client side script code (Unedited)
C#, Javascript, ASP.NET, Ajax
Silverlight
- A Simple Application using Silverlight Physics Helper Library - KunalChowdhury
Recently I was interested to work with the Physics Helper for Silverlight. I saw couple of demos on net which uses the Physics library for Silverlight to create good animations with Friction logic. Yeah, friction. You can drop a ball on a surface which will bounce over that surface. I found it very (Unedited) - How to use new Rupee Symbol of India in Silverlight? - KunalChowdhury
In July 2010, Indian Cabinet selected a new Symbol for the Indian Rupee which looks like as the snapshot shown at the left side. In this post, I will describe you how to integrate the same symbol in Silverlight application.As the Unicode is not present for that till now, hence we need to use some fo (Unedited)
Office Development
- Content Controls and Open Xml 2.0 SDK - atverma
I’ve been working on Microsoft Word automation, Open Xml, Microsoft.Office.Interop.Word and Open Xml 2.0 SDK. In this blog I’ll focus on Content Controls and Open Xml 2.0 SDK from the experience I gained in last 2 monthsIn this blog I’ll discuss the points mentioned belowAdd Custom Xml part to Word (Unedited)
C# (C#3.0, C#4.0), XML, .NET (.NET3.0, .NET3.5, .NET4.0), Office, Dev, programming, 2.0
DirectX
- Programming Direct2D – Part 1 - Sarath.
Introduction to Direct2D API (Unedited)
C++, Windows, MFC, Windows7
.NET Framework
- INotifyPropertyChanging and INotifyPropertyChanged in Real Life using Expression Trees - atverma
Functional Requirements:Requirements when we need to achieve any or all of the functionalities listed below Undo/Redo functionality in an Application Any of user interface patterns e.g. MVC, MVP, MVVM etc Other patterns State Pattern, Events, Event handlers etc. In this blog I’ll discuss the point (Unedited)
C# (C#3.0, C#4.0), .NET3.5, .NET4.0, Visual-Studio (VS2010)
| 下页 > |
|---|

