.NET news » Search results

Search results for query "orm" (111):

Drawing medical waveforms using a Windows Mobile 5.0 device

This project gives basic idea of how to develop patient monitoring systems based on a Windows mobile device
2006-06-16 08:25:00   Source: Drawing medical waveforms using a Windows Mobile 5.0 device   Tags: Mobile

A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...

The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.

A panel control with positionable captions and icon for windows forms

A panel control with caption support which can also dock the child controls properly.

Animating Windows Forms

A component to make Windows Forms controls more dynamic by adding animation capabilities.
2006-05-15 08:54:00   Source: Animating Windows Forms   Tags: Graphics

A control to display pie charts with highly customizable formatting

A control to display pie charts with highly customizable formatting.

.NET Offers a "First Chance" to Squelch Performance-killing Hidden Exceptions

Uncaught exceptions in your .NET applications can turn an otherwise high-performance application into a snail, especially those that are allowed to be "eaten" by subsequent code. Find out how to use very handy "First Chance" exception feature in the .NET debugger to root out nasty hidden exceptions.
2006-05-03 18:04:18   Source: .NET Offers a "First Chance" to Squelch...   Tags: Performance

Validate user input in Windows Forms

You needn't write any code for control validation; just set a control's validation information at design-time and reduce maintenance workload.
2006-04-26 16:39:00   Source: Validate user input in Windows Forms   Tags: Components Examples

Video file saving in Windows Media video format for the DirectX.Capture class library

Enhancements to the DirectX.Capture class for capturing audio and video to Windows Media files, using IWMProfile.

A component for sharing and inheriting ImageLists across multiple Forms and Controls with full design time support

A component that allows ImageLists to be inherited and shared globaly across multiple forms and controls with full design time support.

CLR Inside Out: The performance benefits of NGen.

JIT compilation has its advantages, but it has its drawbacks, too. NGen may help to improve the performance of your applications. Surupa Biswas shows you why and when.