Skip to main content

Cascading DropDown List with ASP.NET Core WEB API and Angular 2

Earlier I posted about Cascading DropDown List using Angular 2 and in this post, we take it to next level and implement it with ASP.NET Core Web API and Angular 2. But starting/configuring AngularJS 2 with ASP.NET Core is not straightforward and it requires some manual configurations to be done. If you are not sure how to do it, I recommend you to read this helpful post to find out post how to start with Angular 2 in ASP.NET Core with TypeScript using Visual Studio 2015.

Read More
Difference between Angular 1x and Angular 2

Difference between Angular 1.x and Angular 2

Angular 2 is still in beta (at the time of writing this post), but it has already created a buzz in community. Angular 2 will be a huge learning curve for developers. It is written entirely in Typescript and meets the ES6 specification. And it’s not an update for Angular 1.x. As it’s rewritten and includes breaking changes. So the best way to learn is to compare with Angular 1.x and find out what’s new in Angular 2. In this post, find out difference between Angular 1.x and Angular 2.
Read More

TypeScript Interview Questions

TypeScript Interview Questions for beginners

Previously I posted about Grunt and Gulp interview questions and in this post, find list of latest and updated TypeScript interview questions and their answers for freshers as well as experienced users. These interview questions will help you to prepare for the interviews, for quick revision and provide strength to your technical skills.

Without JavaScript, web development can’t be imagined. Though JavaScript has issues but it is universally supported by all browsers. And present time is an era of new client side frameworks or technologies (AngularJs, Gulp, Grunt, Yeoman etc.) for better user experience and web development. TypeScript is another player and is becoming popular as it lets you write JavaScript the way you really want to and addresses JavaScript issues.

Read More