نظرات مطالب
ارتقاء به ASP.NET Core 1.0 - قسمت 1 - NET Core. چیست؟
Error: پس از ارتقا به نسخه Net Core 1.0.1.  با خطای زیر در زمان Build مواجه شدم :

Can not find runtime target for framework '.NETCoreAPP, Version=v1.0' compatible with one of the target runtimes: 'win10-x64, win81-x64, win8-x64, win7-x64'. Possible causes:

  The project has not been restored or restore failed -run 'dotnet restore'
  The project does not list one of 'win10-x64, win81-x64, win7-x64' in the 'runtimes'

Fix: اضافه کردن موارد زیر در project.json :

"runtimes": {
    "win10-x64": {},
    "win81-x64": {},
    "win8-x64": {}
  }
اشتراک‌ها
معرفی XAML Islands v1

XAML Islands enable .NET and native Win32 applications to host UWP XAML controls. You can enhance the experience and functionality of your existing desktop applications with the latest UI innovations previously only available for UWP apps.  

معرفی XAML Islands v1
اشتراک‌ها
#C یا زبانهای دیگر !

C# has been quietly taking the throne while other languages were busy tying their shoelaces. Let’s dive into why your next language of choice should probably be C#. 

#C یا زبانهای دیگر !
اشتراک‌ها
بررسی تازه‌های Angular CLI 8.2

You can add this check to your existing budgets by adding the following configuration into angular.json:

"budgets": [
  {
    "type": "anyComponentStyle",
    "maximumWarning": "6kb",
    "maximumError": "10kb"
  }
بررسی تازه‌های Angular CLI 8.2
اشتراک‌ها
تبدیل کدهای JavaScript به فلوچارت
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
 
تبدیل کدهای JavaScript به فلوچارت
اشتراک‌ها
کتابخانه vectorcam
A website for taking pictures and converting them into vector files - designed for use on smartphones. Quickly vectorize your sketches and designs!  Demo
کتابخانه vectorcam