اشتراک‌ها
پشتیبانی از HotReload در پروژه های از نوع Blazor در Rider

جهت رای دادن به این ویژگی اقدام فرمایید.

هچنین میتوان از راه زیر چنین ویژگی را نیز فعال کرد: (محتوای فایل LaunchSettings.json)

  "profiles": {
    "Watch": {
      "commandName": "Executable",
      "executablePath": "dotnet",
      "workingDirectory": "$(ProjectDir)",
      "hotReloadEnabled": true,
      "hotReloadProfile": "aspnetcore",
      "commandLineArgs": "watch run",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
}
پشتیبانی از HotReload در پروژه های از نوع Blazor در Rider
اشتراک‌ها
معرفی SQLFacts

SQLFacts is a comprehensive suite of 27 tools with awesome features. The toolkit includes plenty to love for everybody, with tools for SQL Server database development, database administration, and performance tuning.  

معرفی SQLFacts
اشتراک‌ها
معماری بک اند با سرویس جنریک (Super-DRY Development for ASP.NET Core)

Super-DRY Development for ASP.NET Core 

در مورد Generic CRUD Controller و Generic Repository بسیار صحبت شده است. در این مقاله در مورد Generic CRUD Service صحبت شده است که gap بین دو موضوع بالا را پر می‌کند. حتما کد را در Github مشاهده کنید. با تشکر از وحید محمدیان عزیز بابت معرفی این لینک.

معماری بک اند با سرویس جنریک (Super-DRY Development for ASP.NET Core)
اشتراک‌ها
انتشار Visual Studio 2022 Preview 2

Preview 1 was the first-ever 64-bit Visual Studio, delivering improved scalability. Starting with Preview 2, we’re focusing on delivering new capabilities on the themes of personal and team productivity, modern development, and constant innovation. 

انتشار Visual Studio 2022 Preview 2
اشتراک‌ها
سری چالش یادگیری NET.

Over 40 hours of FREE Learning inside of this awesome collection of 8 Paths and 5 additional bonus modules.

Topics include Basic C# skills, Web API development, Blazor Apps, Static Web Apps, Xamarin and Visual Studio or VS Code 

سری چالش یادگیری NET.
اشتراک‌ها
۳۰ روز با TDD

Welcome to the inaugural post in this “30 Days of TDD” series. If you’ve never done Test Driven Development or aren’t even sure what this "crazy TDD stuff” is all about than this is the series for you 

۳۰ روز با TDD
اشتراک‌ها
ASP.NET Core 3.1 Preview 3 منتشر شد

Installing Visual Studio 2019 16.4 will also install .NET Core 3.1 Preview 3, so you don’t need to separately install it. For Blazor development with .NET Core 3.1, Visual Studio 2019 16.4 is required. 

ASP.NET Core 3.1 Preview 3 منتشر شد
اشتراک‌ها
ASP.NET Core 3.1 Preview 2 منتشر شد

Here’s what’s new in this release for ASP.NET Core:

  • New component tag helper
  • Prevent default actions for events in Blazor apps
  • Stop event propagation in Blazor apps
  • Validation of nested models in Blazor forms
  • Detailed errors during Blazor app development 
ASP.NET Core 3.1 Preview 2 منتشر شد