Blogs
Systenics Website Reimagined - Relaunch!
Systenics Solutions has reimagined itself over the years and a brand-new website has been designed and launched which demonstrates our core values.


Posts - Page 3
Integration of Nexmo SMS and Verify API using C# for AuctionWorx
This tutorial explains how to use Nexmo SMS and Verify API to add additional functionality into AuctionWorx web application.
Continue readingUse Lets Encrypt SSL with AuctionWorx
While developing ASP.NET or ASP.NET MVC Web or WebAPI applications, we use IIS self-signed certificate to test sites locally or on test servers with HTTPS enabled. Such HTTPS websites throw a warning message when they are accessed first time from any browser. If you are using WebAPI with HTTPS and trying to access those APIs from Ionic or iOS mobile applications, then it will not work. This article focuses on configuration of Let’s Encrypt SSL Certificate with AuctionWorx web application.
Continue readingSalesforce CRUD operations using C# in AuctionWorx (ASP.NET MVC application)
In this blog post, we have explained how we can perform CRUD operations with Salesforce custom objects. We have integrated Salesforce with RainWorx AuctionWorx software (ASP.NET MVC application). Refer our previous blog "Integrate Salesforce with C# or ASP.NET MVC Application", where we have shown how you can set up a project for Salesforce integration. Salesforce integration will allow better interaction between customer support team and bidders/buyers post bid/purchase process.
Continue readingBuilding an ASP.NET Core 1.1 Application with PostgreSQL on Ubuntu Linux
In this blog post, we will update the default scaffold ASP.NET Core 1.1 application using Entity Framework Core to connect to PostgreSQL database using Code first approach on Ubuntu Linux. We will explore some of the new features of ASP.NET Core 1.1 and how easy it is to use entity framework to connect to open source databases like PostgreSQL. We will be using the free, open source Visual Studio Code Editor and .NET CLI to build the application to understand how to build ASP.NET Core applications on Linux or other supported platforms.
Continue readingIntegrate Salesforce with C# or ASP.NET MVC Application
This tutorial explains the manual steps to authenticate Salesforce account using C# or ASP.NET MVC application. Even though the sample provided is C# Console application, we have implemented the same with RainWorx's AuctionWorx software (ASP.NET MVC application).
Continue readingUse Lucene.Net in for faster data search
This tutorial explains how to use Lucene.Net to achieve faster search responses in ASP.NET or MVC or C# applications. You can use Lucene.Net library to create indexes and search to retrieve the data which can be sorted by relevance or by a sort field.
Continue reading