Wie ihr ja sicherlich wisst, bin ich begeisterter CodeProject-Leser.
Naja und da wollte ich nun mal eine kleine Liste der von mir kürzlich gelesen Artikel hier in meinem Blog posten. Ich denke die Artikel sind alle recht interessant.
Ich verwende als Kurzbeschreibung hier in der Liste, die Kurzbeschreibung die auch auf CodeProject zu finden ist.
- Filmstrip control for Windows Forms - callisthenes
An article describing a C# Filmstrip control designed for Windows forms - Multiple Image Sizes for ToolStrip Items - lhayes00
This ‘ToolStrip’ extension automatically selects an image using the selected image size. - A WPF based irregular pop up window demo - TonyTonyQ
This article describes how to create a fade in and fade out irregular pop up window using WPF - FTP Client and HttpFileDownloader Components(Controls) - Alex_1
- Extended Thread Pool - GSerjo
- Implementing the .NET IComparer interface to get a more natural sort order - Pascal GanayeThe IComparer available in .NET lets you sort numbers or strings. This little class available in both C# and VB shows how to implement an IComparer which will work with mixed characters and numbers.
- Simple Messenger - A C# MSN Messenger like chat application - HarrisonZhuo
This is a MSN Messenger like chat application using C# with TCP/IP socket programming. - A beginner’s guide to WCF in XBAP - Masudur
This article shows how to use wcf service in xbap or wpf browser application. - A Fast CSV Reader - Sebastien Lorion
A reader that provides fast, non-cached, forward-only access to CSV data.
Nun eine Liste von “Grundlagen”-Artikeln. Es handelts sich zwar um Grundlagen, jedoch sind immer wieder ein paar interessante Aspekte zufinden oder man verinnerlicht nochmals ein Konzept.
- WCF : A few tips - Sacha Barber
A few tips when working with WCF - Demystify LINQ in 10 minutes - abhigad
Journey of C# up to LINQ in less than 10/15 minutes - Design Patterns - a deep dive 1 - Sunny Chaganty
A colleague of mine asked me a question few days back: “If an application is created using the correct design patterns, does it ensure that the application would be bug/performance issues free?” - NArrange - .NET Code Organizer - James Nies
Using NArrange to Organize C# Source Code - Beginners Guide To Threading In .NET Part 1 of n - Sacha BarberBeginners Guide To Threading In .NET
- An absolute beginners guide to printing in .NET - Duncan Edwards JonesIntroduces and discusses the common language runtime framework classes used in printing from a .NET windows forms application
- How to populate a TreeView using the MVC pattern - darkzangelThe MVC (Model-View-Controller) pattern being used to populate a TreeView.
- Local recursion and simple Threading - smart use of anonymous methods - Mr.PoorEnglish
- Delegates, events and namespaces using C# - Marius Iulian Mihailescudelegates overview
- IEnumerable And IEnumerator interfaces - sreejith ss nairUsing IEnumerable And IEnumerator interfaces in C#
Viel Spaß damit!!