dotnetomaniak.pl - Artykuły z tagiem CLR

Richard June 3rd, 2021 The .NET or Common Language Runtime (CLR) type system is the foundation of the .NET programming model. We often talk about System.Object being the base of the type system, but it’s really the base of all (reference) types. The type system is (at least) one step lower than that. It defines that both reference and value types exist, that strings are immutable, that single-inheritence is allowed and multiple-inheritence is not, and that generics are a runtime concept. On the other h...

Tagi: CLR
Dziel się z innymi:
Conversation about the .NET type system | .NET Blog

Inne 1056 dni, 4 godziny, 47 minut temu Piotr Stapp 34 źrodło rozwiń

Rozmawiając z paroma kolegami po fachu zapytałem ich o czym chcieliby poczytać na blogach programistycznych. Jednym z tematów, który się przewinął, był Common Language Runtime, w skrócie CRL. Wychodząc na przeciw oczekiwaniom chciałbym przedstawić wam trochę wiedzy z samym bebechów .NET-a.Platforma .NET Zacznijmy, jak zawsze, od podstaw. Na początku była pustka, potem wielki wybuch… dobra, przyśpieszmy. Czym w ogóle są CLR, IL, JIT? Jeżeli wpadła ci w ręce książka dotycząca .NET (lub inne profesjonalne ...

Tagi: .Net, CLR, IL, jit
Źródło: bd90.pl
Dziel się z innymi:
Krótko o CLR, JIT i IL - bd90

Inne 1223 dni, 2 godziny, 39 minut temu bd90 110 źrodło rozwiń

.NET application is “just” a piece of CIL bytecode to be executed by the .NET runtime. And .NET runtime is “just” a program that is able to perform this task. But what if we write .NET runtime as… .NET appli...

Dziel się z innymi:
Mobius – .NET runtime running on .NET Core – TooSlowException

Inne 1481 dni, 4 godziny temu KonradKokosa 85 źrodło rozwiń

Structures, handles, pointers and managed code in C++. Twelfth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 12 — Memory structure, attributes, handles – Random IT Utensils

Inne 1819 dni, 4 godziny, 49 minut temu packa 72 źrodło rozwiń

Marshal-by-bleed, DllMain in C#, timers and more. Eleventh part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 11 — Various C# riddles – Random IT Utensils

Inne 1825 dni, 4 godziny, 4 minuty temu packa 91 źrodło rozwiń

Threads, memory model, pumping COM messages, internals of Thread.Abort. Tenth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 10 — Threads, Tasks, asynchronous code and others – Random IT Utensils

Inne 1832 dni, 4 godziny, 2 minuty temu packa 71 źrodło rozwiń

GC, card table, brick table, finalizers, f-reachable queue and more. Ninth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 9 — Finalizers, queues, card tables and other GC stuff – Random IT Utensils

Inne 1839 dni, 5 godzin, 11 minut temu packa 86 źrodło rozwiń

Unions, varargs, global fields. Eighth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 8 — C# gotchas – Random IT Utensils

Inne 1847 dni, 4 godziny, 47 minut temu packa 40 źrodło rozwiń

Advantages of boxing, exceptions, well known members, duck typing and more. Seventh part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 7 — Word tearing, locking and others – Random IT Utensils

Inne 1853 dni, 4 godziny, 34 minuty temu packa 79 źrodło rozwiń

Loading shim, app domains, size of an empty structure or .NET calling convention. Sixth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 6 — Object internals – Random IT Utensils

Inne 1861 dni, 3 godziny, 36 minut temu packa 64 źrodło rozwiń

Methods with same name and parameters but different return type, const vs readonly, parameters evaluation and much more. Fifth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 5 — Methods, parameters, modifiers – Random IT Utensils

Inne 1868 dni, 3 godziny, 10 minut temu packa 66 źrodło rozwiń

How to add a type constructor or a static field to an interface? How to implement a parameterless constructor for a struct? Fourth part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 4 — Type members – Random IT Utensils

Inne 1875 dni, 4 godziny, 6 minut temu packa 58 źrodło rozwiń

How to create object without calling constructor? How to call constructor multiple times? How to create an instance of an interface? Third part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 3 — Initialization tricks – Random IT Utensils

Inne 1882 dni, 3 godziny, 55 minut temu packa 82 źrodło rozwiń

How to compact LOH? How to stop out-of-band exceptions? How to resurrect an object? Second part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#, CLR
Dziel się z innymi:
.NET Internals Cookbook Part 2 — GC-related things – Random IT Utensils

Inne 1889 dni, 2 godziny, 12 minut temu packa 48 źrodło rozwiń

This page collects all the posts I’ve written within .NET Internals series so far

Dziel się z innymi:
Knowledge on internals of .NET condensed in 10 posts in ".NET Internals" series

Sztuka programowania 1980 dni, 2 godziny, 26 minut temu dsibinski 140 źrodło rozwiń

A few months ago I wrote an article about Zero GC in .NET Core 2.0. This proof of concept was based on a preview version of .NET Core 2.0. However upcoming .NET Core 2.1 contains many improvements in that field so I’ve decided to write follow up post. I’ve also answered one of the questions bothering me for a long time – how would real usage of Zero GC like in the context of ASP.NET Core application?

Tagi: CLR, gc, memory
Dziel się z innymi:
Zero Garbage Collector for .NET Core 2.1 and ASP.NET Core 2.1 – TooSlowException

Inne 2270 dni, 3 godziny, 28 minut temu KonradKokosa 194 źrodło rozwiń

Nowa seria: Tajemnice CLR. Dziś na tapetę biorę to jak działa metoda GetType() czyli skąd obiekt wie jakiego jest typu.

Tagi: CLR, coreclr, dotnet
Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | Tajemnice CLR - jak działa GetType()

Inne 2725 dni, 21 godzin, 47 minut temu KonradKokosa 237 źrodło rozwiń

W poprzedniej części opisałem wymagania wobec projektu MemoryVisualizer. Teraz pora przejść do konkretów, czyli technologii. Dla przypomnienia, piszę narzędzie, które pozwoli za pomocą jakiegoś języka zapytań wizualizować pamięć procesu .NETowego.

Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | MemoryVisualizer - szczegóły techniczne

Daj się poznać 2016 2972 dni, 18 godzin, 58 minut temu KonradKokosa 94 źrodło rozwiń

Projekt w ramach konkursu 'Daj się poznać' czas zacząć! Siedzę w temacie analizy pamięci w .NET już jakiś czas. Zaczęło się od potrzeby, kilka lat temu - produkcyjne systemy miały jakiś wyciek i trzeba było namierzyć dziada. Złapałem bakcyla. No to napiszę narzędzie!

Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | MemoryVisualizer - opis projektu

Daj się poznać 2016 2975 dni, 2 godziny, 49 minut temu KonradKokosa 169 źrodło rozwiń

O IntelliTrace pisałem już wielokrotnie. Do tej pory nie wyjaśniłem jednak, że chociaż IntelliTrace nazywamy debugger'em historycznym to w rzeczywistości IntelliTrace jest profilerem. Dokładniej mówiąc jednym z komponentów składowych IntellITrace jest niezarządzana implementacja interfejsu ICorProfiler. Profiler ten komunikuje się z zarządzaną częścią IntelliTrace, czyli z programem IntellITrace.exe. IntellITrace.exe jest natomiast używane przez Visual Studio...

Dziel się z innymi:
Michał Komorowski: Jeszcze więcej szczegółów na temat IntelliTrace

Narzędzia 3753 dni, 16 godzin, 23 minuty temu trismegista 121 źrodło rozwiń

1 2

Najaktywniejsi w tym miesiącu