تغییرات مهندسی NET Core.
302, Found
https://github.com/dotnet/corefx/issues/15135 icon

CoreFx یا هسته‌ی NET Core.، متشکل است از صدها بسته‌ی نیوگت. در نگارش بعدی (نگارش 2) تنها یک  Microsoft.NETCore.App وجود خواهد داشت تا دیگر توسعه دهنده‌ها نیازی به ذکر تک تک بسته‌های مورد نیاز هسته را نداشته باشند. این تغییر به معنای بالا رفتن حجم برنامه‌های نهایی نیست و کار تهیه و توزیع برنامه‌های متکی به خود همانند قبل است. هدف صرفا ساده کردن مدیریت پروژه و کم کردن بسته‌های نیوگت هسته است.

تغییرات مهندسی NET Core.
کار با فایل‌های اکسل در برنامه‌های ASP.NET Core توسط کتابخانه‌ی EPPlus.Core
301, MovedPermanently
http://www.talkingdotnet.com/import-export-xlsx-asp-net-core icon

This post shows how to import and export .xls or .xlsx (Excel files) in ASP.NET Core. And when thinking about dealing with excel with .NET, we always look for third-party libraries or component. And one of the most popular .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx) is EPPlus. However, at the time of writing this post, this library is not updated to support .NET Core. But there exists an unofficial version of this library EPPlus.Core which can do the job of import and export xlsx in ASP.NET Core. This works on Windows, Linux and Mac. 

کار با فایل‌های اکسل در برنامه‌های ASP.NET Core توسط کتابخانه‌ی EPPlus.Core