Intro: Starting a Web Scheduler Component in .NET
I really like some of the components you see in computer magazines. They have a visually appealing, yet functional approach to being able to schedule work items and tasks, similar to what you can do in Outlook. I haven't done this yet; it's not coded at all; rather, I'm going to try to blog my progress as I develop this control, and I'm going to try to leverage the newer technologies.
Note all my blog posts won't be related to this, as I do other things that I like to blog about, so I'll prefix my posts with the name of the component (undecided at the moment). But I hope to put some effort into it using ASP.NET, as well as leveraging the ASP.NET AJAX framework, and using TDD practices as much as possible. Note two things: it's hard to leverage TDD in a web environment, and that I'm still trying to learn TDD, but generally my TDD practices and methodologies are yet-to-be-desired.
I hope that you may find this beneficial, and that we all learn something about .NET.