Brak podglądu jakubskoczen.pl · daj się poznać 2017 [EN] Get Noticed 2017 – summary It’s time to write short summary about Get Noticed 2017 challenge, because it is going to finish at the end of this month. Well, I can admit it was a good time. It gave me a lot. T... 23.05.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net [EN] New features in C# 7.0: local functions, ref returns and others This is the third and the last post about new features in C# 7.0. Today I will focus on: – local functions – literal improvements – ref returns – few other minor improvements Local... 16.05.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net [EN] New features in C# 7.0: Tuples In the previous post I wrote about out variables and pattern matching in C# 7.0. Today I will focus on another features which are Tuples. Tuple is not new thing, we have it already... 10.05.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net [EN] New features in C# 7.0: out variables, pattern matching Some time ago I wrote about new features in C# 6.0 and now it’s time to look at the features in C# 7.0 and what news it introduces. In this post I want to focus on out variables an... 06.05.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angular [EN] How to upgrade Angular 2 project to Angular 4 About a month ago Angular 4 has been released. You may want to ask what about version 3? Well, there’s no Angular 3. We have Angular 4, but I have started to learn Angular 2 and no... 24.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] How to populate database in ASP.NET Core Web Api When we create our app it’s good to have some data in a database at some point, for example test user accounts or other values if we want to test something. How to populate databas... 15.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] How to read data from appsettings.json in ASP.NET Core Web Api In my previous post about token authentication in ASP.NET Core Web Api I mentioned that is not a good practice to hardcode strings in controller or Startup class, especially if we... 13.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] Token authentication in ASP.NET Core Web Api In the previous post I showed how to implement cookie authentication in ASP.NET Core Web Api, this time I want to show you how to implement token authentication using JWT token. I... 12.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] Cookie authentication in ASP.NET Core Web Api This time I want to focus on user authentication. In APIs we can use different methods for user authentication like: -cookie Authentication -basic Authentication (not recommended,... 11.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] Calling ASP.NET Core WebApi from angular app In the last post I showed how to create service in Angular, now it’s time to try call ASP.NET Core webApi from it. I created Login controller in my ASP.NET Core WebApi project whic... 03.04.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angular2 [EN] Creating component and service in Angular2 Two posts ago I wrote about Angular2 application and I showed how to add new component and service. This time I want to show you how to implement a service in Angular2 and call web... 31.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angular2 [EN] How to debug angular app in VS Code and Chrome I have started to develop frontend side of my pet project and yesterday I worked on login service and I had to debug it. I use Visual Studio Code to write app in angular2 and types... 29.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] How to add Autofac container to ASP.NET Core app? I created few projects in my solution. I have models, services, tests and webApi project. I added LoginController which uses Services, but it uses it by interfaces. I need to use d... 24.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angular2 [EN] Angular2 – project structure, changing css to sass, using CLI Angular2 project structure Few posts ago I showed how to create new Angular2 project using Angular CLI. Let’s take a look at the project structure. Here we have app folder which co... 21.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · .net core [EN] Entity Framework Core – Code First migrations In this post I want to show you how to create new database using Entity Framework Core – Code First migrations approach. I have project ELP.Model in which I defined few entities. I... 17.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net core [EN] How to mock DbSet in Entity Framework In my project ELP I decided to start with core implementation of backend side. I started with service for sign in and register user accounts. I use TDD approach, so I create test w... 14.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · daj się poznać 2017 [EN] Visual Studio 2017 in English This time it’s short post. I’d like to share with you one thing about the newest Visual Studio 2017. As you know I decided to write posts in English and share my experience with yo... 10.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angular2 [EN] Creating Angular2 CLI project What is Angular2 CLI? Angular2 CLI is Command Line Interface introduced by Angular team, to help us develop applications in Angular 2, through automate some operations and keep con... 07.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net core [EN] How to create ASP.NET Core project using Visual Studio 2017 In this post I would like to show you how to create ASP.NET Core project using Visual Studio 2017. I’m using VS Community RC edition, but it’s not so important, you can use differe... 03.03.2017 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · daj się poznać 2017 [EN] Get Noticed 2017 – Let’s start Hello everyone. This is my first post in English on this blog. I decided to switch language and try to write in English for some reasons. I want to practice language skills and rea... 01.03.2017 jakubskoczen.pl