Blogs

27 Mar 2024
0 Comments

Systenics Website Reimagined - Relaunch!

by: Saurabh Nandu in: General tags: website

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

Continue Reading
Systenics Solutions Blog - Our views Systenics Solutions Blog - Our views

Posts - Page 2

20 Apr 2018
0 Comments

Real-time Chat Room with Text, Image and File Support Built on Node.js, Express.js and Socket.io

by: Systenics Team in: Programming tags: Node.js , 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 reading
13 Jul 2017
0 Comments

Enable TLS 1.2 for Authorize.Net and Salesforce API calls

by: Shailesh Patel in: General tags: ASP.NET MVC , SalesForce

This tutorial explains how to enable TLS 1.2 for Authorize.Net and Salesforce API calls.

Continue reading
29 Apr 2017
0 Comments

Setting up CI for ASP.NET MVC to deploy on Azure Cloud WebApp using Visual Studio Team System

by: Saurabh Nandu in: DevOps tags: Visual Studio , Continuous Integration

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 reading
25 Apr 2017
0 Comments

Integration of Nexmo SMS and Verify API using C# for AuctionWorx

by: Shruti Sawant in: Programming tags: AuctionWorx , C# , ASP.NET MVC

This tutorial explains how to use Nexmo SMS and Verify API to add additional functionality into AuctionWorx web application.

Continue reading
25 Apr 2017
0 Comments

Use Lets Encrypt SSL with AuctionWorx

by: Shailesh Patel in: General tags: 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 reading
27 Feb 2017
0 Comments

Salesforce CRUD operations using C# in AuctionWorx (ASP.NET MVC application)

by: Dhanashri Karale in: Programming tags: AuctionWorx , SalesForce , ASP.NET MVC , C#

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