Tag: .NET Framework
An Overview of the Repository Design Pattern
Why use design patterns Earlier, software developers don’t follow any standard pattern for accessing the database during
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
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
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
Deep dive into .NET Standard
Most of us are familiar with NET Framework, NET Core and NET Standard applications NET Framework is an NET implementation that supports websites, services