Latest Posts

27 Mar 2024
0 Comments

Systenics Website 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
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

Use Lets Encrypt SSL with AuctionWorx

by: Shailesh Patel in: General tags: AuctionWorxs,

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

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

by: Shruti Sawant in: Programming tags: ASP.NET MVC, AuctionWorxs,

This tutorial explains how to use Nexmo SMS and Verify API to add additional functionality into 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: C#, SalesForce, AuctionWorxs,

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
13 Feb 2017
0 Comments

Integrate Salesforce with C# or ASP.NET MVC Application

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

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 reading
13 Feb 2017
0 Comments

Building an ASP.NET Core 1.1 Application with PostgreSQL on Ubuntu Linux

by: Saurabh Nandu in: Programming tags: ASP.NET Core, 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 reading
12 Feb 2017
0 Comments

Use Lucene.Net in for faster data search

by: Dhanashri Karale in: Programming tags: C#,

This tutorial explains how to use Lucene.Net to acheive 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 stored by relevance or by a sort field.

Continue reading
06 Aug 2015
0 Comments

Real Time Chat Room with Text, Image and File support built on NodeJS, ExpressJS and Socket.IO

by: Saurabh Nandu in: Programming tags: ExpressJS, NodeJS, SocketIO,

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