اشتراک‌ها
Frozen collections در NET 8.0.
List<int> normalList = new List<int> { 1, 2, 3 };
ReadOnlyCollection<int> readonlyList = normalList.AsReadOnly();
FrozenSet<int> frozenSet = normalList.ToFrozenSet();
ImmutableList<int> immutableList = normalList.ToImmutableList();

normalList.Add(4);

Console.WriteLine($"List count: {normalList.Count}");
Console.WriteLine($"ReadOnlyList count: {readonlyList.Count}");
Console.WriteLine($"FrozenSet count: {frozenSet.Count}");
Console.WriteLine($"ImmutableList count: {immutableList.Count}");


Frozen collections در NET 8.0.
اشتراک‌ها
افزونه نمایش فرمت Json در گوگل کروم

Makes JSON easy to read. Open source.

FEATURES

 •   JSON & JSONP support

 •   Syntax highlighting

 •   Collapsible trees, with indent guides

 •   Clickable URLs

 •   Toggle between raw and parsed JSON

 •   Works on any valid JSON page – URL doesn't matter

 •   Works on local files too (if you enable this in chrome://extensions)

 •   You can inspect the JSON by typing "json" in the console 

افزونه نمایش فرمت Json در گوگل کروم
اشتراک‌ها
لیست جلسات کنفرانس NET Fringe 2015.

".NET Fringe is a new conference focused on .NET developers who are breaking the rules and pushing the boundaries. The .NET platform is more interesting today than it ever has been! The old Microsoft that was at odds with Open Source has been replaced with on

لیست جلسات کنفرانس NET Fringe 2015.