اشتراک‌ها
استفاده از React و TypeScript
An introduction to the development of React applications with Atom and TypeScript.
We are about to develop the famous TODO App from the TodoMVC project using React and TypeScript.
استفاده از React و TypeScript
اشتراک‌ها
کتابخانه‌ای برای مدیریت بهتر استثناءهای صادر شده‌ی توسط بانک‌های اطلاعاتی در EF Core

EntityFramework.Exceptions simplifies this by handling all the database specific details and throwing different exceptions. All you have to do is inherit your DbContext from ExceptionProcessorContext and handle the exception(s) such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException you need. 

کتابخانه‌ای برای مدیریت بهتر استثناءهای صادر شده‌ی توسط بانک‌های اطلاعاتی در EF Core