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#
Fields in Types marked with beforefieldinit are initialized later when the assembly is ngened
The topic of this post is the beforefieldinit flag. Part I is basically a recap, all those things are already documented and there are great posts about that. Part II is where the fun begins. I googled very long, but I did not find that information on the web (that's why I write this now).
Posted on November 15, 2015
Tags:
C#
,
CLR
,
MSIL
Periodic Tile Updates with Web Api on UWP
This post shows how to implement periodic tile updates in web api with the NotificationsExtensions.Win10 NuGet package for UWP Apps.
Posted on September 29, 2015
Tags:
UWP
,
Windows Runtime
,
Web API
Building ASP.NET Applications under Mac
Last week I was in San Francisco at the Build conference and in the “Introducing ASP.NET 5 Session” there was a short demo, which was very interesting: Scott&Scott basically created an asp.net project and opened it in Visual Studio Code and compiled and started the whole thing on a Mac.
Posted on May 06, 2015
Tags:
C#
Functional programming I - OCaml
Recently I became very excited about functional programming and this post summarizes the first step of this journey. During my master’s studies in Linz I had two courses dealing with functional programming: Once I learned Hashkell, but it was only a part of a general programming languages course and I also toke an “Object-functional Programming” course and learned a little bit of Scala. Now I decided to learn OCaml…
Posted on April 07, 2015
Tags:
Functional programming
,
OCaml
Database synchronization between mobile devices and classical relational database management systems - Master's Thesis
I wrote my master's thesis about database synchronization and I also implemented a framework for mobile apps which synchronizes SQLite with MS SQL Server as a part of it. Maybe there is someone out there who is interested in this topic, so I decided to share the thesis with the public.
Posted on March 25, 2015
Tags:
Database
GC Flavors in .NET
Since I have to look up these things at least twice a year I decided to write an extremely compressed summary about the GC types/settings in the .NET framework.
Posted on January 17, 2015
Tags:
.NET
Using Git as SCM in Visual Studio Online with Xcode 6.1
I wanted to check out my Git repository which is hosted on Visual Studio Online with Xcode on my Mac and I experienced some strange behaviour. This post is about the bug and its solution.
Posted on December 16, 2014
Tags:
Xcode
,
Source Control Management
Passing data from C# to cross-compilable C++ via Windows Runtime
This post shows how to pass data from C# code to a portable, pure C++ layer via the Windows Runtime. This can be interesting to people who write portable C++ libraries, especially for mobile platforms.
Posted on December 08, 2014
Tags:
C++
,
C#
,
Interoperability
,
Windows Runtime
Asynchronous programming in C#
Two posts from me were published on the about:performance blog about the async capabilities of C#
Posted on November 09, 2014
Tags:
C#
,
.NET
,
Async
Range based for loop in C++11 and the '&' sign
This is a short post on the new range based for loop in C++11 and a short summary about an ~1h debugging session and its conclusion.
Posted on September 10, 2014
Tags:
C++
← Older Posts
Newer Posts →
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