Configuring ASP.NET Core for Angular 2 Deep Linking

Angular 2 default routing uses history.PushState which allows us to use more natural routes such as “http://server.net/products/2” instead of “http://server.net/#products/2”.  We could still configure Angular 2 to use all state hash bang routes as well, but all modern supported browsers support pushState already, so why go with less supported configuration?  So, we should go on …

Continue reading ‘Configuring ASP.NET Core for Angular 2 Deep Linking’ »

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’ »

Atlanta Code Camp 2015 Is in a Week

Register now for Atlanta Code Camp Saturday, October 24 9 AM – 6 PM Kennesaw State University – Marietta Campus (Formerly Southern Polytechnic) http://www.atlantacodecamp.org The Atlanta Code Camp is your opportunity to join hundreds of other Atlanta developer and design community members for a day of training like no other. With tracks ranging from web …

Continue reading ‘Atlanta Code Camp 2015 Is in a Week’ »

Getting Started with ASP.NET v.Next Beta 7

I wanted to document the steps I had to take to write an Web Api application with Entity Framework using beta 7 of ASP.NET v. next.  I already had previous beta installed. First step is to update version manager (dnvm) runtime.  Just open Visual Studio command prompt and type the following dnvm update-self If this …

Continue reading ‘Getting Started with ASP.NET v.Next Beta 7’ »

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’ »

Atlanta Code Camp 2015

Atlanta code camp 2015 preparation is officially underway! The event is taking place on Saturday, October 24, 2015 Atlanta Code Camp is your opportunity to join your other Atlanta developer and design community members in a free day of training. It will be held at Southern Polytechnic State University. Registration Coming Soon! You can check …

Continue reading ‘Atlanta Code Camp 2015’ »