Friday, July 03, 2009 |
| Work Issues |
 |
4.00 |
7 Tips for a Successful Software Project -
Robert Riley
[Unedited]
7 tips to help ensure your software project doesn't become another statistic.
|
| .NET Framework |
 |
4.50 |
NATO Phonetics -
Tomas Brennan
Simple breaking-down of words into series of NATO Phonetics to aid verbal communication.
|
| C / C++ Language |
 |
4.33 |
Memory Leak Detection -
David A. Jones
Adding Memory Leak Detection in your applications
|
| XML |
 |
5.00 |
XMLFoundation -
Brian Aberle
As the name suggests it provides a foundation for XML support in an application, however this is much more than just another XML parser. It applies a unique approach to handling XML that allows your application code to focus on the application rather than traversing DOM or subscribing to SAX events
|
| Windows Presentation Foundation |
 |
5.00 |
WPF Data Bound Menus -
Michael L Perry
[Unedited]
Use a combination of data-binding techniques to create WPF menus that change with your application.
|
| Collections |
 |
|
Implementing sort in a generic collection -
edlias
[Unedited]
This function implements a multi property sort on generic collections of IEnumerable with any plain class. The sort can be execute on one or any of its item type properties. This sort class uses generics, extension methods and linq.
|
| Database |
 |
|
ASP VBScript SQL Server Data Migration Tool -
David Garske
This will copy data from one database to another identical database.
|
| Miscellaneous |
 |
4.67 |
Windows 7 Ribbon – Part 1 – How to Integrate a Simple Ribbon to your MFC Application? [Technical Blog] -
Sarath.
[Unedited]
How to integrate a native Windows 7 Ribbon to your application
|
|
 |
5.00 |
Windows 7 Ribbon – Part 2 – How handle ribbon control events? [Technical Blog] -
Sarath.
[Unedited]
In this installement, let’s see how to handle the events of Windows 7 native ribbon control.
|
| Windows Presentation Foundation |
 |
3.00 |
Flexible Panels for WPF -
Michael Chansky
[Unedited]
Some useful custom layout Panels for WPF inspired by wxWidgets' Sizers
|
| Charts, Graphs and Images |
 |
5.00 |
Using ImageMagick to Create Previews and Thumbnails from Uploaded Images -
Gary Stafford
This ASP.NET Web Application demonstrates the use of ImageMagick to create thumbnails and larger preview images, both from an uploaded image file.
|
| Threads, Processes & IPC |
 |
3.00 |
Process create notification using EnumProcess -
My2Cents
[Unedited]
Poll using EnumProcess to get process create notification in user-mode
|
| ASP.NET |
 |
3.76 |
Windows Communication Foundation FAQ quick starter Part 1 -
Shivprasad koirala
[Unedited]
Windows Communication Foundation FAQ quick starter Part 1
|
Thursday, July 02, 2009 |
| XML |
 |
3.67 |
XSLT Number to String Transformation II -
Mahendra Kumar Srivastava
[Unedited]
XSLT Number to String Transformation for Hindi Language
|
| Algorithms & Recipes |
 |
4.45 |
DBX Parser -
xnlab.com
Read Outlook Express DBX file, extract mail to EML file
|
| ASP.NET |
 |
|
Client Callbacks in ASP.Net [Technical Blog] -
aftabahmed.net
[Unedited]
By Default ASP.Net pages communicate with the server through a mechanism call “PostBack”. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou
|
| C# |
 |
|
Writing a complex custom configuration section [Technical Blog] -
aftabahmed.net
[Unedited]
Technorati Tags: C#,.Net FrameworkHere i posted another entry, showing implementation of a simple configuration section, now consider following listing<customSection> <elements> <add name=”FirstAssembly.FirstType” assembly=”FirstAssembly” shoul
|
| Cryptography & Security |
 |
5.00 |
How to use Rijndael to encrypt any file easily? -
qxcjust
[Unedited]
encrypt any file easily
|
| C# |
 |
5.00 |
Document Preview Application -
Tamer Oz
[Unedited]
An application to preview your documents and files such as Pdf, Doc, jpg, ppt, xsl
|
| HTML / CSS |
 |
4.40 |
Optimize your Pages using CSS Sprites [Technical Blog] -
emiaj
[Unedited]
Lets say that you boss calls you telling that the shiny new page of the company in the production server is having a very bad user experience, the load process takes a lot of time and the users have to wait to start using it. You, as a good developer/designer found after a trace of the web requests
|