Blogs

27 Mar2024
0Comments

Systenics Website Reimagined - Relaunch!

by: Saurabh Nanduin: Generaltags: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 viewsSystenics Solutions Blog - Our views

Posts - Page 3

25 Apr2017
0Comments

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

by: Shruti Sawantin: Programmingtags: 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 Apr2017
0Comments

Use Lets Encrypt SSL with AuctionWorx

by: Shailesh Patelin: Generaltags: 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 Feb2017
0Comments

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

by: Dhanashri Karalein: Programmingtags: 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
13 Feb2017
0Comments

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

by: Saurabh Nanduin: Programmingtags: 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
13 Feb2017
0Comments

Integrate Salesforce with C# or ASP.NET MVC Application

by: Dhanashri Karalein: Programmingtags: 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
12 Feb2017
0Comments

Use Lucene.Net in for faster data search

by: Dhanashri Karalein: Programmingtags: C#

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