Category: TechMeet360
Asynchronous Programming and Tasks in C Sharp
Asynchronous programming is a form of concurrent programming that enables the execution of several tasks at once It enables you to carry out multiple jobs at
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
Azure SQL database – A Walkthrough
Introduction: Azure SQL Database is a completely controlled platform as a service (PaaS) database engine that can control most of the database management
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
Acquire ADO.Net (ActiveX Object .Net) by building Crud operation in Asp.Net Core
Whenever we create web, windows or Console Application in Net core framework may be we come across the situation we want store the data permanently for that
Getting Started with Azure Devops
What is Azure Devops It is, as the name suggests, a devops platform Because it was expanded from already-existing tools and services, even though it served
Using Refresh Token in Asp.Net Core Web API Project
A refresh token is a special token that lets the user to refresh the access token without asking the user to login again A refresh token will be generated with
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
SDLC Models Versus Devops – Why we choose Devops
Introduction: The phrase Software Development Lifecycle (SDLC) refers to the multi-step process that begins with source code and progresses through software
Global Information Tracker (Git) – Workflow and Terminologies
Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and