How to use Angular in ASP.NET 4.X project using Visual Studio 2015?
In this post, you can learn how to use Angular in ASP.NET 4.X project using Visual Studio 2015. If you like to work with ASP.NET empty or MVC project templates...
...on a journey to become an outlier software engineer!
In this post, you can learn how to use Angular in ASP.NET 4.X project using Visual Studio 2015. If you like to work with ASP.NET empty or MVC project templates...
When performing an HTTP transaction in any application, there are times when you will need to add/read headers to/from requests and responses respectively. Most common use case is to add authentication...
In this post, you will learn how to create store products management app using Angular & TypeScript. The name that I came up for this app is “Sweetos” – a sweets store...
I published a post few days back that tells about the basics of routing and available options to route AngularJS Component. In this post, I’ll tell you how to use AngularJS...
The optimization package in ASP.NET MVC framework has built-in support for Content Delivery Network (CDN). Using CDN can improve the performance of your application. The trick is to use it for...
I’ve been working on a ASP.NET MVC based application to add bundling and minification for the web resources like CSS, JavaScript files. If you would like to learn the basics of...
It can be very disappointing if you later figure out that your application is serving requests very slow when deployed in your production environment. There can be various reasons that can...
When a new ASP.NET MVC project is created using the default project templates in Visual Studio, all the work required for bundling & minification is already available. But if you...
More