dotnetomaniak.pl - Artykuły z tagiem .Net

W dzisiejszym poście przyglądniemy się dość ciekawej wtyczce rozszerzającej możliwości Visual Studio. XAML Power Toys jest generatorem widoków, który automatycznie tworzy kod XAML na podstawie wcześniej przygotowanego view-model-u. Siłą rzeczy, skorzystamy z niego najlepiej stosując w naszej aplikacji wzorzec MVVM, chociaż nie jest to oczywiście warunek konieczny.

Źródło: strejczek.com
Dziel się z innymi:
XAML Power Toys – generator widoku XAML

Narzędzia 1773 dni, 2 godziny, 37 minut temu pstrejczek 93 źrodło rozwiń

O tym czy jest Eto.Forms i czy jest/nie jest ciekawe.

Źródło: strejczek.com
Dziel się z innymi:
Randezvous z Eto.Forms | PAWEŁ STREJCZEK

Inne 1780 dni, 3 godziny, 39 minut temu pstrejczek 115 ź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 1816 dni, 3 godziny, 9 minut temu packa 72 źrodło rozwiń

So…after quite a serious thing which was writing Pro .NET Memory Management book, I’ve decided to experiment with a little pet project for having some more fun. I have quite a few very interesting ideas going on in my head. Yet, I needed to choose one! And that’s how an idea of OutOfMemory game prototype materialized!

Dziel się z innymi:
OutOfMemory – a nerdy card game for developers! – TooSlowException

Inne 1822 dni, 2 godziny, 25 minut temu KonradKokosa 99 ź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 1822 dni, 2 godziny, 25 minut 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 1829 dni, 2 godziny, 23 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 1836 dni, 3 godziny, 31 minut temu packa 86 źrodło rozwiń

RECRUITMENT QUESTIONS FOR .NET DEVELOPER – WHAT YOU NEED TO KNOW BEFORE YOUR RECRUITMENT INTERVIEW

Tagi: .Net, Azure, C#
Źródło: adrianszen.com
Dziel się z innymi:
.NET Developer recruitment questions - Adrian Szeń

Inne 1842 dni, 2 godziny, 40 minut temu Adrian Szeń 156 ź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 1844 dni, 3 godziny, 7 minut temu packa 40 źrodło rozwiń

Today a friend showed me a piece of code that was supposed to serialize some Model to XML string without any consideration for custom namespaces apart from defined in given Model. Ok, so we need an instance of XmlSerializer for Model’s type and we will use XmlWriter to write through some MemoryStream and read the contents at the end. Seems quite obvious but is it? Let's dive into caveats of stream processing.

Tagi: .Net, C# .NET, stream, xml
Źródło: mszynka.pl
Dziel się z innymi:
XmlWriter forces stream to close

Sztuka programowania 1848 dni, 2 godziny, 34 minuty temu mszynka 28 ź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 1850 dni, 2 godziny, 54 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 1858 dni, 1 godzinę, 56 minut temu packa 64 źrodło rozwiń

Today I decided to check how Enumerable.EmptyT() works and wasn’t satisfied with the knowledge I got. I started digging a little bit deeper and wasted some of the precious beauty-sleep time so if you want to know what’s happening when you add an element to an empty collection, let me tell you a story of today’s night.

Enumerable.Empty() vs new IEnumerable() – what’s better? – A Girl Among Geeks

Architektura 1861 dni, 58 minut temu AGirlAmongGeeks 370 ź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 1865 dni, 1 godzinę, 30 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 1872 dni, 2 godziny, 26 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 1879 dni, 2 godziny, 15 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 1886 dni, 32 minuty temu packa 48 źrodło rozwiń

Continuing to examine new C# 8 features, today we are taking a look at the most controversial one. It’s a possibility to provide default interface methods implementation. Come and read to know more :)

Dziel się z innymi:
The most controversial C# 8.0 feature: Default Interface Methods Implementation - CodeJourney.net

Sztuka programowania 1890 dni, 1 godzinę, 57 minut temu dsibinski 177 źrodło rozwiń

What happens when you throw something which does not inherit from System.Exception? How to swallow ThreadAbortException? Is it possible that finally block is not executed? First part of .NET Internals Cookbook with answers to various C#/.NET/CLR questions.

Tagi: .Net, C#
Dziel się z innymi:
.NET Internals Cookbook Part 1 — Exceptions, filters and corrupted processes – Random IT Utensils

Inne 1893 dni, 2 godziny, 22 minuty temu packa 62 źrodło rozwiń

C# 8.0 brings us another nice feature called slicing. In order to make it possible, two new concepts are introduced: Indexes and Ranges. Let’s see how this tiny feature is supposed to make our life easier 🙂

Tagi: .Net, C#, C# 8.0, csharp
Dziel się z innymi:
C# 8: slicing with Indexes and Ranges - CodeJourney.net
1 2 3 4 5 6 7... 50 51

Najaktywniejsi w tym miesiącu