Systenics Solutions Logo
  • Home start here
  • Solutions services we provide
  • Products products we build
  • About Us who we are
  • Contact Us request a quote
  • Jobs work for us
  • Blog our views

Blog

Home / Blog

Jul 132017
0Comments

Enable TLS 1.2 for Authorize.Net and Salesforce API calls

  • by:
  • in:
  • tags: .NET, C-Sharp

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

Continue Reading
Apr 292017
0Comments

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

  • by:
  • in:
  • tags: Build and Release, CI, Continuous Integration, devops, Visual Studio Online

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
Apr 252017
0Comments

Use Lets Encrypt SSL with AuctionWorx

  • by:
  • in:
  • tags: .NET, C-Sharp

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
Mar 152017
0Comments

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

  • by:
  • in:
  • tags: .NET, C-Sharp

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

Continue Reading
Feb 132017
0Comments

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

  • by:
  • in:
  • tags: asp.net core, ASP.NET MVC, 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
Feb 122017
0Comments

Use Lucene.Net in for faster data search

  • by:
  • in:
  • tags: .NET, C-Sharp, Lucene

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
Jun 152016
0Comments

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

  • by:
  • in:
  • tags: .NET, AuctionWorx, C-Sharp, Salesforce

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
Dec 152015
0Comments

Integrate Salesforce with C# or ASP.NET MVC Application

  • by:
  • in:
  • tags: .NET, AuctionWorx, C-Sharp, 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
Aug 062015
0Comments

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

  • by:
  • in:
  • tags: ExpressJS, NodeJS, 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
Jul 222015
0Comments

Setting up a VMware Esxi 6.0 Virtual Server on OVH Hosting

  • by:
  • in:
  • tags: VMWare ESXI 6.0

In this blog post we try to highlight some of the challenges and advantages that we faced while working with OVH. It took us several hours trying to figure out different parts of the service and get it functional. There have been several forum posts by others who have given important information to help us configure our servers correctly. In this blog post we are trying to string together our journey to make it easier for others. We specialize in bespoke software development and are not trained IT admins, but we definitely like to dabble into IT as far as we can. We are sure someone with a strong IT experience in virtualization might know these issues up front. But this is our layman’s view of this process.

Continue Reading
Nov 172014
0Comments

Understanding Visual Studio 2015 ASP.NET Web Project Changes

  • by:
  • in:
  • tags: ASP.NET 5, ASP.NET 6, Visual Studio 2015

Microsoft has recently released Visual Studio 2015 Preview for evaluation. Along with Visual Studio Microsoft has announced that it will open source complete ASP.NET stack and make it hostable on Linux as well as Mac. Microsoft has changed their web project significantly to make it work across open source platforms. Visual Studio 2015 preview brings a lot of enhancements in the editor as well as one of the significant components that ship with it is ASP.NET v5 and total change in project structure of web applications. In an effort to embrace open source they have made a lot of changes to to the project templates to utilize a whole bag of popular open source technologies like NPM, Grunt and Bower. Enabling the use of popular open source package managers saves Microsoft from duplicating and maintaining the rapid speed of changes and new developments that are happening on the web. For example instead of building their open Less to CSS compiler and keeping it updated, now they enable developers to use popular open source versions of the same.

Continue Reading
Mar 312014
0Comments

Use jQuery Lazy Load with Knockout binding

  • by:
  • in:
  • tags: ASP.NET MVC, C-Sharp

This tutorial explains how to use jQuery lazy loading technique with Knockout binding.

Continue Reading
Mar 312014
0Comments

Setup Facebook Login and Camera for Android App using PhoneGap 3.4

  • by:
  • in:
  • tags: Android, Phonegap, Windows

This tutorial explains the manual steps to integrate Facebook Login and add Camera plugin for Android application which is created using PhoneGap 3.4. For Facebook plugin configuration and samples, refer phonegap-facebook-plugin available on GitHub.

Continue Reading
Mar 312014
0Comments

Add Images along with Text using Document Types and Parital View in Umbraco 7

  • by:
  • in:
  • tags: Umbraco 7

While creating an Umbraco site, I came across the need for displaying images along with additional text information which can be setup and managed using Umbraco CMS administration tool. In this blog post, I will explain how to create Document Types and Partial View for a Umbraco 7 website using MVC to display the details.

Continue Reading
Mar 192014
0Comments

Setup Phonegap 3.4 on Windows 8 64-bit to create Android applications

  • by:
  • in:
  • tags: Android, Phonegap, Windows

This tutorial explains how to setup Phonegap 3.4 on a Windows 8 64-bit machine and use it for Android application development.

Continue Reading

PAGE 1 OF 1

  • 1
All Categories
  • Programming
  • General
  • DevOps
Tags
  • .NET (6)
  • Android (2)
  • ASP.NET 5 (1)
  • ASP.NET 6 (1)
  • asp.net core (1)
  • ASP.NET MVC (2)
  • AuctionWorx (2)
  • Build and Release (1)
  • CI (1)
  • Continuous Integration (1)
  • C-Sharp (7)
  • devops (1)
  • ExpressJS (1)
  • Linux (1)
  • Lucene (1)
  • NodeJS (1)
  • Phonegap (2)
  • Salesforce (2)
  • Socket.IO (1)
  • Umbraco 7 (1)
  • Visual Studio 2015 (1)
  • Visual Studio Online (1)
  • VMWare ESXI 6.0 (1)
  • Windows (2)

About Us

Systenics Solutions is a customized software development company. We specialize in building Cloud, Web, and Mobile based applications using the latest Cloud Technologies. Our fine-tuned agile processes help you smoothly progress from conceptualizing your ideas, building proto-types/wireframes to bringing your product to market, giving our clients complete visibility and control at all times. We strive to provide our global clients of various sizes with cost effective benefits of offshore development while providing expert technical services.


Microsoft Partner - Gold Cloud Platform

Contact Us

Systenics Solutions LLP

The Affaires, Unit #F-1, 1st Floor, Plot #9, Sector - 17, Opp. Bhumiraj Costarica, Sanpada, Navi Mumbai - 400705, India.

 

Telephone: +91-22-4825 0808

Email: info@systenics.com

Skype: saurabhn

GSTIN: 27AELFS2160N1ZJ

Testimonials

"Coming from a non-technical background, Saurabh and his team at Systenics took my business idea and turned it into a fully functional application which surpassed my expectations! You can be sure with them that all your IT related concerns will be covered."

Shobhan, CEO - IITJobs Inc

"The ability Systenics showed in code signing and deploying my click once code in Microsoft visual was truly awesome. I interviewed and tested 6 different development companies and only one was actually able to get the job done - that was Systenics Solutions! Professional, courteous and reliable - I highly recommend them and am very happy and eager to continue growing our business relationship now and in the near future. Thank you Saurabh"

Andre Pierre

I contracted with Systenics about 6 months ago, in an effort to customize auction software for a new company I am launching in the US. The entire process was as smooth as could be. Their estimate for the project was reasonable, and very close to the final number. I would absolutely use this company again, and I have so much confidence in their ability to work with me, I even agreed to a support agreement with them long term. Their ability to communicate with me in the US was always very timely. They listened to my thoughts and ideas, and then suggested some changes, that made my software have even greater value. I cannot thank them enough, and would highly suggest their quality services to anyone. A completely satisfied customer!

Joe Lefebvre - Pharmabid, LLC

Systenics did a great job on our customization , they clearly understood the requirements and completed the task in a timely manner. They were very thorough in project discussions and made sure that we understood how the customization works and suggested improvements when required

Mike Singh - Dr. Liquidator

Copyright © 2012-2024 Systenics Solutions LLP. All rights reserved.

BACK TO TOP