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] 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 · .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 · 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 · asp.net mvc Jak dodać kontener Autofac do aplikacji ASP.NET MVC? IoC piękna rzecz, spójrzmy jak dodać kontener IoC Autofac do aplikacji ASP.NET MVC. W tym celu pobieramy NuGetem paczki Autofac i Autofac.Mvc5. Ponieważ jest to projekt MVC5, konie... 06.07.2016 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · angularjs Hello AngularJS Planując pracę nad aplikacją, założyłem sobie cel zapoznania się z frameworkiem AngularJS. W końcu przyszedł czas przyjrzenie się tej bibliotece. Zaczniemy słowem wstępu. Z czym to... 13.05.2016 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net mvc Deploy web aplikacji do chmury Jeżeli przy tworzeniu nowego projektu w Visual Studio nie zaznaczyliśmy opcji „Host in the cloud”, ale chcemy opublikować naszą aplikacje w chmurze Azure, to ten krótki poradnik mo... 12.05.2016 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net mvc Logowanie za pomocą konta google W aplikacji ASP.NET MVC mamy możliwość rejestracji kont użytkowników, jednak co w przypadku gdy chcielibyśmy dać użytkownikom możliwość logowania kontami zewnętrznymi, takimi jak g... 04.05.2016 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net mvc Atrybuty walidacji w modelu Projektując formularze, chcielibyśmy aby użytkownik podał w polach odpowiednie dane. Co zrobić aby sprawdzić poprawność wpisywanych danych? Z pomocą przychodzą nam atrybuty walidac... 03.05.2016 jakubskoczen.pl
Brak podglądu jakubskoczen.pl · asp.net mvc ViewBag, ViewData, TempData Gdy już jesteśmy w temacie kontrolerów, warto także poruszyć temat przekazywania danych do widoków. Oczywiście robimy to za pomocą ViewModeli, ale istnieją także inne metody przeka... 23.04.2016 jakubskoczen.pl