Sandor Korozsi’s linkblog

  .NET Framework, C#, Smartphone, Pocket PC, Managed DirectX, Game development
LinkSeptember 27, 2007 10:26

 ArticleImage

Outlook Style Grouped List Control - The Code Project - C# Controls

Development 10:16

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.

Back to Basics - Generic Data Structures and Algorithms In .NET 2.0 - The Code Project - C# Algorithms

Link, ASP.NET, Custom ControlSeptember 13, 2007 10:37
calendar_week.gif

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:
  • Supports ViewState.
  • Supports both 12-hour (3 PM) and 24-hour (15:00) time format for hour names.
  • 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 concurrent events.
  • Supports events that end another day.
  • Support for business hours. Supported modes:
    • All day always visible.
    • 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

MS SQL ServerSeptember 12, 2007 17:26

"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

Tool, MS SQL ServerSeptember 7, 2007 16:18

"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!"

Helen Joyce : SQL Multi Script v 1.0 - Alpha release. Just one click to run scripts on all your SQL Servers

Link, ToolSeptember 4, 2007 14:44

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

JayFlowers > Introducing Shell Glue