dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Narzędzia - Strona 2

Zapraszam do przeczytania czwartego z serii artykułów o nieco bardziej zaawansowanych kwestiach związanych z GIT. W tym artykule: 📕Przegląd narzędzi graficznych do obsługi systemu GIT 🔍Przegląd narzędzi do rozwiązywania konfliktów 🐧Jak w Windowsie korzystać z Linuxowej linii komend ➕Inne przydatne informacje - jak ułatwić sobie pracę z GITem

Źródło: www.arturnet.pl
Dziel się z innymi:
[GIT] Zaawansowane funkcje - cz. 4 - Przydatne Narzędzia - www.Arturnet.pl - Programowanie by Art511

Narzędzia 907 dni, 9 godzin, 59 minut temu art511 61 źrodło rozwiń

aboutblogpodcastyoutubespeaking browse by category or dateParallel.ForEachAsync in .NET 6Comment on this post [1]Posted in DotNetCore | Open Source Sponsored By Great tweet from Oleg Kyrylchuk (follow him!) showing how cool Parallel.ForEachAsync is in .NET 6. It's new! Let's look at this clean bit of code in .NET 6 that calls the public GitHub API and retrieves n number of names and bios, given a list of GitHub users:using System.Net.Http.Headers; using System.Ne...

Tagi: dotnet6
Źródło: www.hanselman.com
Dziel się z innymi:
Parallel.ForEachAsync in .NET 6 - Scott Hanselman's Blog

Narzędzia 913 dni, 11 godzin, 45 minut temu Piotr Stapp 124 źrodło rozwiń

Some time ago, I finally managed to switch from Visual Studio to JetBrains Rider at work. Finally, because I used to work a lot with Rider before, and I really like this IDE. Unfortunately, I ran into some annoying problems with docker-compose debug configuration.

Dziel się z innymi:
I couldn’t debug the code because of my name...

Narzędzia 920 dni, 11 godzin, 23 minuty temu mkaminski 84 źrodło rozwiń

Kolejny z serii artykułów o GIT. Dzisiaj sporo wiedzy o liniowej historii zmian w GIT. Szczególnie przyjrzymy się poleceniu REBASE. Często pracując nad projektem chcemy mieć czystą historię zmian, niezaśmieconą merge comitami i niepoprzeplataną mieszaniną commitów naszych i innych programistów. Możemy to zrealizować na kilka sposobów. Omówimy je w tym artykule.

Tagi: .Net, git
Źródło: www.arturnet.pl
Dziel się z innymi:
[GIT] Zaawansowane funkcje - cz. 3 - REBASE - www.Arturnet.pl - Programowanie by Art511

Narzędzia 922 dni, 11 godzin, 34 minuty temu art511 80 źrodło rozwiń

aboutblogpodcastyoutubespeaking browse by category or dateShrink your WSL2 Virtual Disks and Docker Images and Reclaim Disk SpaceComment on this post [4]Posted in Docker | Linux Sponsored By Docker Desktop for Windows uses WSL to manage all your images and container files and keeps them in a private virtual hard drive (VHDX) called ext4.vhdx. It's usually in C:\Users\YOURNAME\AppData\Local\Docker\wsl\data and you can often reclaim some of the space if you've cle...

Tagi: WSL
Źródło: www.hanselman.com
Dziel się z innymi:
Shrink your WSL2 Virtual Disks and Docker Images and Reclaim Disk Space - Scott Hanselman's Blog

Narzędzia 926 dni, 11 godzin, 34 minuty temu Piotr Stapp 25 źrodło rozwiń

W poprzednim artykule wprowadziłem Cię w tematykę Infrastructure as Code. Pokazałem Ci, czym jest ten proces, jakie są jego plusy oraz minusy. Natomiast w tym wpisie skupimy się już na czymś bardziej praktycznym. Pokażę Ci, jak zacząć pracę z Terraform (Azure) i utworzymy pierwszy prosty zasób z wykorzystaniem kodu. W kolejnym wpisie natomiast stworzymy bardziej rozbudowany przykład.Terraform Terraform (https://www.terraform.io/) jest jednym z rozwiązań Infras...

Źródło: plawgo.pl
Dziel się z innymi:
Terraform i Azure - PROGRAMUJE .NET - Daniel Plawgo

Narzędzia 933 dni, 11 godzin, 32 minuty temu danielplawgo 86 źrodło rozwiń

Cykl artykułów o nieco bardzoej zaawansowanym użyciu GITa Czym właściwie jest HEAD w GIT? Co to utrata głowy (detached HEAD), czy to niepoprawny stan, jak sobie z nim radzić i do czego może się przydać. Pierwszy artykuł z serii "GIT ZAAWANSOWANY".

Tagi: .Net, git
Źródło: www.arturnet.pl
Dziel się z innymi:
[GIT] Zaawansowane funkcje - cz. 1 - HEAD i utrata głowy - www.Arturnet.pl - Programowanie by Art511

Narzędzia 936 dni, 11 godzin, 37 minut temu art511 58 źrodło rozwiń

Advertisement: Karen Payne Published in: CODE Magazine: 2021 - September/October Last updated: August 26, 2021 Download File Tweet Download File Syntax Highlight Theme: Brown PaperCodepen EmbedColor BrewerDraculaDarkDarkulaDefaultDraculaFarFoundationGithubGithub GistGoogleCodeGrayscaleIdeaIR BlackKava DocsKava Docs DarkKimbie.DarkKimbie.LightMagulaMono BlueMonokaiMonokai S...

Tagi: NuGet
Źródło: www.codemag.com
Dziel się z innymi:
Working with NuGet Local Packages

Narzędzia 941 dni, 11 godzin, 38 minut temu Piotr Stapp 36 źrodło rozwiń

Posted on przez Daniel PlawgoWprowadzenie Od wielu lat złożoność systemów systematycznie rośnie. Gdy zaczynałem swoją zawodową przygodę z programowaniem w .NET w okolicach 2007, większość systemów była bardzo prosta. Był to na ogół Windows Server z IIS oraz baza danych MS SQL Server. Aktualnie, w szczególności w rozwiązaniach chmurowych, ilość używanych komponentów jest dość spora, nawet przy prostej aplikacji. Dlatego coraz większą popularność zdobywają rozwiązania Infrastructure as Code (IaC), któryc...

Źródło: plawgo.pl
Dziel się z innymi:
Infrastructure as Code - PROGRAMUJE .NET - Daniel Plawgo

Narzędzia 947 dni, 11 godzin, 43 minuty temu danielplawgo 138 źrodło rozwiń

Nikolche September 15th, 2021 We’re happy to announce the first preview release of Package Source Mapping with Visual Studio 2022 preview 4! Package Source Mapping gives you fine-grained control of where your packages come from by mapping every package in your solution to a target package source. Safeguarding your software supply chain is crucial if you use a mix of public and private package sources. Earlier this year, we published a set of best security practices to minimize risk from vulnerable pac...

Tagi: Security
Dziel się z innymi:
Introducing Package Source Mapping - The NuGet Blog

Narzędzia 948 dni, 11 godzin, 38 minut temu Piotr Stapp 44 źrodło rozwiń

Skip to main contentSkip to main contentMicrosoftWindows BlogsWindows Blogs Windows Blogs Home Windows ExperienceDevicesWindows DeveloperMicrosoft EdgeWindows InsiderMicrosoft 365MoreAll MicrosoftMicrosoft 365OfficeWindowsSurfaceXboxDealsSupportSoftwareSoftwareWindows AppsOneDriveOutlookSkypeOneNoteMicrosoft TeamsMicrosoft EdgePCs & Devices PCs & Devices ComputersShop XboxAccessoriesVR & mixed realityPhonesEntertainmentEntertainmentXbox G...

Tagi: edge
Źródło: blogs.windows.com
Dziel się z innymi:
Make Microsoft Edge DevTools your own - Microsoft Edge Blog

Narzędzia 948 dni, 11 godzin, 38 minut temu Piotr Stapp 22 źrodło rozwiń

Sergey VasilievTags:#CSharp#SecurityAuthor: Sergey VasilievSAST in PVS-StudioXML bombs (billion laughs attack)Coming back to Visual Studio 2022Conclusion In April 2021 Microsoft announced a new version of its IDE – Visual Studio 2022 – while also announcing that the IDE would be 64-bit. We've been waiting for this for so long – no more 4 GB memory limitations! However, as it turned out, it's not all that simple... announcement post. But let's get to the matter in quest...

Źródło: pvs-studio.com
Dziel się z innymi:
How Visual Studio 2022 ate up 100 GB of memory and what XML bombs had to do with it

Narzędzia 950 dni, 11 godzin, 46 minut temu Piotr Stapp 49 źrodło rozwiń

Od słów Ballmera z 2001 roku 'Linux is a cancer' Microsoft zmienił się na tyle, że można uznać go za jednego z głównych kontrybtorów wielu projektów OSS. Mimo tego nadal ma on problemy z projektami OSS na których bazuje świat .NET: Docker, IdentityServer4, Ocelot, pokazały MSowi czerwoną kartkę.

Microsoft nadal nie umie w Open Source

Narzędzia 954 dni, 11 godzin, 46 minut temu djfoxer 164 źrodło rozwiń

I recently migrated my VS Extension MappingGenerator (https://mappinggenerator.net/) to VisualStudio 2022. Unfortunately, I lost 4h by following the official migration guideline. Here are my notes on the subject to save you some time https://cezarypiatek.github.io/post/migrate-vsix-to-vs2022/

BREAKING: Developer revealed a complete release pipeline source code for commercial product

Narzędzia 970 dni, 12 godzin, 6 minut temu cezarypiatek 49 źrodło rozwiń

This week, I'm continuing the Docker topic. Last time I explained how to build an optimal image for your application. Today I wrote how to publish it to the DockerHub and Github Container Registry using Github Actions.

Źródło: event-driven.io
Dziel się z innymi:
How to build and push Docker image with GitHub actions? - Oskar Dudycz

Narzędzia 989 dni, 11 godzin, 39 minut temu oskar-at-net 37 źrodło rozwiń

With the simple tricks, you can make your Docker image less cluttered and build faster. In my recent article, I explained practical patterns on how to do that. I showed real-world samples with .NET and NodeJS applications.

Tagi: devops, docker
Źródło: event-driven.io
Dziel się z innymi:
How to build an optimal Docker image for your application? - Oskar Dudycz

Narzędzia 996 dni, 11 godzin, 39 minut temu oskar-at-net 102 źrodło rozwiń

Nik June 30th, 2021 With the release of Visual Studio 16.10 comes a new analysis engine for the Performance Profiler, with the .NET Object Allocation Tool being the first tool to be onboarded. This provides the tool with some new features and a significant perf boost. Give it a shot with your C# app and see what spurious allocations you can remove to speed up your app! The .NET Object Allocation Tool now has support for Source Link which lets the tool pull down source files when going to source. This ...

Dziel się z innymi:
.NET Object Allocation Tool Performance | Visual Studio Blog

Narzędzia 1026 dni, 8 godzin, 57 minut temu Piotr Stapp 20 źrodło rozwiń

TL;DR: Another Serilog Expressions by example post, showing how to produce newline-delimited JSON logs from Serilog events. Newline-delimited JSON is a useful format for structured logs that will be read by other applications. Serilog’s built-in JsonFormatter implements this, but to my eyes, its output is awkward and verbose. The newer CompactJsonFormatter and RenderedCompactJsonFormatter in Serilog.Formatting.Compact produce cleaner JSON, and that format is supported by other tools in the Serilog ecos...

Tagi: serilog
Źródło: nblumhardt.com
Dziel się z innymi:
Customized JSON formatting with Serilog

Narzędzia 1038 dni, 11 godzin, 25 minut temu Piotr Stapp 54 źrodło rozwiń

Tim DeschryverBlogSnippets NewsletterAccent colorBackground colorThemeCustomNight OwlAtom DarkDraculaNordPublished@tim_deschryverAll postsJust the code👀 Just show me the code already The next project I'm setting up will use AutoFixture from the start to set up the "arrange" part of a test and here is why. When a new project is in the start-up phase all models are relatively small, simple, and do not have a lot of relations. This makes the tests easy to arrange and also easy to read. Because the team ...

Tagi: Test
Źródło: timdeschryver.dev
Dziel się z innymi:
Why I stopped worrying about test setups by using AutoFixture

Narzędzia 1039 dni, 12 godzin, 12 minut temu Piotr Stapp 56 źrodło rozwiń

June 17th, 2021 We’re excited to announce that the first preview release of Visual Studio 2022 is ready to install! This is the first release of a 64-bit Visual Studio and we’d love for you to download it, try it out, and join us in shaping the next major release of Visual Studio with your feedback. Download Visual Studio 2022 Preview Our key goal with this preview is to test and tune the scalability of the new 64-bit platform! With the new 64-bit platform Visual Studio is now capable of scaling to ma...

Dziel się z innymi:
Visual Studio 2022 Preview 1 now available! | Visual Studio Blog

Narzędzia 1044 dni, 11 godzin, 43 minuty temu Piotr Stapp 93 źrodło rozwiń

1 2 3 4 5... 59 60

Najaktywniejsi w tym miesiącu