عرض المشاركات من مايو, ٢٠٢١
Serialize POCO to JSON Customize property names output How to Deserialize JSON to POCO How to print Indented JSON Camel case for all JSON property names Use a custom JSON property naming policy Step1 Step2 Outp…
Using C# Expression Trees in the Real World In this article, I will discuss ExpressionTree. Expression tree is a compelling feature of the C#. It allows us to Generate code at runtime Rewrite code at runtime Translate code …
As per the Microsoft Language Integrated Query is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, originally released as a major part of .NET Framework 3.5 in 2007. LINQ pr…
This is the continuation of [Part1] . If you did not read it, please go to the first link and then come here. In the first article, I explain the problem of how to avoid service registration. To solve the issue, we will use an …