ApexSQL Code - Application - 2005.13

par ApexSQL

Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Capture d'écran - ApexSQL Code - Application - 2005.13Increase productivity, reduce errors, standardize your code base and automate repetitive coding tasks with template based code generation. ApexSQL Code is a Rapid Application Development (RAD) code generation tool, streamlined specifically for Microsoft SQL Server, that enables you to automatically generate thousands of lines of C#, VB.NET, ASP.NET, SQL (and more) in just seconds.

A partir de
$383.04
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

ApexSQL Code 2005.13 without Support

Ajouter au Caddie $ 383.04 1 Client License Téléchargement (12.6 Mo)
Ajouter au Caddie $ 344.64 1 Client License per license from 3 to 4 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 325.44 1 Client License per license from 5 to 9 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 303.05 1 Client License per license from 10 to 15 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 287.04 1 Client License per license from 16 Licenses Téléchargement (12.6 Mo)

ApexSQL Code 2005.13 with 1 yr Support & Upgrades

Ajouter au Caddie $ 498.24 1 Client License Téléchargement (12.6 Mo)
Ajouter au Caddie $ 448.32 1 Client License per license from 3 to 4 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 423.36 1 Client License per license from 5 to 9 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 394.25 1 Client License per license from 10 to 15 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 373.44 1 Client License per license from 16 Licenses Téléchargement (12.6 Mo)

ApexSQL Code 2005.13 with 2 yr Support & Upgrades

Ajouter au Caddie $ 575.04 1 Client License Téléchargement (12.6 Mo)
Ajouter au Caddie $ 517.44 1 Client License per license from 3 to 4 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 488.64 1 Client License per license from 5 to 9 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 455.05 1 Client License per license from 10 to 15 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 431.04 1 Client License per license from 16 Licenses Téléchargement (12.6 Mo)

ApexSQL Code 2005.13 with 3 yr Support & Upgrades

Ajouter au Caddie $ 612.48 1 Client License Téléchargement (12.6 Mo)
Ajouter au Caddie $ 551.04 1 Client License per license from 3 to 4 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 520.32 1 Client License per license from 5 to 9 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 484.50 1 Client License per license from 10 to 15 Licenses Téléchargement (12.6 Mo)
Ajouter au Caddie $ 459.84 1 Client License per license from 16 Licenses Téléchargement (12.6 Mo)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

ApexSQL Code provides template based code generation for any language used with Microsoft SQL Server. Comes complete with a large collection of templates in a template library.

  • Do you spend a lot of time manually writing Data Access Layer code, stored procedures or even forms for CrUD (Create, Update Delete)? 
  • Have you ever "fat fingered" names of parameters, datatypes or made other common errors in blocks of rote, repetitive code leading to annoying errors?
  • Would you rather spend time designing software than typing code?
  • Would you like to ensure you code base is more standardized with each class and function written the exact same way?

ApexSQL Code solves all of the above problems.

What’s it for?
Here are just a few examples:

  • Create Data Access layer code based on underlying tables, views or stored procedures
  • Create complete web forms in ASP.NET (C# and VB.NET) to work with your existing database
  • Automatically created stored procedures for select, update, delete and insert on tables
  • Construct an ADO Command object with parameters for large stored procedures with many input and output params
  • Document your sql server database into HTML by using database object scripts
  • Create a trigger based auditing system (templates included with ApexSQL Code)

ApexSQL Code Features:

  • [NEW] SQL 2005 Support
  • [NEW] New Auto-update feature
  • A template wizard that makes creating templates as easy as following 7 simple steps
  • A template property page for editing templates in place with simple picklists and dialogs
  • XML based templates - allows for template attributes to be embedded directly in the template structure itself.
  • Built in Session and Application variables
  • Programmatic control of file operations and dialogs directly from the template. Files can be output, appended or all file operations can be suppressed if user chooses to use File System Object
  • ApexSQL Code now automatically remembers all of your table, view, sproc, field, parameter and result column selection in between sessions and for a specific database. These selection profiles can be saved, cleared and retrieved
  • Choice of VBScript of JScript for template scripting - handles looping including For Each loops, constructs, error handling, etc. Your ability to create code patterns is virtually unlimited
  • Extensive template library including C#, VB.NET, AsP, VB, SQL and Delphi templates
  • Support for unlimited Include files just like ASP
  • Real Intellisense to navigate ApexSQL Code object Model
  • Default color coded text editor to manage templates currently supports ASP / VBScript, VB, Java / JScript, CSharp and SQL
  • Multiple tables, views and stored procedures can be scripted at once and even in the same template
  • Intelligent variable typing allows you to strongly type all VB variables (i.e. long), always use variants or use variants only for NULLABLE fields in the database
  • Scripting engine allows programmatic access to any COM object installed on user's computer including FileSystemObject
  • Error handling shows exact line of error allowing for easy diagnosis of errors and de-bugging
  • ApexSQL Code object model allows easy extraction of information. Read-Only properties are used to create code patterns but object model also exposes Read-Write properties that can be controlled programmatically
  • Pre-Processing of templates - now various ApexSQL Code settings like language, programming language and output file can be controlled via the template itself
  • Templates can be Parsed for simple scripting mistakes like missing starting or closing tags and version incompatibilities

Support

What support options are available?
ApexSQL take support seriously they offer support via their Support Forums as well as Phone Support for customers who have purchased a Maintenance Contract for Support and Upgrades.

Recherche produit

Entrez vos critères de recherche :

Autres liens

Éditeur

Catégorie principale

Produits similaires

Catégories similaires

Award