help.net
<font size="2"><br />Musing on .Net</font>
-
Drag and Drop with persistence using JQuery
Ever been on a website that shows off the drag and drop operation? Maybe it allows you to drag and drop the product into a shopping cart. Most of us have been there and were really impressed with the feature. In this article, we will focus on how to create a similar drag and drop functionality to add users to a room.
-
agTweener - An animation library for Silverlight
Flash/Flex developers have a number of tools available to them to make animation effects easy, programmable and procedural. Libraries like Tweener, TweenLite and Fuse enable developers to create animation transitions at runtime through code.
-
Deep Zoom Composer [MIX 08]
One of the slew of new things that is being released at MIX today is the Deep Zoom Composer powertoy:
-
The basics of MVC and MVP
Clear separation of responsibilities along with a low coupling level is a sign of a well-designed application. Whereas design patterns are proven solutions to reduce coupling between small sets of objects, architectural patterns help to improve a system’s design on the whole. One popular architectural pattern is Model-View-Controller. Originally came from Smalltalk now it has implementations in various languages. In Java for example such frameworks as Spring and Struts have gained high popularity and are widely used. However in .NET world the existing implementations aren’t much spread, being mainly inspired by Java implementations they fit well only for Web applications and are not suitable for Windows thick client applications.
-
Silverlight 2 controls demo page
Really cool, you can now check the Silverlight new controls.
-
Another C# Legacy HTML parser using Tag processing.
This article presents a simple HTML parser library developed for an automated application. The parser mainly detects tag syntax and it can collect a tag pair as a group.
-
ASP.Net newsgroups archive
This is an interesting project. You can find on this site all the latest Asp.Net newsgroups posts with some search features.
-
Silverlight 2.0: The wait is almost over
Silverlight 2.0 will provide a subset of the .NET Framework and Windows Presentation Foundation (WPF) so that developers and designers can build rich Internet applications (RIAs). Silverlight 1.0, which shipped in September, is primarily a media player for video and other content that uses a JavaScript programming model.
-
ASP.NET AJAX meets Virtual Earth
Get up to speed with ASP.NET AJAX by building a simple Virtual Earth mashup.
-
A first look at the Dynamic Data Engine—the DynamicGridView Control
Dino Esposito introduces the ASP.NET DynamicGridView Control.