مسیرراه‌ها
WPF
          نظرات نظرسنجی‌ها
          آخرین باری که یک کتاب فارسی را در زمینه‌ی دات نت خریدید، کی بوده؟
          با سلام خدمت همه دوستان
          بنده هم با معرفی یکی از دوستانم کتاب آقای بهروز راد ASP.NET MVC4 انتشارات پندارپارس را خریداری کردم.
          البته کتاب sharepoint 2010 همین انتشارات را نیز قبلا خریداری کرده بودم.
          بسیار کتاب خوبی بود و هست. میشه به کسانی که میخواهند MVC را بصورت علمی یاد بگیرند توصیه کرد.
          اما انتقادهایی هم میتوان به این کتاب داشت که از جناب بهروز راد بعنوان یک همکار بسیار سپاسگذاریم که توانسته کتابی در این حد تهیه و ارائه نماید.
          عموما از کتابهای فارسی استفاده نمیکنم و رفرنسهای خارجی را بیشتر میپسندم اما اگر کتابی در حد و اندازه‌های کتاب مذکور آقای بهروز راد ارائه شود حتما خریداری و در آرشیو کتابخانه برنامه نویسی خودم قرار میدهم.
          امیدوارم هر کجای این کره زیبای خاکی باشند موفق و پیروز باشند در ضمن از آقای نصیری نیز بابت همه کارهای شایانی که همچنان ادامه دارد و ما نیز حمایتش خواهیم نمود کمال تشکر و سپاس را دارم.
          به امید روزهای پر از موفقیت و پیروزی بیش از پیش در زمینه علوم کامپیوتر ، تولید نرم افزار و برنامه نویسی.
          اشتراک‌ها
          نوشتن متد های با معنی و خوانا در #C - نام گذاری های با معنی

          We developers spend lot of our time reading code. We read code so that we know how to change it to implement a new feature, fix a bug, etc. It is much better to work in a code base where code is easy to read and understand.

          One thing that can make code readable is good naming. Giving variables, classes, and methods good names makes code easier to read. 

          نوشتن متد های  با معنی و خوانا در #C - نام گذاری های با معنی
          اشتراک‌ها
          JSON.NET نسخه 7 منتشر شد
          The JSON serializer in Json.NET is a good choice when the JSON you are reading or writing maps closely to a .NET class.LINQ to JSON is good for situations where you are only interested in getting values from JSON, you don't have a class to serialize or deserialize to, or the JSON is radically different from your class and you need to manually read and write from your objects. 
          JSON.NET نسخه 7 منتشر شد
          اشتراک‌ها
          جلسه پرسش و پاسخ در مورد آینده‌ی ASP.NET Core و Blazor

          ASP.NET Core and Blazor futures Q&A | DIS201H

          #MSBuild

          Join us for a discussion on the future of web development with the ASP.NET Core team. Get the team's perspective first-hand on the roadmap for ASP.NET Core and Blazor in .NET 8 and get all of your burning questions answered. We discuss Blazor, Native AOT, cloud native development, and anything else that you want to ask us about. 

          جلسه پرسش و پاسخ در مورد آینده‌ی ASP.NET Core و Blazor
          اشتراک‌ها
          وضعیت WebAssembly در 2021 و 2022

          2021 was no exception and the following are some of the new areas where you’ll now find WebAssembly

          وضعیت WebAssembly در 2021 و 2022
          اشتراک‌ها
          غروب log4net

          As of April 1, 2020 Log4Net is a dormant project of Apache Logging Services. The dormant status means the project has been classified as inactive since it has had no recent development activity and there are no active volunteers to perform code reviews, commit code, or perform releases. Although it is possible volunteers might choose to participate in the future, it is best to assume there will be not future development or releases. 

          https://github.com/apache/logging-log4net 

          غروب log4net
          اشتراک‌ها
          مایکروسافت به توافقی 7.5 میلیارد دلاری با گیت هاب دست یافتند

          REDMOND, Wash. —June 4, 2018—Microsoft Corp. on Monday announced it has reached an agreement to acquire GitHub, the world’s leading softwareh development platform where more than 28 million developers learn, share and collaborate to create the future. Together, the two companies will empower developers to achieve more at every stage of the development lifecycle, accelerate enterprise use of GitHub, and bring Microsoft’s developer tools and services to new audiences. 

          مایکروسافت به توافقی 7.5 میلیارد دلاری با گیت هاب دست یافتند
          اشتراک‌ها
          ویژوال استودیو را هک کنید!

          Visual Studio, like any Integrated Development Environment, can host extensions for more specialist languages or development tasks. This sort of work is reasonably straightforward most of the time but occasionally you need functionality that isn't available in the APIs. Michal takes two examples, printing code in an editing window, and gaining access to the Visual Studio Notifications, and explains how to hack Visual Studio to get to the functionality.

           
          ویژوال استودیو را هک کنید!
          اشتراک‌ها
          13 ویژگی برتر ASP.NET Core که لازم است بدانید

          ASP.NET is one of the most successful web application development frameworks by Microsoft. With every update, new and extended features are added that help developers deploy highly scalable and high-performance web applications.

          When coupled with application monitoring and other performance tools, such as a profiler, ASP.NET becomes a powerful solution for building incredible apps.

          Within the framework itself, there are myriad features to help you overcome common development challenges, do more with your apps, and boost performance. 

          13 ویژگی برتر ASP.NET Core که لازم است بدانید