C#
-
advice
Senior Dev Reveals 20+ .NET Secrets for Better Code
Table Of Content Master the Fundamentals Follow Clean Code Principles Understand Dependency Injection – IMPORTANT! Use Asynchronous Programming Wisely Log…
Read More » -
tech
.NET Framework Versions and Key Features
.NET Framework 1.0 (2002) CLR (Common Language Runtime): Memory management, type safety, exception handling. Base Class Library (BCL): Basic APIs…
Read More » -
C#
Converting JSON to XML and XML to JSON in C#
Converting Between JSON and XML in C#: A Deep Dive XML and JSON are two of the most widely used…
Read More » -
Identity Cache In LINQ To SQL
What is Identity Cache? DataContext object uses identity cache to manage objects. In this example, we are retrieving two students…
Read More »