اشتراک‌ها
بررسی تغییرات Entity Framework Core 2.1 Preview 2

the major features we have planned for the 2.1 release: GroupBy translation, lazy loading, parameters in entity constructors, value conversion, query types, data seeding, System.Transactions support, among others. 

بررسی تغییرات Entity Framework Core 2.1 Preview 2
اشتراک‌ها
مصاحبه‌ای با Bjarne Stroustrup در مورد C++14

We can have separators in numeric literals; the single quote is the separator

uint16_t x = 0xDEAD’BEEF; // hexadecimal DEADBEEF
int price = 1’200’500; // decimal 1200500
auto pattern = 0b1110’1101’1011’0111; // binary 1110110110110111
مصاحبه‌ای با Bjarne Stroustrup در مورد C++14
اشتراک‌ها
بحثی در مورد آینده‌ی #C از Mads Torgersen

What’s Next in C#? - Mads Torgersen - Copenhagen DevFest 2023
NDC Conferences
Join Mads on a tour of upcoming language features in C#. While still very much in the works, C# 12 is starting to take shape. We touch on some of the ways, big and small, that C# is striving to make your life easier in the coming years. 

بحثی در مورد آینده‌ی #C از Mads Torgersen
اشتراک‌ها
Uno Platform و انتقال Windows Calculator به Linux

We’ve ported the open-source Windows Calculator to yet another platform: Linux! With all the rumors of a Microsoft browser – Edge – coming to Linux soon, we thought it would be good to show that the open source community can be effective in bringing a piece of Windows to Linux. 

Uno Platform و انتقال Windows Calculator به Linux
اشتراک‌ها
npm v5.0.0 منتشر شد

npm@5 takes npm a pretty big step forward, significantly improving its performance in almost all common situations, fixing a bunch of old errors due to the architecture, and just generally making it more robust and fault-tolerant.  

npm v5.0.0 منتشر شد