اشتراک‌ها
چه موقع باید از Angular یک یا دو استفاده کرد؟

Angular 2 is getting a lot of hype and attention, but the reality is that it is still in alpha and changes quite rapidly. It is not intended at all to be used in production yet. So, really, you can’t and shouldn’t start your company’s next big project using it. 

چه موقع باید از Angular یک یا دو استفاده کرد؟
اشتراک‌ها
ASP.NET Core 2.0 منتشر شد

The ASP.NET team is proud to announce general availability of ASP.NET Core 2.0.  This release features compatibility with .NET Core 2.0, tooling support in Visual Studio 2017 version 15.3, and the new Razor Pages user-interface design paradigm.  For a full list of updates, you can read the release notes.  The latest SDK and tools can be downloaded from https://dot.net/core. Read the .NET Core 2.0 release announcement for more information and watch the launch video on Channel 9.

 
ASP.NET Core 2.0 منتشر شد
اشتراک‌ها
فروشگاه ساز Angular

یک فروشگاه ساز ساده که با Angular 4.2 پیاده سازی شده است.

:Features 

Add/Remove products to cart

Select/Clear filters based on category

Support for product variants

Cart checkout feature

Cash on delivery option

Authentication (Login/Signup) 

فروشگاه ساز Angular
نظرات مطالب
ارتقاء به ASP.NET Core 1.0 - قسمت 8 - فعال سازی ASP.NET MVC
ممنون. پروژه 3.1 از نوع dotnet new angular ایجاد کردم. یک کنترلر دارد به این صورت :
public class WeatherForecastController : ControllerBase
کلاس ControllerBase  چیست؟ با VSCode توضیحش اینه : A base class for an MVC controller without view support
میشه گفت این هم POCO Controller است؟