Integrating DevExtreme into an Angular CLI project

I’m a big fan of the Angular 2 framework, DevExtreme controls and most of all, Angular CLI.  Luckily the folks at DevExpress (makers of DevExtreme) have been nice enough to provide Angular 2 directives for their controls in an NPM package called devextreme-angular2.  Unfortunately, all of the existing code samples provided by DevExpress are based … Continue reading Integrating DevExtreme into an Angular CLI project

MVC6 Integration Testing With AntiForgery

The source code for this post can be found on my GitHub repository.  It was developed using only RC1-final packages.  I will update the code once RC2-final becomes available. As you all know by now ASP.Net core (ASP.Net 5) and MVC6 is now in RC1.  With this release there are PLENTY of changes when compared to the … Continue reading MVC6 Integration Testing With AntiForgery