dotnetomaniak.pl - Artykuły z tagiem csharp

In this video, we're going to learn about a few C# and JIT decompilation tips using WinDBG.

Źródło: youtu.be
Dziel się z innymi:
[EN] C# JIT Decompilation Tips using WinDBG - YouTube

Sztuka programowania 1291 dni, 13 godzin, 42 minuty temu Badamczewski 17 źrodło rozwiń

In this video, I'm going to show you 5 performance tips (or tricks) that you can apply in order to make your C# code run faster.

Źródło: youtu.be
Dziel się z innymi:
5 (Extreme) Performance Tips in C# - YouTube

Sztuka programowania 1297 dni, 14 godzin, 5 minut temu Badamczewski 107 źrodło rozwiń

If you are old enough to have experience in .net framework (and I hope you do, otherwise I will feel really old myself!), there is a high probability that you were concatenating directory paths wrong all the time! And that’s all because some time ago, somebody at Microsoft had, let’s say, not a best idea :P. But what’s the problem? Path.Combine can be used with one, two, three or even four arguments. In an ideal world the first argument should be passed as an absolute path and...

[C#] Be careful with Path.Combine()! – A Girl Among Geeks

Sztuka programowania 1298 dni, 14 godzin, 5 minut temu AGirlAmongGeeks 109 źrodło rozwiń

Wszystko o metodach rozszerzających w C#

Metody Rozszerzające w C#

Sztuka programowania 1303 dni, 13 godzin, 42 minuty temu modestprogrammer 85 źrodło rozwiń

This is video is the start of a brand new series of videos about C# / CLR internals. We're going to look at C# Switch Case Internals and what interesting things happen under the hood and how well it performs as compared to if-else statements.

Źródło: youtu.be
Dziel się z innymi:
[EN] C# Switch Case Internals #1 - YouTube

Sztuka programowania 1305 dni, 13 godzin, 35 minut temu Badamczewski 24 źrodło rozwiń

In this video, we're going look at struct devirtualization and how this feature works in the runtime today. We're going to look at some ways we can (ab)use this feature and what are the problems with the current implementation.

Źródło: youtu.be
Dziel się z innymi:
[EN] C# What JIT Generates? - Struct Devirtualization - YouTube

Sztuka programowania 1318 dni, 14 godzin, 24 minuty temu Badamczewski 25 źrodło rozwiń

In this video, we're going look in what situations JIT will emit bounds check for arrays and how to force it to generate bounds-check free code. Bounds Check elimination is something that we want to do to increase performance since each check has a cost associated with it especially that it will emit a possible branch. ♦ link to loop clone video: https://youtu.be/zxcHkEu6aTY

Źródło: youtu.be
Dziel się z innymi:
[EN] C# What JIT Generates? - Bounds Check - YouTube

Sztuka programowania 1323 dni, 13 godzin, 39 minut temu Badamczewski 16 źrodło rozwiń

In this video, we're going look at how JIT folds constants and optimizes functions buy inlining and then folding them. We shall also see a couple of examples where the compiler will refuse to fold code that would seem to be easy to fold. Note: At (8:30) I've made an editing error and the music gets very loud for ~10s and then it goes back down to normal volume, sorry about that. ♦ link to shift trick video: https://youtu.be/VxiZ7tV-XkM

Tagi: csharp, dotnet
Źródło: youtu.be
Dziel się z innymi:
[EN] C# What JIT Generates? - Folds - YouTube

Sztuka programowania 1326 dni, 13 godzin, 28 minut temu Badamczewski 10 źrodło rozwiń

Omówienie ogólnych zasad jak powinno używać się wyjątków w C#.

Dziel się z innymi:
Proste zasady, o których musisz pamiętać, podczas obsługi wyjątków w C#

Sztuka programowania 1331 dni, 13 godzin, 46 minut temu modestprogrammer 211 źrodło rozwiń

This video talks about a very cool concept called "value delegates." We will learn what they are, how to apply it to LINQ to decrease allocations to zero, and inline the delegate itself.

Źródło: youtu.be
Dziel się z innymi:
[EN] C# LINQ Performance Tips #6 - Value Delegates - YouTube

Sztuka programowania 1339 dni, 13 godzin, 36 minut temu Badamczewski 31 źrodło rozwiń

This video talks about the "Skip" method, and differences in implementation between dotnet frameworks. Also, we will try to implement a less flexible but faster version of the "Skip" method. Enjoy. 🙂

Źródło: youtu.be
Dziel się z innymi:
[EN] C# LINQ Performance Tips #5 - Skip & .NET Runtimes - YouTube

Sztuka programowania 1340 dni, 13 godzin, 57 minut temu Badamczewski 30 źrodło rozwiń

This time we're looking at Branch Prediction and Branch Elimination and how to apply them to LINQ and to programming in general.

Źródło: youtu.be
Dziel się z innymi:
[EN] C# LINQ Performance Tips #4 - Branch Elimination - YouTube

Sztuka programowania 1344 dni, 13 godzin, 45 minut temu Badamczewski 51 źrodło rozwiń

This video will show you some of the performance and allocation problems that you might encounter when writing LINQ expressions and offer a couple of solutions on how to solve them. LINQ Links: ♦ https://github.com/NetFabric/LinqBenchmarks ♦ https://github.com/NetFabric/NetFabric.Hyperlinq

Źródło: youtu.be
Dziel się z innymi:
[EN] Performance bottlenecks in C# LINQ - YouTube

Sztuka programowania 1354 dni, 13 godzin, 26 minut temu Badamczewski 56 źrodło rozwiń

Asynchroniczny C# : ThreadPool, IAsyncResult, Task API i Async

Dziel się z innymi:
Asynchroniczny C# : ThreadPool, IAsyncResult, Task API i Async

Sztuka programowania 1366 dni, 13 godzin, 44 minuty temu krzysiekb 193 źrodło rozwiń

Obszerny artykuł o hermetyzacji w programowaniu obiektowym na przykładach w C#.

Hermetyzacja w Programowaniu Obiektowym?

Sztuka programowania 1429 dni, 14 godzin, 9 minut temu modestprogrammer 74 źrodło rozwiń

Abstrakcja w Programowaniu Obiektowym, przedstawiona na przykładach w C#/.NET

Abstrakcja w Programowaniu Obiektowym

Sztuka programowania 1436 dni, 4 godziny, 36 minut temu modestprogrammer 94 źrodło rozwiń

Artykuł kierowany dla osób, które chcą zostać programistami .NET. Dowiesz się nim podstaw programowania obiektowego, to znaczy czym jest dziedziczenie.

Co to jest polimorfizm?

Sztuka programowania 1443 dni, 13 godzin, 46 minut temu modestprogrammer 81 źrodło rozwiń

Artykuł kierowany dla osób, które chcą zostać programistami .NET. Dowiesz się nim podstaw programowania obiektowego, to znaczy czym jest dziedziczenie.

Co to jest dziedziczenie w programowaniu obiektowym?

Sztuka programowania 1445 dni, 12 godzin, 45 minut temu modestprogrammer 27 źrodło rozwiń

How I built a very simple macro system for C# that works right in the code editor

Dziel się z innymi:
[EN] CSharp Macros - let the Roslyn type for you · Cezary Piątek Blog

Narzędzia 1697 dni, 14 godzin, 39 minut temu cezarypiatek 72 źrodło rozwiń

Today I will write about the way variance influences type checking in C#. Yes, the fact that one type can be passed to a generic method that requires another type, depends on these 2 small keywords we write before ‘T’ (or whatever 😉) in interface header.

Cannot implicitly convert type ‘Abc’ to ‘IAbc’ – Contravariance vs Covariance – part 2. – A Girl Among Geeks

Sztuka programowania 1787 dni, 14 godzin, 43 minuty temu AGirlAmongGeeks 96 źrodło rozwiń

1 2 3 4

Najaktywniejsi w tym miesiącu