- Details
We have a special "Spring Sale" for the Friends Of XSharp subscription.
Order the product in March 2021, add the discount code SPRING2021 on the checkout page and get a 25% discount !
- Details
We have uploaded a preview version of the new X# compiler to the website. Subscribers can download this version from the following link:
{rsfiles path="prerelease/CompilerPreview2807.zip"}
A RTF document with detailed descriptions is included in the ZIP file.
Comments (8 Comments)- Details
As of today X# is a dealer of Advantage Database Server (ADS). You can buy ADS Client Access Licenses (CAL) from us in several sized batches (1,2,5,10,25,50, 100, 250, unlimited) and you can also buy "expansion packs" to increase the number of licenses of your server.
The ADS pricelist is quite complicated, so we will not add all possible options to our online store, but just a few to give you an idea.
In all cases: contact us to get a quote.
Comments (1 Comment)
- Details
The compiler for the upcoming 2.8 build of X# has received an "overhaul". We have updated the Roslyn code to the latest C# level (the same C# that comes with VS 2019 Preview 4). This means that we now benefit from many changes in the C# compiler. You should see that the compiler is a bit faster. The new compiler requires .Net framework 4.7.2 or .Net core 3.0. The apps created with the new compiler can still target the framework versions from 2.0 until 4.8, .Net Core 2.0, 3.0 and .Net 5 and .Net 6.
We have also taken the opportunity to add a few new things to the language:
Local Functions and Local Procedures
You can declare local function and local procedures inside methods, properties, functions and procedures.
The syntax is
LOCAL FUNCTION <Name> (<Parameters>) AS <Type>
.
. statements
.
END FUNCTION
Some remarks:
- parameters are optional but must be typed
- return type is mandatory
- the local function automatically has access to the local variables and instance variables from its surrounding code.
- the local function cannot have attributes
Read more: Compiler changes in upcoming build 2.8
Comments (5 Comments)
- Details
There will be another online presentation this week.
It will be take place on Thursday February 25th at 16:00 CET (Amsterdam time).
The presentation will be done by our Devteam member Chris Pyrgas.
The subject will be:
migrating applications from Visual Objects to X# and the changes that you have to make to your source code because of the differences between the two.
Afterwards the recording of the sessions will be uploaded to our Youtube channel "X# Academy"
Comments (3 Comments)