The last time I’ve managed to setup Lua environment on macOS. Now lets try to see if we can do the same on Windows. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl
Author / Paweł Łukasik
There are few C# features/.NET technologies that I really don’t like. Take WebForms and the ease of making the spaghetti-code there. Or the need of manually calling OnPropertyChanged in WPF. But maybe those are nat that bad and I don’t like people abusing/misusing them? I’m not sure. What I’m sure of is that null-conditional operator is […]
At first I was not going to write a 2016 review but ultimately decided to write it anyway. It might be a good chance to have a look at the whole year. So what did happen to Paweł Łukasik in 2016? Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one […]
In the last post we checked what Lua is and what features it contains. In this one let’s try to configure our environment. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl
In one of the lasts post, I’ve showed you what tools to use to play with IL. I’ve also showed how to change the entrypoint of the application. Now lets learn some basic structure of IL code. Let’s dive in. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of […]
Visual Studio is an awesome tool. It has great editor, great debugger and tooling. Almost – a prefect one*. But it lacks in one aspect. And it lacks greatly. It’s Output window is monochrome. The good thing is that there’s a solution for that. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally […]
OMG! This is a great tool. How could I live without knowing it. If you are wondering what tool that provoked a reaction like this I will tell you that it is dnSpy. A .NET assembly editor, decompiler, and debugger and they advertise it on the GitHub page. And they do deliver those. Paweł ŁukasikFounder of […]
W ostatnią sobotę odbyła się online’owa konferencja dotnetconf.pl organizowana przez Michała Franca, Pawła Sawicza oraz Jakuba Jędryszka. I ja tam wśród zacnego grona prelegentem byłem, miód i wino…eee, nie – tego nie było. Bunkrów też nie było ale i tak było…. bardzo technicznie. Jeśli jeszcze jej nie widziałeś zachęcam do zerknięcia na stronę konferencji. A jeśli […]
When you are learning IL you might wonder why some directives even exists. They can do a lot of harm when used incorrectly. I’ll shed some light about one of them. Let’s check .emitbyte Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user […]