نظرات مطالب
ارتقاء به ASP.NET Core 2.0 - معرفی بسته‌ی Microsoft.AspNetCore.All
بعد از ارتقاء به ASP.Net Core 2.0 در برنامه‌های موجود از قبل با نسخه ASP.Net Core 1.1 با مشکل روبرو شدم 
 Error Duplicate 'Content' items were included


که با تغییر فایل cproj و افزودن <EnableDefaultContentItems>false</EnableDefaultContentItems> مشکل برطرف شد


 دلیل این پیغام چیست ؟
اشتراک‌ها
بررسی تغییرات ASP.NET Core در NET 8 RC 2.

.NET 8 Release Candidate 2 (RC2) is now available and includes many great new improvements to ASP.NET Core!

This is the last release candidate that we plan to share before the final .NET 8 release later this year. Most of the planned features and changes for .NET 8 are part of this release candidate and are ready for you to try out. You can find the full list of what’s new in ASP.NET Core in .NET 8 in the docs. 

بررسی تغییرات ASP.NET Core در NET 8 RC 2.
نظرات اشتراک‌ها
ارتقا به dotnet core 2
تغییرات مربوط به اضافه کردن تظیمات  Authentication  در پروژه dotnet core 2 نیز به مقاله اضافه شد.
اشتراک‌ها
1.Visual Studio 2017 15.7 منتشر شد

These are the customer-reported issues addressed in 15.7.1:

  • This release includes a fix that reduces memory usage and GC pressure during solution load.

Microsoft Security Advisory for .NET Core Denial Of Service Vulnerability

CVE-2018-0765

Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core and .NET native version 2.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

Microsoft is aware of a denial of service vulnerability that exists when .NET Framework and .NET Core improperly process XML documents. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Framework, .NET Core, or .NET native application.

The update addresses the vulnerability by correcting how .NET Framework, .NET Core, and .NET native applications handle XML document processing.

If your application is an ASP.NET Core application, developers are also advised to update to ASP.NET Core 2.0.8. 

1.Visual Studio 2017 15.7 منتشر شد
اشتراک‌ها
دوره کار با Angular 16 توسط Web API و Entity Framework Core

Angular 16 CRUD with .NET 7 Web API using Entity Framework Core - Full Course

📑 Contents:
00:00:00 Video Introduction
00:00:40 Angular and ASP.NET Core Udemy Course Demo
00:03:07 Prerequisites
00:03:37 Setting Up Development Environment
00:15:37 Create ASP.NET Core Web API
00:20:07 Understanding Files and Folder Structure
00:25:37 Understanding REST and HTTP Verbs
00:30:10 Create .NET 6 Web API
00:32:41 Our Project and Domain Models
00:41:16 Installing Nuget Packages For Entity Framework Core
00:43:06 DbContext
00:59:26 Running EF Core Migrations
01:03:26 Create Controllers and Actions
01:23:46 Repository Pattern
01:36:46 Create New Angular Application using Angular CLI
01:50:09 Angular Components
02:13:29 CRUD in Angular and ASP.NET Core Web APIs
02:17:21 Angular Forms
02:26:59 Angular Services
02:38:09 CORS
02:42:09 Unsubscribing
 

دوره کار با Angular 16 توسط Web API و Entity Framework Core
اشتراک‌ها
توسعه ASP.NET Core Web Api CRUD در دات نت 7

.NET 7 💥 - ASP.NET Core Web Api CRUD, Repository Pattern, SQLite & Automapper
In this video we will be going to be create a full .NET WebApi  with Automapper, SQLite and utilising the Repository Pattern
 

توسعه ASP.NET Core Web Api CRUD در دات نت 7
اشتراک‌ها
Micro Frontends در عمل با ASP.NET Core - مسیریابی سمت سرور از طریق YARP در برنامه های کانتینر Azure

اخیراً در حال خواندن Micro Frontends in Action بوده‌ام و در حین انجام آن تصمیم گرفتم که نمونه‌ها را در ASP.NET Core پیاده‌سازی کنم و آنها را در Azure میزبانی کنم. سپس به این فکر افتادم که شاید بتوانم از این به عنوان فرصتی برای بازی با برخی فناوری‌هایی که هنوز فرصت بازی با آنها را نداشتم، مانند YARP یا Azure Container Apps استفاده کنم. وقتی این کار را انجام دادم، فکر بعدی این بود که شاید باید مقداری از این را بنویسم و شاید کسی آن را مفید بداند. 

Micro Frontends در عمل با ASP.NET Core - مسیریابی سمت سرور از طریق YARP در برنامه های کانتینر Azure
اشتراک‌ها
معماری رویداد-محور مایکروسرویس ها در ASP.NET Core

In this guide, you will create two C# ASP.NET Core Microservices. Both microservices have their own bounded context and domain model. Each microservice has its own database and REST API. One microservice publishes integration events, that the other microservice consumes. 

معماری رویداد-محور مایکروسرویس ها در ASP.NET Core