GT Core – Case Studies

GT Core – Case Studies

Case studies – addressing project issues & showcasing the latest technological updates.

Working with Kubernetes Objects

Contents Replication Controller Replication Controller Example Replication.yaml: apiVersion: v1 kind: ReplicationController metadata: name: nginx-rc spec: replicas: 3 selector: app: nginx-app template: metadata: name: nginx-pod labels: ...
Read More →

PHP – Microservices Architecture with PHP and Symfony 5

Problem:A monolithic PHP application is becoming difficult to scale and maintain as the business grows. Development teams are finding it challenging to introduce new features ...
Read More →

PHP – Performance Optimization with PHP8

Problem:A large-scale e-commerce platform built with PHP 7 is facing performance issues, especially during peak traffic times. Page load times are slow, leading to a ...
Read More →

Blazor – Quick grid (EF, Services & Repository)

This article will demonstrate how to display data in a table-like grid style with quick grid. Let’s build a new web application and select the ...
Read More →

ASP.NET CORE – DataTable (sorting, filter, paging)

This article will demonstrate how to display data in a table-like grid style with DataTable. Let’s build a new web application and select the template ...
Read More →

ASP.NET CORE Table (sorting, filter, paging) without third party package

This article will demonstrate how to display data in a table-like grid style without the use of external tools or packages, and how to apply ...
Read More →

Asp.net core show data in grid using third party tool

There are several third-party grid libraries available for use with ASP.NET Core, each offering different features, customization options, and performance characteristics. Syncfusion Grid for ASP.NET ...
Read More →

Kubernetes Pods and Kubectl Commands

Working with Pods and Kubectl Commands Contents Working with Kubernetes Pods A Kubernetes Pod is a group of one or more containers, tied together for ...
Read More →

Kubernetes – Kubernetes Installation Guide

Introduction Deploying applications to Kubernetes can be done efficiently using local machine solutions, enabling developers to configure and run Kubernetes clusters in their local environments. ...
Read More →

Kubernetes – Introduction to Kubernetes Orchestration

Why Orchestration? Containerization has revolutionized deployment management for developers, offering unparalleled flexibility. However, as applications become more granular, managing their deployment becomes increasingly complex. Tasks ...
Read More →

Advantages of upgrading the framework in .NET ?

Performance ImprovementsSecurity EnhancementsFeature UpdatesCompatibility with Latest TechnologiesBug Fixes and StabilityCompatibility with New Operating SystemsCloud CompatibilityMobile Development ImprovementsLanguage EnhancementsEntity Framework ImprovementsCross-Platform DevelopmentTooling and Integration Remember to ...
Read More →

How to deploy the Blazor application into IIS?

First enable the IIS from windows features Click here By default, Blazor application does not contains the web.config. When we publish the application in release ...
Read More →

How to upgrade the .NET framework?

We can easily upgrade the framework of our application to latest versions. Please install the visual studio extension .NET Upgrade Assistant Open the visual studio ...
Read More →

Blazor application simple input controls events in .Net 8

The Blazor sample web client application created in Dotnet 8 is used to demonstrate input control events. Onclick and OnChange events for buttons, text boxes, ...
Read More →

What is GitHub Copilot?

GitHub Copilot is an AI pair programmer. We can use GitHub Copilot to get suggestions for whole lines or entire functions right inside editor and ...
Read More →

How can GitHub Copilot be utilized in Visual Studio?

GitHub Copilot is a powerful AI developer tool that excels at fixing bugs, optimizing code, writing test cases, and generating analysis documentation. It comes in ...
Read More →

Visual Studio Keyboard Shortcuts

As developers, we always look for ways to work faster and more efficiently. One great way to do this is by learning keyboard shortcuts in ...
Read More →

Blazor – Why to choose Blazor?

This article will demonstrate why we need Blazor in .NET Choosing Blazor for web development offers several advantages, making it a compelling option for certain ...
Read More →

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *