Magic Software Migration
Automatic Migration of Magic Software Applications
to C# .NET
Risk Free Magic Software Migration with Zero Obligation
Migrate Magic to .NET Within Minutes. Go Live Within 4 Weeks
Cheaper than any solution from Magic Software
Go Up Technology provides a completely automatic conversion process for Magic Software applications, that is quicker, more effective, and more economical than alternative solutions. Automatic conversion of Magic Software applications retains the application methodology while enabling optimization of the application’s architecture and GUI.
The migration is to C# 4.5, adhering to the Microsoft.Net framework methodology, while using the progressive abilities of Net Framework 4 such as parallel programming, dynamic types, etc.
Access to DatabasesAccess to databases will be done using the Object Relational Mapping (ORM) layer, which enables data coupling between the data model – as is declared in the database - and its representation in the application. Additionally, ORM enables flexibility in choosing the database provider (Oracle, Microsoft SQL Server, etc.).
Application SecurityThe application security in the new code is based on standard mechanisms available in the .Net Framework. An authentication mechanism for user identification will be implemented using Forms/Windows Authentication, depending on the system environment. Additionally, a Role Based Security mechanism will be implemented in relevant places, to create authorizations based on users and groups. This mechanism is usually executed using standard Membership Provider, unless the client requests otherwise.