اشتراک‌ها
NET Core 3. و پشتیبانی از Windows Desktop Applications

At Microsoft Build Live today, we are sharing a first look at our plans for .NET Core 3. The highlight of .NET Core 3 is support for Windows desktop applications, specifically Windows Forms, Windows Presentation Framework (WPF), and UWP XAML. You will be able to run new and existing Windows desktop applications on .NET Core and enjoy all the benefits that .NET Core has to offer. 

NET Core 3. و پشتیبانی از Windows Desktop Applications
اشتراک‌ها
نسخه‌های قدیمی Git for Windows دیگر امکان اتصال به GitHub را ندارند

تمام نگارش‌های پیش از 2.16.0 برنامه Git for Windows به علت استفاده‌ی از الگوریتم‌های رمزنگاری ضعیف و منسوخ شده، دیگر امکان اتصال به GitHub را ندارد. برای رفع این مشکل تنها کافی است آخرین نسخه‌ی آن‌را دریافت و نصب کنید.

نسخه‌های قدیمی Git for Windows دیگر امکان اتصال به GitHub را ندارند
اشتراک‌ها
سی‌شارپ: تغییر وضعیت ویندوز سرویس با استفاده از کد نویسی

سرویس‌های ویندوز، یک نوع Windows Service می‌باشند که در فضاء جداگانه‌ای و به هنگام بارگزاری ویندوز در صورت فعال بودن سرویس اجرا می‌شوند. ممکن است در کنار نرم‌افزار، از ویندوز سرویس به عنوان ابزار کمکی به منظور آپدیت نرم‌افزار، اجرا دستوراتی در زمان‌های خاص و یا ... استفاده نماید... 

سی‌شارپ: تغییر وضعیت ویندوز سرویس با استفاده از کد نویسی
اشتراک‌ها
اجرای اپلیکیشن های ASP.NET Core بر روی Windows Subsystem for Linux

Windows 10 has something called Windows Subsystem for Linux and this something enables us to run Linux applications on Windows 10 using Linux without need for Hyper-V or other virtual machines. When building multi-platform applications like my open-source TemperatureStation solution then having Linux right there for testing comes very handy. This blog post shows how to get Linux running on Windows, how to install .NET Core and how to run web applications on Linux. 

اجرای اپلیکیشن های ASP.NET Core بر روی Windows Subsystem for Linux