Unit testing .NET REST APIs with Xunit and Moq
Learn the basics of writing unit test for .NET REST APIs

Search for a command to run...
Learn the basics of writing unit test for .NET REST APIs

Introduction Automating and deploying a script to manage and clean up emails using Node.js is a great way to simplify your email management tasks. Here’s a quick introduction to help you get started: Project Setup Setup your environment To get star...

Introduction Sequelize ORM (Object-Relational Mapping) is a promise-based Node.js library that eases interaction with relational databases such as PostgreSQL, MySQL, MSSQL, and SQLite. It allows you to define models (essentially JavaScript objects) t...

For folks starting out with little knowledge of Tuples in C#

Learn how to easily filter, sort, and page your data without bothering about the complexities of writing your own library.

Learn best practice such as Configuring Swagger, API Versioning, use of DTOs, and Repository Pattern.

LINQ stands for Language Integrated Query, it is a built-in language construct that was released as a major part of the .Net Framework 3.5 in 2007. LINQ is built into the .Net infrastructure, this implies both C# and VB. NET have LINQ built into the...

According to MSDN , Extension Methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are special kinds of static method, but they are called a...

Scope are a set of rules that instruct the engine to lookup variables by its identifier. To understand scope you have got to think in terms of conversion. Types of Scope Lexical Scope Dynamic Scope Lexical scope is the most commonly used by numerou...
