Miscellaneous

Parallel.NET - Background Task Scheduler

Parallel.NET - Background Task Scheduler

The Parallel.NET component provides you with a simple and robust way of getting your .NET applications to perform regular tasks at configurable intervals. There is no interference to other aspects of the application including the UI or users. What are the features? Execute tasks at configurable intervals Run multiple tasks at different intervals using 1 ParallelScheduler Configure whether background tasks use the ThreadPool or run on...

Visitor Tracking HttpModule

Visitor Tracking HttpModule

Product Description This module is used in order to keep a each request parameters in the database for analysis. The main feature is that: the http module creates the item queue and executes a thread to process those items, so incoming request creates queue item and adds that item to the queue and continue without a big delay. In the same time queue thread saves each item in the database, so the incoming request doesn’t wait the completion ...

.Net Health Monitoring

.Net Health Monitoring

General Do you need the solution for tracking different events which happen to your .Net applications? The firts option should be to use ASP .NET Health Monitoring! The beautiful thing is that you don’t need to add any code to your existing application in order to track events which happen to your application! Just put the solution event provider into an application bin directory and add some configuration section to the web.config ...

Virtual File Download and Counter

Virtual File Download and Counter

ASP .net virtual file download with Counter tool can be used to download files in programmatic way. We can not provide direct link to various extensions like- .txt, .pdf, .htm, .xml, etc. Because these files are supported by many browsers and are shown in browser directly. But if we want our website to make these file available for download then we have to choose programmatic way. Also, when we set direct link to any download file, we are n...

.NET UPS Shipping Rates Integration Framework

.NET UPS Shipping Rates Integration Framework

Get UPS live shipping rates up and running quickly! The UPS Shipping Rates Integration Framework allows developers to get started on integrating with UPS or other API providers. Features Save time in integrating with UPS and get live rates up and running fast! Works for both domestic and international shipping rates! Professionally designed UPS API wrapper/framework to make obtaining live rates much easier Learn from the source code (C#) Co...

zPanel for WindowsForms

zPanel for WindowsForms

The zPanel is a high quality high functional WindowsForms panel component. The zPanel can have modern like Emboss and DropShadow as well as High quality gradient themes with Alpha-Opacity Transparencies. The zPanel is great for making a completely modern User Interface. You will have the necessary properties to build a unique and beautiful designs without the use of Photoshop or any outside images. The zPanel also comes with the property to be...

zLabel for WindowsForms

zLabel for WindowsForms

Glowing Label control that has several features. Features such as Alpha transparency, gradient backgrounds, rounded corners and much more. The zLabels main feature is the pulsing animation. This feature is great for idle labels such as “Downloading…” or “Loading…” the zlabel in this case would pulse a glowing animation effect. The zLabel can be using with C# and Vb.net applications along with other .NET projects. The zLabel is extremely eas...

zButton for WindowsForms

zButton for WindowsForms

zButton is a .NET themed button that can generate Adobe Photoshop like buttons. The zButton can lay on any image with high quality transparency. The zbutton Can have glowing text as well as glow animations when your mouse hovers it or leaves it. The zButton can be used with C# and Vb.net immediately. Easy to use and implement: All you need to to is just drag and drop it into your project and your all set. You can then change its theme and ...

Extended GridView Control

Extended GridView Control

IMP :- ExtendedGridView Control is the extension of .Net GridView.Thus all the properties and events which are available with .Net GridView will also be available with ExtendedGridView Paging provided by .Net has a major drawback. If you want to use the default Paging provided by .Net, then you will have to bind the whole dataset/datatable to the GridView. e.g.: You have 5000 Rows in database and you are showing 20 records per page, then a...