WebStorm – The smartest JavaScript IDE

WRITE BETTER CODE. Intelligent Coding Assistance WebStorm helps you write code better thanks to the smart code completion, on-the-fly error detection, powerful navigation and refactoring! Support for the Latest Technologies The IDE provides first-class support for JavaScript, Node.js, HTML and CSS, as well as their modern successors. Supported frameworks include AngularJS, React, Meteor and more. […]

Easy way to improve DbEntityValidationException of Entity Framework

DbEntityValidationException  the exception thrown by Entity Framework when entity validation fails. While this exception is extremely valuable, the exception message omits the most important bit of information: The dationvalidation errors. In this blog, I present a quick and easy way to unwrap and rethrow these exceptions with a more meaningful message. Developers who have used […]