اشتراک‌ها
Rider 2019.2 منتشر شد
  • Enhanced C# support: enjoy better C# 8.0 support, and apply the Convert concatenation to interpolation context action in scope. 
Rider 2019.2 منتشر شد
اشتراک‌ها
کتاب C# Smorgasbord

C# Smorgasbord covers a vast variety of different technologies, patterns and best practices that any C# developer should master.

کتاب C# Smorgasbord
اشتراک‌ها
انتشار ویرایش سوم کتاب C# in Depth
ویرایش سوم کتابب C# in Depth اثری از Jon Skeet  که بعید می‌دونم کسی با آن آشنا نباشد.
برای NET 4.5. و C# 5 بازنگری شده است.
این کتاب به تازه کاران توصیه نمی‌شود.
انتشار ویرایش سوم کتاب C# in Depth
نظرات مطالب
ساخت یک گزارش ساز به کمک iTextSharp و Open Office
معمولا درون پوشه bin\debug یا bin\release تشکیل می‌شود.
اما جهت اطمینان می‌تونید مسیر دهی کامل کنید:
string fileNameExisting = @"c:\Test.pdf";
string fileNameNew = @"c:\newform.pdf";

اشتراک‌ها
لیستی از C# Source Generators

C# Source Generators

A list of C# Source Generators (not necessarily awesome), because I haven't found a good list yet.

C# Source Generators is a Roslyn compiler feature introduced in C#9/.NET 5. It lets C# developers inspect user code and generate new C# source files that can be added to a compilation. 

لیستی از C# Source Generators