技术文章 CodeProject链接 Most popular new articles 19 Jul 2010 - 26 Jul 2010

Most popular new articles 19 Jul 2010 - 26 Jul 2010

E-mail 打印

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,MFC,ATL,WTL,COM

Too many articles? Visit your profile page to change your newsletter article filters.

New articles added Last week

Document / View

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

Printing

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

ASP.NET

ASP.NET Controls

Caching

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

Validation

SharePoint Server

Database

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

OpenGL

C / C++ Language

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

Libraries

Windows Communication Foundation

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

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

Selection Controls

Tabs & Property Pages

ASP

ASP.NET

Silverlight

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

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

C / C++ Language

C#

Game Development

Windows Presentation Foundation

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

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

ASP.NET

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

.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)