Blogs

27 Mar 2024
0 Comments

Systenics Website Relaunch

by: Saurabh Nandu in: General tags:website,

Our older website was starting to show age and unable to keep pace with styles. We had several internal discussions regarding a re-design but usually ended up shelving the plan since we were unable to identify and justify the reason for re-design if the outcome would just be a better design. At times we thought of just purchasing a template and updating the content and finish the process.

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

Latest Posts

13 Jul 2024
0 Comments

Steps to Make an ASP.NET Core 8 Web App Production Ready

by: Saurabh Nandu in: Programming tags: ASP.NET Core,

In this blog post, we'll explore the essential steps to take your ASP.NET Core 8 web app from development to a production-ready state.

Continue reading
29 Mar 2024
0 Comments

Publishing Umbraco 13 to Production

by: Saurabh Nandu in: Programming tags: Umbraco,

This blog post focuses on steps to be taken to publish Umbraco 13 in a Production environment.

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
17 Jul 2015
0 Comments

Understanding Visual Studio 2015 ASP.NET Web Project Changes

by: Saurabh Nandu in: Programming tags: ASP.NET MVC, Visual Studio,

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
31 Mar 2014
0 Comments

Use jQuery Lazy Load with Knockout binding

by: Ruchita Kansara in: Programming tags: C#, ASP.NET MVC,

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

Continue reading