Setting ASP.NET Core RC 2 for TypeScript Development

Whether you are starting with Angular 2 and TypeScript or pure TypeScript development in with ASP.NET Core project, you will need to setup Visual Studio project to developer the code in.  In this post I will describe how easy it is to do so. First of all, you will need to install Visual Studio 2015.  …

Continue reading ‘Setting ASP.NET Core RC 2 for TypeScript Development’ »

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

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

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

Getting Started with EF 7 Video

I created a short, 25 minutes video on how to get started with Entity Framework 7 inside ASP.NET v. next (ASP.NET 5).  I decided that video would be much better than huge blog post with a ton of screenshots.  I based this decision on something I would want to watch.  Looking out for number 1 …

Continue reading ‘Getting Started with EF 7 Video’ »

Publish ASP.NET v.Next to IIS

In this post I want to document the steps of publishing an ASP.NET v Next web site to IIS and have it successfully use an SQL Server database.  I am going to assume you downloaded the preview version of Visual Studio 2015 that allows you to create v. next projects.  Start Visual Studio 2015 and …

Continue reading ‘Publish ASP.NET v.Next to IIS’ »