eSymmetrix Releases Gibraltar 2.0 to Streamline .NET Testing

Software development firm eSymmetrix announced the release of its application error and usage monitoring system today. Gibraltar is a software product support tool that helps software teams reduce the cost of testing and supporting .NET applications. The software includes a free data collection agent for .NET desktop or web applications. Collected data is analyzed with a desktop application that provides detailed graphing, reporting, and analysis capabilities.



Jay Cincotta, President and founder of eSymmetrix said, "We're trying to make life easier for other .NET developers who are committed to delighting their customers, but lack the analytics needed to fully align their development priorities with their user's experiences." Gibraltar provides the infrastructure to enable small- and mid-size companies to create an effective, affordable customer experience improvement program (CEIP).

Gibraltar is an excellent tool for .NET logging but offers many additional capabilities. Gibraltar efficiently and safely records errors, system events, trace messages, configuration details, system performance metrics and application-specific custom metrics. It transmits this information to the software team, indexes it, aggregates it, and provides powerful tools for the team to explore broad patterns across multiple users as well as drilling down to analyze individual sessions.

"We feel there is a need for a simple, affordable tool to help .NET software teams see the big picture while tending to the details of customer support. Gibraltar enables informed prioritization decisions based on error rates and feature utilization patterns while simultaneously making make software teams more effective in quickly troubleshooting customer-reported issues," Cincotta said.

CTO and co-owner, Kendall Miller, said, "Our primary goal with Gibraltar was to bridge the gaps among developers, IT administrators and customer service staff with one tool that brings everyone together. Gibraltar combines great log analysis features developers love with the familiar performance metrics IT administrators rely on and the high-level triage and reporting features customer service needs." Miller continued, "Ultimately, Gibraltar is about giving software teams the information they need to build rock-solid .NET applications that delight their users."

Gibraltar 2.0 is the culmination of a decade of experience eSymmetrix has with application instrumentation and monitoring. It is a .NET rewrite of an earlier system developed by eSymmetrix and used on multiple large projects, including a global network of dealerships for a Fortune 500 manufacturing company, the data center of a large employee benefits SaaS, and the control software for a line of sophisticated scientific instruments sold to the research departments of major pharmaceutical companies.

Gibraltar consists of two components: a data collection agent and a data analysis program. The data analysis program supports a 30-day free trial. The data collection agent includes a realtime trace viewer and is 100% freely redistributable and functional even after the trial ends.

About eSymmetrix, Inc:
Located in the Baltimore/Washington corridor, eSymmetrix has been developing high-end business and scientific software for the Microsoft platform since 2000.

Source: PRWeb

Aurigma Releases Image Uploader 6.0

Aurigma, Inc. issues an update for the recently released Image Uploader 6.0. Image Uploader is an industry standard upload component for the Web. With the uploader, web site users select and upload multiple files and photos in only a few clicks. Modern look-and-feel and convenient layouts make file uploads a whole new Web 2.0 experience.

Licensing Policy

Since version 6.0, the licensing policy has become more straightforward, catering for small and large solutions and budgets. Three license plans have been introduced: Express, Standard and Pro. Each plan has its distinct features and is meant for projects of different scale and budget. A detailed explanation is available at http://www.aurigma.com/Products/ImageUploader/Licensing.aspx

Image Uploader 6.0 introduced a series of new features:

  • Support for IE8 and Chrome 2.
  • Memory-friendly image processing.
  • More flexibility for dynamic pages and AJAX-enabled applications.

SDK extensions have also been added:

  • ASP.NET control to radically improve and speed up integration with ASP.NET web sites.
  • PHP class library to make it possible for PHP developers to program the uploader in native PHP code.
  • Extenders for Amazon S3 and Nirvanix that enable uploads to these storages.

Miscellaneous Improvements and Bug Fixes

There are numerous performance tweaks and look-and-feel enhancements. These definitely make the Image Uploader experience even more pleasant for end users and web developers.

The full list of improvements is available at http://www.aurigma.com/Products/ImageUploader/WhatsNew.aspx.

We feel that the newly released version is a good reason for Image Uploader owners to upgrade. For those who have not tried Image Uploader yet, that might be an upload technology revelation.

We welcome feedback and questions.

About Aurigma, Inc.
We are a software development company founded in 2002. We produce components, libraries and tools for the part of Web 2.0 busy with processing, editing and uploading photos and images, both motion and still. Also, we supply software solutions to photo businesses. Visit us at www.aurigma.com.

Source: PRWeb

Continuent Launches Tungsten for PostgreSQL 8.4

Continuent, Inc., a leading provider of commercial open source solutions for continuous data availability, advanced database replication and scale-out solutions, today announced the availability of Continuent Tungsten for PostgreSQL.

Continuent Tungsten harnesses the power of advanced open source and commercial technologies to deliver data availability and database performance scalability solutions that are based on the Tungsten open source components, a unique collection of solutions for database scale-out. Continuent Tungsten offers easy to manage, dynamic database clusters with the highest levels of availability and scalability for PostgreSQL, MySQL® and Oracle®.

Continuent Tungsten solutions are divided into four (4) offerings - Tungsten Easy HA, Tungsten Easy HA Plus, Tungsten Easy Scale and Tungsten Enterprise - designed to solve particular types of continuous data availability and performance scaling problems.

"PostgreSQL 8.4 has over 290 enhancements. With Continuent Tungsten, PostgreSQL gains enterprise-level high availability, scalability and replication," said Simon Riggs at 2ndQuadrant, developer of the main recovery, replication and high availability features in PostgreSQL since version 8.0.

"Continuent Tungsten raises the bar for data availability and database performance solutions in PostgreSQL environments. We're encouraging PostgreSQL users to contact us and apply for a free evaluation copy," says Robert Hodges, CTO at Continuent.

Continuent Tungsten for PostgreSQL will be available in July. The pricing for Tungsten Easy HA and Tungsten Easy Scale solutions starts at $500 per month. For more information about Continuent and our involvement in the open source community, visit http://www.continuent.com.

About Continuent

Continuent, the world's leading provider of data availability and database performance scalability solutions, offers database high availability and incremental performance scaling using commodity hardware and databases. We provide continuous uptime so you can deliver business critical database applications with high data availability and accessibility. We also offer support, training and consulting services to our customers worldwide.

Continuent's Tungsten solutions provide a unique collection of technologies for database scale-out. Tungsten stack is 100% open source. Tungsten is operating system independent and supports both commercial and open source databases including Oracle, MySQL, PostgreSQL and EnterpriseDB™.

For more information about Continuent and our products, visit www.continuent.com.

Source: PRWeb

Using the RichTextBox Control in C#

The RichTextBox Control goes further than the TextBox Control. It hides the complexities of displaying text boxes with a specific font, indentation, colors and images.

Using the BackgroundWorker Control in C#

Building multi-threaded applications using the BackgroundWorker control hides the complexity of the application. This video shows the developer how to implement the BackgroundWorker control.