Strona głównaUżytkownik

cezarypiatek | użytkownik

cezarypiatek
cezarypiatek
1 418,8
374 dni, 19 godzin, 34 minuty temu
18 kwietnia, 2014
dotnetomaniak.pl

Which analyzer package should I use and how to configure it to avoid most common problems related to async/await.

Dziel się z innymi:
Async code smells and how to track them down with analyzers - Part I · Cezary Piątek Blog

Sztuka programowania 1292 dni, 4 godziny, 17 minut temu cezarypiatek 67 źrodło rozwiń

In this blog post I introduce Mapping Generator - a possible design time alternative to AutoMapper.

Tagi: AutoMapper
Źródło: guidnew.com
Dziel się z innymi:
Mapping Generator - Design Time Alternative to AutoMapper - Guid.New

Narzędzia 1324 dni, 4 godziny, 14 minut temu cezarypiatek 78 źrodło rozwiń

How to configure dotnet core solutions to automatically generate client packages for WebAPI projects

Dziel się z innymi:
Auto generated WebAPI client library with NSwag · Cezary Piątek Blog

Narzędzia 1327 dni, 4 godziny, 3 minuty temu cezarypiatek 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 1355 dni, 4 godziny, 1 minutę temu Badamczewski 56 źrodło rozwiń

[EN] This video will show you some of the hidden keywords and undocumented features in dotnet C#, like the mysterious "__makeref" keyword as well as other features that are less known like array initializers, etc. [PL] Film pokazujący ukryte słowa kluczowe, które znajdują się z języku C# oraz kilka innych mało znanych funkcjonalności takich jak inicjalizatory kolekcji etc.

Źródło: www.youtube.com
Dziel się z innymi:
Hidden features in C# - YouTube

Sztuka programowania 1354 dni, 22 godziny, 49 minut temu Badamczewski 86 źrodło rozwiń

This video will show you some of the performance and allocation problems that you might encounter when writing LINQ expressions we will also see that an expression you see is not necessarily, what you get. LINQ is not all bad and we will show you an example where LINQ absolutely rocks! This video mentions examples found in my previous video: https://youtu.be/ahnaIdQMoYw Enjoy.

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

Sztuka programowania 1352 dni, 5 godzin, 3 minuty temu Badamczewski 95 źrodło rozwiń

Working with big databases, consisting of many, many tables (like hundreds or thousands), can be really painful. Recently, this happened to me and I discovered 2 lifehacks that help me survive this hard days. Filtering tables You know the struggle when you know a part of a database table name but cannot remember the whole name? How could it be named? BasketPositions, CustomerBasketPositions or maybe PositionsOfBasket? How can you know?! Yeah, it’s the everyday struggle with huge projects! This is...

Lifehacks for working with big databases – A Girl Among Geeks

Narzędzia 1362 dni, 1 godzinę, 46 minut temu AGirlAmongGeeks 86 źrodło rozwiń

A couple of tricks which simplify database access code while using Dapper library.

Tagi: C#, DAPPER, SQLServer
Dziel się z innymi:
Working efficiently with legacy database using Dapper · Cezary Piątek Blog

Bazy danych i XML 1362 dni, 1 godzinę, 46 minut temu cezarypiatek 130 źrodło rozwiń

One day we decided that we don’t want to waste any more time on tasks that can be automated and we decided to start with automation of our merging process. Today’s development teams use various branching models. Ranging from the straightforward ones, such as the trunk-based model, up to a completely autonomous continuous deployment process. Many consider continuous deployment to be a utopia for lar...

Źródło: medium.com
Dziel się z innymi:
[EN] The Automerger — automation is the key

Sztuka programowania 1386 dni, 4 godziny, 10 minut temu batas2 85 źrodło rozwiń

There’s a certain set of special method signatures in C# which have particular support on the language level. Methods with those signatures allow for using a special syntax which has several benefits. For example, we can use them to simplify our code or create DSL to express a solution to our domain-specific problem in a much cleaner way. I came across those methods in different places, so I decided to create a blog post to summarize all my discoveries on this subject.

Tagi: C#
Dziel się z innymi:
The Magical Methods in C# · Cezary Piątek Blog

Sztuka programowania 1395 dni, 3 godziny, 33 minuty temu cezarypiatek 203 źrodło rozwiń

How to keep two different types in synchronization using roslyn analyzers.

Tagi: C#, dotnet, roslyn
Dziel się z innymi:
[EN] Twin types - properties synchronization without inheritance · Cezary Piątek Blog

Narzędzia 1411 dni, 5 godzin, 22 minuty temu cezarypiatek 51 źrodło rozwiń

How to improve developer's experience while working with non-nullable references

Tagi: roslyn
Dziel się z innymi:
[EN] Improving non-nullable reference types handling · Cezary Piątek Blog

Sztuka programowania 1493 dni, 3 godziny, 11 minut temu cezarypiatek 64 źrodło rozwiń

Docker has built in great cache mechanism, but to be able to use it, you have to understand how it works.

Dziel się z innymi:
Optimize Docker .NET Core project and docker-compose solution to reduce build image time

Narzędzia 1495 dni, 3 godziny, 3 minuty temu Tometchy 56 źrodło rozwiń

How to create immutable types without writing a large amount of boilerplate code.

Dziel się z innymi:
[EN] Immutable types in C# with Roslyn · Cezary Piątek Blog

Sztuka programowania 1502 dni, 3 godziny, 26 minut temu cezarypiatek 89 źrodło rozwiń

If you are still using regex for setting AssemblyVersion you should definitely read this article.

Dziel się z innymi:
Setting assembly and nuget package metadata in .NET Core · Cezary Piątek Blog

Narzędzia 1599 dni, 3 godziny, 51 minut temu cezarypiatek 73 źrodło rozwiń

In this blog post, I’m going to describe how to create a tool for generating code during the build process and how I used it to create auto-synchronizing mapping classes.

Dziel się z innymi:
How to simulate AutoMapper that works during the build time · Cezary Piątek Blog

Narzędzia 1607 dni, 3 godziny, 33 minuty temu cezarypiatek 97 źrodło rozwiń

Kiepscy programiści często wypowiadają słowa klucze, po których da się ich poznać. Oto kilka zdań, jakie można od nich usłyszeć...

Źródło: kalkus.dev
Dziel się z innymi:
Zdania, które usłyszysz od złego programisty | O programowaniu

Sztuka programowania 1635 dni, 3 godziny, 23 minuty temu landeeyo 459 źrodło rozwiń

Documentation for new csproj format, as well as for Nuget related properties, is scattered across different MSDN documents, so I decided to create this blog post as a reference to what I’ve recently learned and discovered about the project’s options that affect the content of the output directory.

Dziel się z innymi:
Managing output in the .NET SDK projects · Cezary Piątek Blog

Narzędzia 1635 dni, 3 godziny, 23 minuty temu cezarypiatek 56 źrodło rozwiń

Odcinek jest poświęcony Festiwalowi Umbraco w Polsce. Jeżeli mówimy o Umbraco zwłaszcza w polsce to myślimy o jednej szczególnej osobie. Mianowicie o Marcinie Zajkowskim. To właśnie Marcin podjął się organizowania Festiwalu w Polsce.

After.conf - S02E04 - Festwial Umbraco - Marcin Zajkowski

Inne 1680 dni, 5 godzin, 4 minuty temu godev 30 źrodło rozwiń

W tym odcinku After.conf na przesłuchanie wziąłem Willy’iego Picarda. Pracował wiele lat na uczelni. Ma duże doświadczenie w wystąpieniach przed różnego pokroju publicznością. Wystąpienia publiczne przed studentami, a może grillowanie...

After.conf - S02E05 - Wystąpienia akademickie - Willy Picard

Inne 1675 dni, 4 godziny, 26 minut temu godev 35 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu