摘要:
Learning Note About the useage of ABP 1. useage of EF code first. firstly, follow these steps to complete a db and model sync: and then , last publish 阅读全文
摘要:
Setup environment for Sass 1. refer to the link "here" , First, download the "Ruby" . 2. we don't need step1, For angular/cli follow these "steps" : a 阅读全文
摘要:
Tips About Css usage of calc() + for the content in calc , especially for operator + , we need to keep space before or after them. otherwise, they wil 阅读全文
摘要:
Steps to avoid CORS in Dev environment. 1. CORS and PreFlight. "MDN" 2. In Dev environment, we can follow these steps to avoid this. 2.1 we can instal 阅读全文
摘要:
Steps to use Router Module in Angular 1. create a Route module to hold the route info. we can name it as . Then we need to import these depended modul 阅读全文
摘要:
Some Notes About ABP webApi Why API Not Founded, Some reasons: 1. Check if the Interface is public attribute, And if it is inhereited from IApplicatio 阅读全文
摘要:
Learning Note About Web Authentication and Authorize 1.we use Owin to implement the Authentication and Authorize. we create a new Startup.cs file to r 阅读全文
摘要:
This is a just simple summary about Async in WPF 1. UI Thread will lock all the ViewModel which is used by it. So, any thread try to access to the Vie 阅读全文