تغییرات System.IO در NET Core 2.1.
301, MovedPermanently
https://blogs.msdn.microsoft.com/jeremykuhne/2018/03/08/system-io-in-net-core-2-1-sneek-peek/ icon
namespace System.IO
{
    public static class Path
    {
        public static ReadOnlySpan<char> GetExtension(ReadOnlySpan<char> path);
        public static ReadOnlySpan<char> GetFileName(ReadOnlySpan<char> path);
شروع به تکمیل API جهت استفاده‌ی از Spanها
تغییرات System.IO در NET Core 2.1.
BenchmarkDotNet v0.10.13 منتشر شد
301, MovedPermanently
http://aakinshin.net/blog/post/bdn-v0_10_13/ icon

BenchmarkDotNet v0.10.13 has been released! This release includes:

  • Mono Support for DisassemblyDiagnoser: Now you can easily get an assembly listing not only on .NET Framework/.NET Core, but also on Mono. It works on Linux, macOS, and Windows (Windows requires installed cygwin with obj and as). (See #541)
  • Support ANY CoreFX and CoreCLR builds: BenchmarkDotNet allows the users to run their benchmarks against ANY CoreCLR and CoreFX builds. You can compare your local build vs MyGet feed or Debug vs Release or one version vs another. (See #651)
  • C# 7.2 support (See #643)
  • .NET 4.7.1 support (See 28aa94)
  • Support Visual Basic project files (.vbroj) targeting .NET Core (See #626)
  • DisassemblyDiagnoser now supports generic types (See #640)
  • Now it's possible to benchmark both Mono and .NET Core from the same app (See #653)
  • Many bug fixes (See details below) 
BenchmarkDotNet v0.10.13 منتشر شد
یک خلاصه سریع از امکانات جدیدی که در ASP.NET Core 2.1 وجود دارند
301, MovedPermanently
http://www.talkingdotnet.com/quick-summary-whats-new-asp-net-core-2-1/ icon

Quick summary of what’s new in ASP.NET Core 2.1
 Now it’s time to look into things in more detail and with a little explanation to understand things better. Therefore, in this post, find a short and quick summary of what’s new in ASP.NET Core 2.1.

یک خلاصه سریع از امکانات جدیدی که در ASP.NET Core 2.1 وجود دارند
Reflector 10 منتشر شد
200, OK
https://forum.red-gate.com/discussion/82871/reflector-10-has-been-released icon

What's new in this release?

  • Full C#7.0 support
  • .NET Core support

For more information, please see the release notes.

Upgrading to .NET Reflector 10
.NET Reflector 10 is a major upgrade from .NET Reflector 9. If your current license includes a valid support and upgrades package for .NET Reflector 10, the same license serial number will automatically activate .NET Reflector 10.

If your v9.x license does not include support and upgrades, Reflector will upgrade to a 14-day trial of v10.0. 

Reflector 10 منتشر شد
نرم افزارهای selfContained در net core.
301, MovedPermanently
https://www.hanselman.com/blog/SelfcontainedNETCoreApplications.aspx icon

There's two ways to deploy a .NET Core application. There's FDD and SCD. Since TLAs (three letter acronyms) are stupid, that's Framework-dependent and Self-contained. When .NET Core is installed it ends up in C:\program files\dotnet on Windows, for example. In the "Shared" folder there's a bunch of .NET stuff that is, well, shared. There may be multiple folders, as you can see in my folder below. You can have many and multiple installs of .NET Core.  

نرم افزارهای selfContained در net core.