Saturday, July 05, 2008 |
| ASP.NET |
 |
|
ASP.NET MVC Part 2 -
Mark Nischalke
[Unedited]
A continued look at ASP.NET MVC and URL Routing
|
| C# |
 |
|
Structural Typing vs. Duck Typing -
Cedric Otaku
An article that discusses structural typing vs. duck typing
|
| ASP.NET |
 |
|
Display images from SQL Database - the easy way -
FF77
[Unedited]
This project contains a Web Custom Control for rendering images directly from the database. Can be used with image fields, text, date or numerical fields (it generates an image containing the text) and with URL fields (like an usual image control).
|
| C# |
 |
|
Are Scala's Case Classes A Failed Experiment? -
Cedric Otaku
An article that discusses Scala's case classes
|
| Windows Presentation Foundation |
 |
5.00 |
Selecting the Detail Level to View at Runtime in WPF -
Josh Smith
[Unedited]
Explains how to allow users to select the amount of information to view
|
| C++ / CLI |
 |
4.00 |
C++/CLI HowTo : Deriving from a C# disposable class -
Nishant Sivakumar
This article walks through the implementation of a C++/CLI class from a disposable C# base.
|
| ASP.NET |
 |
|
Module Installer -
defwebserver
[Unedited]
A DotNetNuke style framework that allows you to upload modules to enable an end-user to easily update and enhance a web application.
|
| Grid & Data Controls |
 |
4.69 |
PropertyGridCE - Mobile version of PropertyGrid -
Jaime Olivares
[Unedited]
Useful control that mimics most of PropertyGrid funcionality in .Net Compact Framework
|
| C# |
 |
4.48 |
How to get Website Thumbnail in a C# application without creating a forms. (console) -
AdamNajmanowicz
[Unedited]
The article describes how to get a thumbnail of a website in .Net framework 2.0+ without launching a fully interactive WinForms application.
|
| Algorithms & Recipes |
 |
4.34 |
C++ Strtk Tokenizer -
Arash Partow
[Unedited]
A brief introduction to a tokenizer implementation in C++
|
| Programming Tips |
 |
|
Attach debugger to NUnit using macro -
ntr9h
[Unedited]
Save you some mouse click when debugging NUnit GUI
|
Friday, July 04, 2008 |
| List Controls |
 |
|
Scrolling to a group with a ListView -
Lord Zoltar
[Unedited]
Add the functionality to scroll to a group in a ListView
|
| ASP.NET Controls |
 |
3.88 |
GroupingView -
Mike Ellison
A templated, data-bound ASP.NET 2.0 control that groups data according to a field in the source, with support for aggregations.
|
| C# |
 |
4.67 |
ModuleFactory: A Module Code Generator Framework on DotNetNuke(DNN) -
alanchen, shortie, Ricky Wang
This article introduces the architecture of a code generator module on DNN, called ModuleFactory in our company. ModuleFactory is comprised of a variety of module builders. Each module builders’ functionality is to generate codes for newborn modules ab initio based on metadata collected from users,
|
| Ajax and Atlas |
 |
4.20 |
Paging, Selecting, Deleting and Editing in the ASP.NET 2.0 GridView Control with keyboard shortcuts -
Rolf Cerff
[Unedited]
ASP.NET 2.0 AJAX Extender to enhance the ASP.NET GridView to page, select, delete and edit rows with keyboard shortcuts
|
| C / C++ Language |
 |
3.00 |
C++ CLI Micro Chess (Huo Chess) -
Palavos
An article about Huo Chess, a chess program in CLI C++ v8.0 that attempts to be smaller in size than the Commodore-era Microchess
|
| Algorithms & Recipes |
 |
4.42 |
Implementing the .NET IComparer interface to get a more natural sort order -
Pascal Ganaye
The 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.
|
| COM / COM+ |
 |
3.36 |
Extended MAPI: Using IOlkAccountManger Interface to get Outlook email Accounts -
Ashutosh Bhawasinka
[Unedited]
An article on how to use the IOlkAccountManger to get email Accounts configured in outlook
|
| Miscellaneous |
 |
3.45 |
Geting pixel color from screen shoot image -
Ivan Svogor
[Unedited]
Geting pixel color from screen shoot image
|
| Algorithms & Recipes |
 |
4.78 |
Writing Your Own RTF Converter -
Jani Giannoudis
An article on how to write a custom RTF parser and converter.
|