Back to Posts
Category
LINQ
- LINQ
- Categories
-
Oct 17, 2018
Creating simple OWIN pipeline with Nancy
Intro OWIN (Open Web Interface for .NET) is a standard for an interface between .NET Web applications and Web servers. Nancy is lightweight framework for building HTTP based services on...
Read More -
Mar 17, 2018
LINQ Queries - 1
Intro LINQ is query language for C# and VB introduced in .NET 3.5 and VS 2008. LINQ simplifies querying by offering one unified language to query different types of data...
Read More