Tag: dotnet
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:
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
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
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
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
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
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
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
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,