Outlook Style Grouped List Control - The Code Project - C# Controls
Since .NET was first released, Riaan Hanekom’s been itching to write his own collection of data structures and algorithms. This is an attempt at providing a reusable, generic collection of data structures and algorithms for use in .NET 2.0 and beyond. This article will not provide all the details and full descriptions of the inner workings of these collections and algorithms - rather, it will provide links to resources available on the web (there is no sense in trying to beat Wikipedia) and provide points of interest on this specific implementation.
Using DayPilot 2 (Outlook-like calendar/scheduling control for ASP.NET) - The Code Project - ASP.NET
DayPilot is an Outlook-like open-source event calendar/scheduling control:
Simple and clean look. Views:
Customizable fonts and colors. Clicking an event can run one of the following:
a custom JavaScript action a server-side event (using PostBack) Clicking a free-time slot can run one of the following
a custom JavaScript action a server-side event (using PostBack) Flexible data binding:
and others… Supports ViewState. Visual Studio 2005 design-time support. Browsers:
Internet Explorer 5.0/5.5/6.0/7.0 Firefox 1.0/1.5/2.0 Safari 2 Opera 9 Supports events that end another day. Support for business hours. Supported modes:
Only business hours visible. Business hours extended to show all events.
Using DayPilot 2 (Outlook-like calendar/scheduling control for ASP.NET) - The Code Project - ASP.NET
Searching a column for all words, any words, or exact phrase in a SQL Table
"Here’s one way to implement a search, similar to Google’s, if you don’t want to (or can’t) use full text indexing. This allows you to pass a string of words, and indicate that either ALL words must match, ANY must match, or the exact string must match."
It is useful to read the comments about collation errors etc.
Searching a column for all words, any words, or exact phrase in a SQL Table
"There’s a working application available for download FREE which allows you to execute a script (or set of scripts) against multiple servers. That’s pretty much it! It’s called SQL Multi Script and you can download the alpha version here it doesn’t require an install and you can get started in about 1 minute. Open a script or scripts or write your own on the fly Add the SQL Servers Execute on all the Servers in one go! There are amazon vouchers available for good feedback. Take a look and post a comment on the forum. It won’t take you a moment and it could save you hours!"
JayFlowers > Introducing Shell Glue
"Shell Glue is a Windows Explorer Shell Extension, more specifically to add context menu items to files and folders. What menu items and sub items are added to the context menu is controlled through a configuration file. For a simple example lets create a configuration that will give a menu item that will build solution and or project files with MSBuild when selected."




