66020 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 0 Messages: 0 Messages: 0 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Nevron .NET Vision Q3 2007 released

Posted by: Christo Bahchevanov on November 26, 2007 DIGG
Nevron ,NET Vision Q3 2007 is available for download. With this version of the .NET Vision controls suite we greatly improved the ASP.NET AJAX support with browser compatibility, Extended client side JavaScript class interfaces, the Nevron Instant Callback technology and more. In Q3 we have also introduced new financial charting types, DataGridView control and TreeViewEx control.

What’s new in .NET Vision Q3 2007 Release:

Nevron Chart for .NET

Improved AJAX Support for Web Forms (VS 2005 Specific)
- Improved browser compatibility.
- Extended client side JavaScript class interfaces.
- The Nevron Instant Callback technology was added as an alternative to the MS AJAX Callback, which greatly improves the performance of the web controls.
- Configurable event queuing at client side makes mixing of mouse move, mouse click events and auto refresh possible and native to the web site visitors.
- Improved behavior of the web controls on communication breakdown; a wait message is displayed and the server is queried periodically for availability; when the connection with the server is reestablished, the web controls continue normal operation.

Improved Web Controls in Postback Mode (VS 2005 Specific)
- HttpHandler image generation was added as an alternative to the traditional temporary image files used by Nevron web components. Now Nevron web components register an *.AXD virtual file in web.config and stream on demand images to the client through it.

New Charting Types
- Kagi is a type of financial chart that illustrates the forces of supply and demand on a security. It is focused on price action and disregards the passage of time.
- Renko is a type of financial chart that is very effective for traders to identify key support and resistance levels. It filters minor price movements and emphasizes on general trends.
- Point and Figure - Point and Figure is a type of financial chart that is designed to filter non-significant price changes and to focus on the main price trends. Point and Figure charts are usually used for longer term price movements.
- Three Line Break is a price change financial chart that is similar in concept to Kagi, Renko and Point and Figure.

Ability to Drag Gauge Indicators
- Added is the ability to drag gauge indicators with the mouse as well as to protect gauge indicators from dragging. You can also use the new Value Snapping to snap gauge indicators to certain values when dragging.

Improved Performance
- The chart axis zoning and calculation is optimized. The conversion from logical to scale units and vice versa is optimized.

Improved Value Snapping
- All objects that reference an axis value can now snap in variety of ways including: snap to major ticks, snap to minor ticks, numeric snapping (based on an origin value and step), date time snapping (based on an origin date and date/time step) and ruler min max snapping.

Improved Data Zooming
- You can now set how the axis scrollbar treats the reset button – by resetting the axis view range to it’s default state or by reverting the state to the last valid zoom in operation thus enabling you to perform better data drilldown.

Ability to export images in EMF file format
- The component can save images in EMF file format as well as to copy EMF images to the clipboard.

Nevron Diagram for .NET

Improved AJAX Support for Web Forms (VS 2005 Specific)
- Improved browser compatibility.
- Extended client side JavaScript class interfaces.
- The Nevron Instant Callback technology was added as an alternative to the MS AJAX Callback, which greatly improves the performance of the web controls.
- Configurable event queuing at client side makes mixing of mouse move, mouse click events and auto refresh possible and native to the web site visitors.
- Improved behavior of the web controls on communication breakdown; a wait message is displayed and the server is queried periodically for availability; when the connection with the server is reestablished, the web controls continue normal operation.

Improved Web Controls in Postback Mode (VS 2005 Specific)
HttpHandler image generation was added as an alternative to the traditional temporary image files used by Nevron web components. Now Nevron web components register an *.AXD virtual file in web.config and stream on demand images to the client through it.

Ability to export images in EMF file format
The component can save images in EMF file format as well as to copy EMF images to the clipboard.

Nevron User Interface for .NET

DataGridView (VS 2005 only)
The NDataGridView is an extended System.Windows.Forms.DataGridView control which modifies the appearance to match the Nevron one, adds custom scrollbars, column and row headers and features like additional predefined column which displays child relations in a drop-down manner.

TreeViewEx (VS 2005 only)
The NTreeViewEx is a completely custom control written from scratch in 100% C# code. Its main purpose is to eliminate most of the drawbacks of the standard tree-view which ships with Windows Forms while providing superior performance and memory optimization. The control is capable of displaying 100 000+ nodes with ease and in the same time resizing remains instant. Following is a brief description of the control's main features:
- Simple and intuitive object model.
- Extremely fast and optimized. Can be resized instantly.
- Rich event model allowing for virtually any behavior to be overridden and/or extended.
- Completely customizable appearance based on visual states per tree-view or node basis. Complete adorners (boxes and lines) control.
- Rich texts per tree-view and node basis.
- Super tips and context menus per node basis.
- Checkbox support - standard and/or radio. Check style per tree-view and node basis. Smart check support - for example if a node's check state changes all ascendants and descendants are updated to reflect this change.
- Indicator - either on left or right edge. Predefined indicator images.
- Item drag-and-drop with rich visual feedback.
- XML persistency - the entire tree may be saved to and loaded from XML files.
- XML viewer - given a XML file the tree-view may populate its content in a human-readable manner.
- Scroll support - you have complete support over the scrolling behavior of the control.

For more information visit Nevron Website
 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map