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 1501 dni, 2 godziny, 30 minut temu Badamczewski 20 ź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 1507 dni, 2 godziny, 52 minuty temu Badamczewski 110 ź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 1508 dni, 2 godziny, 52 minuty temu AGirlAmongGeeks 112 źrodło rozwiń

Wszystko o metodach rozszerzających w C#

Metody Rozszerzające w C#

Sztuka programowania 1513 dni, 2 godziny, 29 minut temu modestprogrammer 89 ź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 1515 dni, 2 godziny, 23 minuty temu Badamczewski 27 ź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 1528 dni, 3 godziny, 11 minut temu Badamczewski 28 ź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 1533 dni, 2 godziny, 27 minut temu Badamczewski 17 ź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 1536 dni, 2 godziny, 15 minut temu Badamczewski 12 ź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 1541 dni, 2 godziny, 34 minuty temu modestprogrammer 213 ź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 1549 dni, 2 godziny, 24 minuty temu Badamczewski 34 ź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 1550 dni, 2 godziny, 44 minuty temu Badamczewski 33 ź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 1554 dni, 2 godziny, 32 minuty temu Badamczewski 54 ź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 1564 dni, 2 godziny, 14 minut temu Badamczewski 57 ź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 1576 dni, 2 godziny, 31 minut temu krzysiekb 193 źrodło rozwiń

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

Hermetyzacja w Programowaniu Obiektowym?

Sztuka programowania 1639 dni, 2 godziny, 56 minut temu modestprogrammer 81 źrodło rozwiń

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

Abstrakcja w Programowaniu Obiektowym

Sztuka programowania 1645 dni, 17 godzin, 24 minuty temu modestprogrammer 100 ź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 1653 dni, 2 godziny, 33 minuty temu modestprogrammer 86 ź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 1655 dni, 1 godzinę, 33 minuty temu modestprogrammer 32 ź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 1907 dni, 3 godziny, 27 minut temu cezarypiatek 77 ź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 1997 dni, 3 godziny, 30 minut temu AGirlAmongGeeks 99 źrodło rozwiń

1 2 3 4