Toggle navigation
Menu
kalapos.net
Home
Projects
About
Archive
RSS feed
Contact
kalapos.net
about programming and software engineering by a hungarian living in austria
Discount
for my course:
High Performance Coding with .NET Core and C#
Contents tagged with ASP.NET Core
Hosting ASP.NET Core 2.1 in IIS (ANCM, in-process model) - .NET Concept of the Week - Episode 12
In this episode we take a look at the changes in the ASP.NET Core Module (ANCM) in 2.1. ANCM is the IIS module that we need to host ASP.NET Core apps in IIS.
Posted on April 23, 2018
Tags:
ASP.NET Core
,
Web
,
C#
,
.NET Concept of the Week
ASP.NET Core SignalR 101 - .NET Concept of the Week - Episode 8
In this episode we take a look at ASP.NET Core SignalR. I show how you can create a real time chat application with a few lines of code with the help of SignalR.
Posted on February 28, 2018
Tags:
ASP.NET Core
,
C#
,
SignalR
,
.NET Concept of the Week
ASP.NET Core Authentication with Facebook and Twitter - .NET Concept of the week - Episode 6
In this episode you will see how you can outsource authentication to Facebook and Twitter in ASP.NET Core.
Posted on February 11, 2018
Tags:
ASP.NET Core
,
C#
,
.NET
,
.NET Concept of the Week
My online teaching story: High Performance Coding with .NET Core and C#
I recently published an online course (yeaah)! In this post I would like to share the background story.
Posted on December 04, 2017
Tags:
Udemy
,
ASP.NET Core
,
.NET Core
,
Performance
Screencast - Creating a CI/CD pipeline to deploy an ASP.NET Core application to Linux in VSTS
I decided to try a new format! In a screencast I show you how I created a CI/CD pipeline for an ASP.NET Core application that runs on a Linux server and how you can have a similar setup!
Posted on August 12, 2017
Tags:
ASP.NET Core
,
cross platform
,
CI/CD
,
DevOps
How is Application Insights loaded into an ASP.NET Core 2.0 application and how you can do the same
ASP.NET Core 2.0 introduced a new interface called IHostingStartup and a few interesting environment variables like DOTNET_ADDITIONAL_DEPS and ASPNETCORE_HOSTINGSTARTUPASSEMBLIES.This post shows how Application Insights takes advantage of them and how you can also use them.
Posted on June 06, 2017
Tags:
ASP.NET Core
,
APM
,
.NET Core
,
Application Insights
,
Azure
Build 2017 Day 1
This post is a recap of the first day of Build 2017
Posted on May 10, 2017
Tags:
C#
,
.NET
,
.NET Core
,
ASP.NET Core
,
Azure
,
MSBuild
.csproj settings in ASP.NET Core
This is an update of my project.json settings post, which describes the same settings in the new .csproj file
Posted on November 20, 2016
Tags:
.NET
,
ASP.NET Core
,
cross platform
Hosting ASP.NET Core behind Apache on Ubuntu
The official documentation for hosting on Linux only describes how to host ASP.NET Core apps behind nginx. Here is a short summary about the same for Apache.
Posted on October 18, 2016
Tags:
.NET
,
ASP.NET Core
,
cross platform
Moving the blog
Finally, I managed to move my blog! This post is just a short technical summary about it.
Posted on October 16, 2016
Tags:
.NET
,
ASP.NET Core
Referencing an F# library from C# on .NET Core
Aaaand a post again, which will be deprecated at some point: currently using both F# and C# in a .net core solution is possible, but needs some workaround. Here I describe how you can do it
Posted on July 03, 2016
Tags:
F#
,
C#
,
.NET
,
ASP.NET Core
,
Interoperability
Working with .net core - my summary after 6 months with ASP.NET Core on a side project
I have a side project which I started at the beginning of this year. One of the top goals of this project is to learn new things and i'm still at the beginning of this, but I already have many things working.
Posted on June 27, 2016
Tags:
C#
,
F#
,
Interoperability
,
.NET
,
ASP.NET Core
Migrating from ASP.net core RC1 to RC2 - Entity Framework Core
Asp.net core RC2 was officially released a few hours ago. I have a side-project, which I did not update until this point, so I developed on RC1-Update1 basis. The solution is a little bit bigger, it has 8 src projects and 4 tests. Most of them are C# projects and there are also a few F# projects. I have one project for the data access with Entity Framework Core.
Posted on May 16, 2016
Tags:
.NET
,
ASP.NET Core
,
Entity Framework Core
project.json settings in ASP.NET Core
Lately I work a lot with ASP.NET Core and .net core. This is I think the biggest fully open source project Microsoft ever did and between RC1 and RC2 they made huge changes in the execution environment, which successfully confused me in many ways. But all this is fine, since it was only an RC1, and none said that the same stuff will RTM. In this post I summarize the most important settings in project.json
Posted on May 08, 2016
Tags:
ASP.NET Core
,
.NET
Gergely Kalapos
Software Engineer
Tags:
Career
Productivity
Community
C#
.NET
Performance
.NET Concept of the Week
Cloud
AWS
CLR
Udemy
ASP.NET Core
Web
.NET Core
Docker
Visual Studio
SignalR
Talk
F#
Functional programming
Xamarin
UWP
.NET Standard
Async
cross platform
CI/CD
DevOps
FinTech
APM
Application Insights
Azure
Windows
MSBuild
Health
Interoperability
Entity Framework Core
Windows Runtime
Windows10
App Development
MSIL
Web API
OCaml
Database
Xcode
Source Control Management
C++
Java
JVM