top of page
Search


Checking Orleans with the PVS-Studio analyzer
Introduction Orleans is a cross-platform framework for creating scalable cloud applications. This software is developed by Microsoft, and...

The Tech Platform
Jul 11, 2022


CI / CD with GitHub in .NET
GitHub uses GitHub Actions to launch CI / CD, the documentation for which can be found here and read in full. Here’s an example of how to...

The Tech Platform
Jul 11, 2022


UI Design: Mistakes and Guidelines
User interface (UI) design is about building interfaces with a focus on styling and interactivity. The UI designer’s goal is to create an...

The Tech Platform
Jul 8, 2022


What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...

The Tech Platform
Jul 7, 2022


Configure Multiple DBs with Repository pattern in .Net Core
To configure mongoDB, we need to install mongoDB driver for C#, this we can install via NuGet package manager. After installation we need...

The Tech Platform
Jul 7, 2022


Azure Data Studio vs SQL Server Management Studio (SSMS): Which one to choose?
In the dynamic landscape of database management, professionals often face a choice between different tools, each catering to specific...

The Tech Platform
Jul 5, 2022


How to Migrate Old ASP.NET Applications to .NET Core?
.NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft....

The Tech Platform
Jul 4, 2022


Improving request logs in Azure Log Analytics for .NET APIs.
Log Analytics is a tool in the Azure portal where you can query, analyze and visualize data in Azure Monitor logs. Using the Application...

The Tech Platform
Jul 4, 2022


Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...

The Tech Platform
Jul 4, 2022


Top 10 JavaScript Array Functions
JavaScript array is an object that represents a collection of similar type of elements. There are 3 ways to construct array in JavaScript...

The Tech Platform
Jun 30, 2022
bottom of page