Controlling Scrolling with @Angular/flex-layout

Flex-layout library written by Angular team can be used to layout our web applications written in @Angular.  One of the issues that we had to persistently deal with is to control scrolling in various parts of the screen independently.  We can always let browser control the vertical scrolling.  However, this becomes a problem with more …

Continue reading ‘Controlling Scrolling with @Angular/flex-layout’ »

Talk at GGMUG

I spoke at Gwinnett Microsoft users Group last Thursday.  The talk was “Angular 2 / ASP.NET Core Primer”.  Here is the short description.  Get started with developing Angular 2 applications using ASP.NET Core in Visual Studio 2015.  Learn the basics of Angular 2 and ASP.NET Core.  Create a new project in VS and get it …

Continue reading ‘Talk at GGMUG’ »

Setting Up VS 2015 for ASP.NET Core RTM 1.0 and Angular 2 Final/RTM

n this post I will explain how to setup Visual Studio 2015 in order to develop an Angular 2 RC3 application hosted inside ASP.NET Core project.  I of course read the quick start first.  You need to make sure to install VS 2015, you can use Community edition of you want.  You would also need …

Continue reading ‘Setting Up VS 2015 for ASP.NET Core RTM 1.0 and Angular 2 Final/RTM’ »

Setting Up VS 2015 for ASP.NET Core RTM 1.0 and Angular 2 RC 3

In this post I will explain how to setup Visual Studio 2015 in order to develop an Angular 2 RC3 application hosted inside ASP.NET Core project.  I of course read the quick start first.  You need to make sure to install VS 2015, you can use Community edition of you want.  You would also need …

Continue reading ‘Setting Up VS 2015 for ASP.NET Core RTM 1.0 and Angular 2 RC 3’ »

Setting Up VS 2015 for ASP.NET Core RC2 and Angular RC

In this post I will explain how to setup Visual Studio 2015 in order to develop an Angular 2 RC application hosted inside ASP.NET Core project.  I of course read the quick start first.  You need to make sure to install VS 2015, you can use Community edition of you want.  You would also need …

Continue reading ‘Setting Up VS 2015 for ASP.NET Core RC2 and Angular RC’ »

Setting up Angular 2 Project to use HTTP

I recently was working on an Angular 2 demo that demonstrate top to bottom application development.  It took me a couple of hours to figure everything our, so I wanted to take a few minutes to document my steps. First things first, we have to include necessary script files for both Angular 2 and HTTP.  …

Continue reading ‘Setting up Angular 2 Project to use HTTP’ »

Angular 2 Beta, ASP.NET v.Next Release Candidate and TypeScript So Happy Together

It has been a while since I posted.  I have been busy working on a video for a publishing company on Angular 2 and, more importantly, very busy at work.  I decided to take on the video project as part of my own learning.  I do not want to spend too much time on setting …

Continue reading ‘Angular 2 Beta, ASP.NET v.Next Release Candidate and TypeScript So Happy Together’ »

SSRS Local Reports in Angular Apps on Azure Web Sites

I was recently working on an app that needed to provide reporting functionality in addition to regular data entry.  I blogged in the past about SSRS in Angular apps, and I used SSRS server reports (.rdl files) for that demo.  This works really well on locally installed application, but to support SSRS on Azure requires …

Continue reading ‘SSRS Local Reports in Angular Apps on Azure Web Sites’ »

Angular 2 in Visual Studio 2015 with TypeScript

I have been following the developments occurring in Angular 2.0 world for a number of months.  Although the project is not even in alpha phase quite yet, I have been meaning to try to write a tiny sample project.  I wanted to see how version 2 is different from version 1, even in the simplest …

Continue reading ‘Angular 2 in Visual Studio 2015 with TypeScript’ »