Dotnet CLI

Recently I wrote about how good angular works with .net core. And since I already went through that exercise I decided to share some of my experience with the Dotnet CLI and how to get your dotnet application up and running. First, lets start by creating new dotnet application, the command is really simple, and it has options also for console or mvc applications. Here...

Learn More

Angular CLI

Recently I wrote about how good angular works with .net core. And since I already went through that exercise I decided to share some of my experience with the angular CLI and how to get angular up and running. First thing first we need typescript. If you don’t have typescript installed you can do it by npm install -g typescript@latest However if you...

Learn More

Angular + .Net Core showcase

Nowadays, the monolithic approach of frameworks is no longer popular. Latest frameworks tend to be more modular and cross platform. ASP.Net Core is a re-write of ASP.Net but a lot more modular when combined with Angular 4 (2+). For a while I wanted to make example of using Asp.net core with angular. Finally I have something up and running ready to show :...

Learn More

PixiJS Experiment

Recently I have been experimenting with PixiJS v4. It is HTML5 Creation Engine to build beautiful digital content with fast and flexible 2D WebGL renderer. It is truly amazing library and I recommend everyone to try it and play with it. Here is also my experiment: As you can see PIXI is capable of some pretty cool stuff and here is my basic review. I have been using it...

Learn More

New Features in C# 7

I have been wanted to write about c# 7 for long time but I have been so overwhelmed with work lately. So now that I have some time at my disposal lets review all of the latest and greatest from c# 7. As probably most of you know, in this release there are not that many dramatic changes unlike some of the previous versions of c#. 1) Out variables In the past any time you...

Learn More

Server Error in ‘/Reports’ Application.

I am a fan of single page applications and RESTfull services, and more specifically I enjoy angular and react. So I was workign on a new page http://localhost/reports/myTestReport . However, recently I encountered a extremely frustrating error when I was working with angular. The error looked somewhat like this: Server Error in ‘/Reports’ Application. The...

Learn More