Jul 26

Stint360 – A comprehensive task management system

Stint360 is a task management system with a frontend built using Angular and a backend powered by ASP NET Web API The system caters to three distinct roles:

By sathasivam thirumoorthi

Dec 31

LINQ – Extension Methods in Csharp and LINQ Operators

Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type we may

By Syed Haroon

Dec 5

LINQ – Various components needed to create a Language Integrated Query

LINQ is an acronym that stands for "Language Integrated Query" and is pronounced "LINK” Many years ago, when C# was still a young language, the language

By Syed Haroon

Aug 10

Authentication in ASP.NET Core Web API

Authentication is the act of providing assertion, such as the identity of a computer system user  In simpler terms, authentication is the process of

By Methran

Jul 26

Devops and How does it perform and practices- Walkthrough

The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure

By Syed Haroon
clean-code-c#

Oct 23

The art of writing clean code in C#

When I came across the term clean code, I thought its something that only 10x Engineers or Senior developers can do We often tend to approach a solution that

By Hariharan subramanian
benchmark-dotnet

Aug 13

Identifying performance issues in C# code using Benchmark DotNet

It's the 21st century We build and ship applications faster than the gravitational speed of earth Software development has been experiencing disruptive

By Hariharan subramanian

Nov 12

Getting started with API documentation in ASP.NET Core

API or application program interfaces plays a vital role for business in all industries Documentation is a technical content which contains instructions about

By Pandiyan Murugan

Nov 8

Getting started with HTTP REPL in ASP.NET Core

On September 2018, NET Core 22 preview 2 has been released ASPNET Core team keeping the Web API improvements as a major theme for this release Currently,

By Pandiyan Murugan