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 2
Real-time Chat Room with Text, Image and File Support Built on Node.js, Express.js and Socket.io
We would like to announce the release of our open source small project, a real time chat room with Text, Image and File transfer support. Built on NodeJS, ExpressJS and Socket.IO.
Continue readingEnable TLS 1.2 for Authorize.Net and Salesforce API calls
This tutorial explains how to enable TLS 1.2 for Authorize.Net and Salesforce API calls.
Continue readingSetting up CI for ASP.NET MVC to deploy on Azure Cloud WebApp using Visual Studio Team System
Importance of DevOps is growing by the day as development teams adopt agile practices and start on the path of shorter development cycles. Having a good Continuous Integration system in place is one of the key parts of DevOps setup. In this blog I will explore the process of getting a simple ASP.NET MVC application configured using Online Visual Studio Team System's Build and Release process to deploy to an Azure WebApp.
Continue readingIntegration 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 reading