English Italiano

Сделаем вашу жизнь проще...


EasyDotNet is a Clarion wrapper around a .NET Framework Class Library. It covers a several most useful classes. The .NET Framework class library is a library of classes, interfaces, and value types that provide access to system functionality.

Key features and what is included:
  • TSystemConsole class, Clarion wrapper for .NET System.Console
  • TCultureInfo class, Clarion wrapper for .NET System.Globalization.CultureInfo
  • TRegionInfo class, Clarion wrapper for .NET System.Globalization.RegionInfo
  • TSystemDateTime class, Clarion wrapper for .NET System.DateTime
  • TSystemTimeSpan class, Clarion wrapper for .NET System.TimeSpan
  • TEnvironment class, Clarion wrapper for .NET System.Environment
  • TFileSystemWatcher class, Clarion wrapper for .NET System.IO.FileSystemWatcher
  • TStopwatch class, Clarion wrapper for .NET System.Diagnostics.Stopwatch
  • TSystemUri class, Clarion wrapper for .NET System.Uri
  • TWinFormsTimer class, Clarion wrapper for .NET System.Windows.Forms.Timer
  • TScreen class, Clarion wrapper for .NET System.Windows.Forms.Screen
  • TZipFile class, Clarion wrapper for .NET System.IO.Compression.ZipFile
  • TZipArchive class, Clarion wrapper for .NET System.IO.Compression.ZipArchive
  • TZipArchiveEntry class, Clarion wrapper for .NET System.IO.Compression.ZipArchiveEntry
  • TGZip class, Clarion wrapper for .NET System.IO.Compression.GZipStream
  • TProtectedData class, Provides methods for encrypting and decrypting data
  • TSignedXml class, Provides a wrapper on a core XML signature object to facilitate creating XML signatures
  • TAesManaged class, Provides a managed implementation of the Advanced Encryption Standard (AES)
  • TTripleDES class, Defines a wrapper object to access the cryptographic service provider (CSP) version of the System.Security.Cryptography.TripleDES algorithm
  • TSHAManaged class, Computes the SHA1/SHA256/SHA384/SHA512 hash for the input data
  • THMACManaged class, Computes a Hash-based Message Authentication Code (HMAC) using the SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 hash function
  • TMD5Managed class, Computes the System.Security.Cryptography.MD5 hash for the input data.
  • TMessageQueue class, It provides access to a queue on a Message Queuing server.
  • TWinToastManager class. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event. (NB: Available since Windows 8.)
  • TMonthCalendar class represents a Windows control that enables the user to select a date using a visual monthly calendar display
  • TEventLog class provides interaction with Windows event logs on local or remote computer
  • TDrawingBitmap class encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes (BMP, GIF, JPEG, PNG, TIFF, EXIF, ICON). 
  • TDrawingMetafile class defines a graphic metafile (WMF, EMF). 
  • Both TDrawingBitmap and TDrawingMetafile objects can be displayed in standard Clarion IMAGE control.
  • Easy to implement
  • Enable Registration-Free Activation - a mechanism that enables easy deployment of COM components to a machine without the need to register them
  • Deploying your application - Besides an usual exe, dll etc files you should ship just one small dll (.NET assembly DLL) with your end-user application

EasyDotNet is implemented as a set of classes available as full source code, template and .NET assembly DLL.

Full documentation can be found online here.
http://Загрузить Trial/Demo  Загружено: 3057




Operating System for Deployment

  • Windows 10
  • Windows 2000
  • Windows 7
  • Windows 8
  • Windows Server 2003
  • Windows Server 2003 x64
  • Windows Server 2008
  • Windows Server 2012
  • Windows Vista Business
  • Windows Vista Business x64
  • Windows Vista Enterprise
  • Windows Vista Home Basic
  • Windows Vista Home Basic x64
  • Windows Vista Home Premium
  • Windows Vista Home Premium x64
  • Windows Vista Starter
  • Windows Vista Ultimate
  • Windows Vista Ultimate x64
  • Windows XP
  • Windows XP x64

Architecture of Product

  • 32Bit

Product Type

  • Add-In

Component Type

  • ActiveX DLL
  • Source code
  • Template ABC
  • Template Legacy

Compatible Containers

  • SoftVelocity Clarion 10.0
  • SoftVelocity Clarion 11.0
  • SoftVelocity Clarion 11.1
  • SoftVelocity Clarion 6.3
  • SoftVelocity Clarion 7.0
  • SoftVelocity Clarion 7.1
  • SoftVelocity Clarion 7.2
  • SoftVelocity Clarion 7.3
  • SoftVelocity Clarion 8.0
  • SoftVelocity Clarion 9.0
  • SoftVelocity Clarion 9.1

Documentation

  • CHM
  • HTML

Install Type

  • Install Executable

Categories

Programming Languages
     Clarion
Programming
     Components & Libraries
        Function and Source Libraries
        Network Communication
        Productivity



25.11.2017

EasyDotNet ver 1.08 released!

Fixed:
  • After Windows 10.1709 update WinToast was not working any more. Issue was that for desktop applications a shortcut in the Programs folder is needed.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

22.10.2017

EasyDotNet ver 1.07 released! Updated DEMOs!

New:
  • TMonthCalendar class represents a Windows control that enables the user to select a date using a visual monthly calendar display.
  • pMonthCalendar template.
Updated DEMO applications.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
23.09.2017

EasyDotNet ver 1.06 released!

Changed:
  • CreateQueue() method now accepts omittable parameter "transactional", pass TRUE to create transactional queue.

NEW: TMessageQueue now supports transactional queues and messages.
  • Transactional() method returns a bool value that indicates whether the queue accepts only transactions.
  • BeginTran() begins a new Message Queuing internal transaction.
  • CommitTran() commits a pending internal transaction.
  • AbortTran() rolls back the pending internal transaction.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
24.06.2017

EasyDotNet ver 1.05 released! Updated DEMOs!

New:
  • TWinToastManager class. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event. (NB: Available since Windows 8.)
Updated DEMO applications:
  • Demo app demonstrates Toast notifications. 
  • Both Helpdesk apps now display the notifications on incoming messages.

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

18.02.2017

EasyDotNet ver 1.04 released!

New:
  • TMessageQueue class. It provides access to a queue on a Message Queuing server. MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner.
  • 2 demo apps HelpDesk (server) and UserApp (client).

This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

21.01.2017

EasyDotNet ver 1.03 released!

New:
  • TProtectedData - Provides methods for encrypting and decrypting data.
  • TSignedXml - Provides a wrapper on a core XML signature object to facilitate creating XML signatures.
  • TAesManaged - Provides a managed implementation of the Advanced Encryption Standard (AES).
  • TTripleDES - Defines a wrapper object to access the cryptographic service provider (CSP) version of the System.Security.Cryptography.TripleDES algorithm.
  • TSHAManaged - Computes the SHA1/SHA256/SHA384/SHA512 hash for the input data.
  • THMACManaged - Computes a Hash-based Message Authentication Code (HMAC) using the SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 hash function.
  • Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.

О продукте

EasyDotNet is a Clarion wrapper around a .NET Framework Class Library. It covers a several most useful classes. The .NET Framework class library is a library of classes, interfaces, and value types that provide access to system functionality.

Поделись

Купить!

Продукты IngasoftPlus доступны на сайте www.motleysoft.com! Купить!
от  35000000.0

Download Information

Следующие файлы для загрузки доступны для данного продукта:
  • Demo (free)
  • Setups (password protected)
  • Setups (password protected) - old versions

Перейти к загрузке

Поиск продукта