dotnetomaniak.pl - Artykuły z tagiem .Net

Architektura heksagonalna jest znana pod kilkoma nazwami. Na szczęście, niezależnie od nazwy, w każdym opisie cechuje się takimi samymi rzeczami. Po pierwsze – świetnie separuje aspekty biznesowe od technicznych. Po drugie – projektowanie prostych adapterów pozwala na podejmowanie pewnych decyzji na późniejszym etapie projektu. Na koniec, po trzecie – wymienność adapterów ułatwia testowanie, jak i eksperymentowanie.

Architektura heksagonalna w C#

Architektura 1296 dni, 58 minut temu Cesarstwo-Dev 227 źrodło rozwiń

Tym razem chciałbym się skupić na tym, jak dostarczyć odpowiednie fragmenty kodu klienta API do pozostałych członków zespołu tak, by każdy mógł go używać w odpowiedni sposób.

Źródło: cesarstwo-dev.pl
Dziel się z innymi:
Jak dostarczyć klienta API

Sztuka programowania 1307 dni, 1 godzinę, 14 minut temu Cesarstwo-Dev 113 źrodło rozwiń

Pierwszy techniczny artykuł w Cesarstwie-Dev, i od razu coś ekstra! Połączenie dwóch tematów, które są bardzo bliskie memu sercu – integracje z zewnętrznymi systemami oraz testy! To co? Zaczynajmy!

Tagi: .Net, C#, integracja, testy
Źródło: cesarstwo-dev.pl
Dziel się z innymi:
Integracja z zewnętrznym API przy użyciu testów

Sztuka programowania 1310 dni, 1 godzinę, 14 minut temu Cesarstwo-Dev 77 źrodło rozwiń

C# 9.0 jest już wspierany przez LINQPad. Aplikacja pozwala podejrzeć IL code oraz przetestować nowe funkcjonalności.

Tagi: .Net, C#, C# 9.0
Źródło: prosty.net
Dziel się z innymi:
C# 9.0 wspierany przez LINQPad – Prosty.NET

Sztuka programowania 1348 dni, 1 godzinę, 45 minut temu mjuskiewicz 100 źrodło rozwiń

Today, I will introduce some changes in version 5.0 and present how to update the version in the project from version 3.1 to 5.0.

Źródło: bush-dev.com
Dziel się z innymi:
ASP.NET Core 5.0 - what changes?

Web 1398 dni, 56 minut temu bush_dev 131 źrodło rozwiń

Our teams, at Altkom Software & Consulting, are using the Camunda BPM platform successfully in many projects for over 5 years. We designed, built, and deployed solutions based on Camunda in the financial and insurance industries allowing our customers to digitize their business and deliver business value faster, directly to their customers. Five years ago Camunda was a novelty, now it is well known and established platforms, one of the leaders in the workflow automation area, but most of the projects...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Camunda and .NET Core - friends or foes? - Software House Altkom Software & Consulting

Architektura 1412 dni, 1 godzinę, 21 minut temu witek1902 67 źrodło rozwiń

It is said that picture is worth a thousand words, and I agree. That’s why I like preparing technical drawings to explain various concepts. So, here it is – a short story of how async/await works in .NET.

Dziel się z innymi:
.NET async/await in a single picture – TooSlowException

Inne 1424 dni, 1 godzinę, 29 minut temu KonradKokosa 158 ź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 1473 dni, 1 godzinę, 9 minut temu KonradKokosa 85 źrodło rozwiń

A brief introduction to Blazor's possibilities, how to create the first project, what his future is and whether it's competition for JavaScript.

Źródło: bush-dev.com
Dziel się z innymi:
Blazor - can it replace JavaScript? | bush_dev

Web 1492 dni, 30 minut temu bush_dev 125 źrodło rozwiń

Have you ever wondered how you can use somebody's external library with native API calls? With side-loading - P/Invoke style.

Tagi: .Net, Windows
Źródło: mszynka.pl
Dziel się z innymi:
[C#] Ultimate P/Invoke hacker tutorial

Google Analytics API is a very nice tool to download statistics from our website to another application. I present here how to use it.

Źródło: bush-dev.com
Dziel się z innymi:
How to use Google Analytics API Client Library in C# application | bush_dev

Inne 1506 dni, 11 minut temu bush_dev 52 źrodło rozwiń

Today’s article will focus on something that is a key element of creating and operating services in .NET Core technology, or Dependency Injection. In writing this article I assume that the reader knows the basics of programming in C#.

Źródło: bush-dev.com
Dziel się z innymi:
Dependency Injection in .NET Core

Opinions, thoughts, solutions by Paweł Pindel on Azure Functions v2 stopped working after release of Azure Functions v3 Did you experience that problem? Because me and my team did. We spent a lot of time looking for solution which appears to be actually really simple. However, I couldn’t find Microsoft information about that in recent changelogs, blog posts etc. But let me explain what the reason was. It seems like before deployme...

Tagi: .Net, Azure, C#, functions
Źródło: netsharpdev.com
Dziel się z innymi:
Azure Functions v2 stopped working after v3 release

Cloud 1541 dni, 10 minut temu netsharpdev 38 źrodło rozwiń

Recently I am starting a couple of new projects. One of them is my university open-source project helping to donate animal shelters. The first challenge every developer faces is the architecture. There are many possible architectural patterns. I wrote a post about choice between monolith and microservices here. But this post is about how to structure your solution. Clean architecture is one of the ...

Clean Architecture based on my open-source project

Architektura 1598 dni, 4 minuty temu netsharpdev 167 źrodło rozwiń

There are lot of tips which I would like to share but I will present only a small portion of the key takeyways which subjetively seemed most intersting for me. Don’t hate me for my somewhat short explanation of topics here, the main purpose of the post is to aggregate the bullet points from conference and reference the most interesting stuff 🙂Source: https://twitter.com/developerdayspl DAY 1 The Intelligent Cloud and Intelligent Edge Cotin -role of ...

Notes from .NET Developer Days 2019 | SimplyAboutCode

Inne 1628 dni, 18 minut temu SimplyAboutCode 105 źrodło rozwiń

Wpis poświęcony HierarchyID w najnowszym EF.

Źródło: softwarehut.com
Dziel się z innymi:
Using HierarchyID in Entity Framework | SoftwareHut Tech Blog

MenuHomeAboutArchivesSubscribe Opinions, thoughts, solutions by Paweł Pindel on At the beginning, it is worth considering what asynchronous programming is and why it is better than synchronous. Asynchronous programming involves approaching the problem in a completely different way. The point is that the program code does not execute line by line, waiting each time for the end of the operation to move on. It allows us to speed up the program to a great extent, release the main t...

Źródło: netsharpdev.com
Dziel się z innymi:
Asynchronous programming in .NET - introduction

Sztuka programowania 1676 dni, 2 godziny, 43 minuty temu netsharpdev 190 źrodło rozwiń

In this series I describe the new Microsoft.FeatureManagement library that is being developed by the Azure team. It standardises the approach to adding feature flags to an ASP.NET Core app. In the first post, I introduce the library and show how to create simple feature flags. In later posts I show some of the extensibility features of the library, as well as the some of the tighter integration points with ASP.NET Core Posts in this series (new posts will be listed here as they're written): Part 1...

Źródło: andrewlock.net
Dziel się z innymi:
Adding feature flags to an ASP.NET Core app

Inne 1699 dni, 1 godzinę, 6 minut temu rroszczyk 106 źrodło rozwiń

Pierwsze przymiarki do C# w ersji ósmej. Wyamgania i kilka najfajniejszych moim zdaniem zmian.

Tagi: .Net, C#, programing
Dziel się z innymi:
C# 8.0 - developer.net.pl

Sztuka programowania 1748 dni, 1 godzinę, 39 minut temu Wookashi 255 źrodło rozwiń

Cześć! To już drugi artykuł z serii “Od zera do developera“. Aby przejść tę drogę należy nie tylko umieć zamienić nasze myśli na działający kod ale przede wszystkim posiadać wiedzę na temat języków, technologii i frameworków w jakich przyjdzie Ci pracować. Nieważne czy jesteś studentem czy nie, czy doświadczonym developerem, a może jesteś już po stażu, udając się na rozmowę kwalifikacyjną na pewno będzie przed Tobą...

Źródło: codebility.pl
Dziel się z innymi:
Pytania rekrutacyjne #1 - .NET Developer - CODEBILITY

Inne 1752 dni, 1 godzinę, 36 minut temu codebility 634 źrodło rozwiń

1 2 3 4 5... 50 51

Najaktywniejsi w tym miesiącu