Tag: Microsoft
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
Getting Started with Entity Framework Core and How to Configure DbContext class in Asp.Net Core
What is Entity Framework Core: If we want to interact with a database in an aspnet MVC core application, there may be several providers for it, such as
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
Things You Need To Know About Authorization
Authorization is the process of defining access rights/privileges to resources, which is connected to information security in general and computer security in
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
Linguistics for Azure Storage Services
Introduction The storage accounts give a unique namespace for your storage data that is accessible from anywhere in the globe via http or https Data in your
What’s new in Visual Studio 2022
Visual Studio is one the most popular IDE (Integration Development Environment) where you can code, debug, compile and deploy your NET applications It has more
Azure-Backup On-Premises using MARS agent
Azure Backup provides automatic storage management with unconstrained scalability and recovery Azure Backup also provides application-consistent backups,
Pattern Matching In C#
Pattern matching is one of the coolest things that was introduced in C# 70 It evolved in a smarter way and in C# 90 it became more powerful We already write