Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
157 dni, 11 godzin, 5 minut temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

… nie dlatego, że nie chcę. Po prostu nie wiem jak. Uuuuu, ale jak to? Przecież siedzę cały dzień przed komputerem! Powinienem wiedzieć! A jak nie wiem to co ze mnie za informatyk?

Dziel się z innymi:
Przemyślenia: Nie, nie naprawię Ci komputera… – Damian Antonowicz

Inne 2122 dni, 5 godzin, 37 minut temu Damian 117 źrodło rozwiń

Zdaję sobie sprawę, że temat dzisiejszego wpisu zdecydowanie nie wygląda „PRO” i wydawać by się mogło, że przeznaczony jest dla absolutnych laików programowania. Myślę jednak, że wielu programistów zaczynających swoją przygodę z mikroserwisami zadaje sobie w duchu pytanie, w jaki sposób ustrukturyzować wszystkie projekty i pliki, aby miało to ręce i nogi. Cóż… ja przynajmniej tak miałem i po kilku próbach + dyskusjach z innymi programistami wypracowałem własny „przepis”, który uwaga – dla mnie działa. Ni...

Źródło: foreverframe.net
Dziel się z innymi:
O repozytoriach i strukturze projektów w aplikacji opartej o mikroserwisy - Forever F[r]ame

Sztuka programowania 2121 dni, 17 godzin, 39 minut temu dpawlukiewicz 199 źrodło rozwiń

Updating your Microsoft Store listing is the best way to let customers know more about your app or game. You might want to update the description to call out key features, or add new screenshots and video trailers to help your customers see what your product does best. At times, you may also want to update your app’s or game’s price, either on an indefinite basis or as a limited-time sale to entice new customers to make a purchase.

Źródło: blogs.windows.com
Dziel się z innymi:
[EN] Publishing times for Microsoft Store just got faster! - Windows Developer BlogWindows Developer Blog

Inne 2122 dni, 17 godzin, 6 minut temu Piotr Stapp 4 źrodło rozwiń

Reducing memory allocations from 7.5GB to 32KB Contents Context of the problem Establishing a baseline Easy win 1 Easy win 2 Splits are never cool Lists are not always nice Pooling byte arrays Goodbye StringBuilder Skipping commas The war between classes and structs Goodbye StreamReader TLDR - give me a table

Źródło: dev.to
Dziel się z innymi:
[EN] Strings Are Evil - DEV Community 👩‍💻👨‍💻

Sztuka programowania 2121 dni, 17 godzin, 39 minut temu Piotr Stapp 45 źrodło rozwiń

.NET Core 2.1 is the latest release of the general-purpose development platform maintained by Microsoft and the .NET open source community. .NET Core is cross-platform and open source and consists of a .NET runtime, a set of reusable framework libraries, a set of SDK tools, and language compilers. Amongst many great features, this new release focuses on performance and brings us the System.Memory library that’s available right out of the box and is also available as a standalone package on NuGet. Today, ...

Tagi: dotnetcore
Źródło: www.codemag.com
Dziel się z innymi:
[EN]Introducing .NET Core 2.1 Flagship Types: Span T and Memory T

Narzędzia 2122 dni, 17 godzin, 6 minut temu Piotr Stapp 37 źrodło rozwiń

Microsoft has announced that the .NET Core 2.0 will be considered "end of life" and thus no longer supported as of October 1, 2018.  .NET Core 2.0 is considered a non-LTS release, and as such Microsoft only commits its support for three months after a successor has been released.  In this case, with .NET Core 2.1...

Tagi: dotnetcore
Źródło: www.infoq.com
Dziel się z innymi:
[EN]Flaw in .NET Core 2.1 Postpones .NET Core 2.0 End of Life

Narzędzia 2122 dni, 17 godzin, 6 minut temu Piotr Stapp 26 źrodło rozwiń

In the previous article, we started analyzing asynchronous programming in .NET world. There we made concerns about how this concept is somewhat misunderstood even though it has been around for more than six years, ie. since .NET 4.5. Using this programming style it is easier to write responsive applications that do asynchronous, non-blocking I/O operations. This is done by using async/await operators.  However, this concept is often misused. In this article, we will go through s...

Tagi: async/await
Źródło: rubikscode.net
Dziel się z innymi:
[EN] Asynchronous Programming in .NET – Common Mistakes and Best Practices | Rubik's Code

Sztuka programowania 2120 dni, 17 godzin, 20 minut temu Piotr Stapp 114 źrodło rozwiń

.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications. I have been working with .NET Core since the first 1.0 release, and have seen it maturing since. There have been some ups and downs from a software developer point of view, such as th...

Tagi: dotnetcore
Źródło: medium.com
Dziel się z innymi:
[EN] The .Net Core 2.2 Web framework roadmap and some of my views

Narzędzia 2122 dni, 5 godzin, 37 minut temu Piotr Stapp 82 źrodło rozwiń

We released .NET Core 2.1.1. This update includes .NET Core SDK 2.1.301, ASP.NET Core 2.1.1 and .NET Core 2.1.1. See .NET Core 2.1.1 release notes for complete details on the release.Quality UpdatesCLI[4050c6374]The “pack” command under ‘buildCrossTargeting’ for ‘Microsoft.DotNet.MSBuildSdkResolver’ now throws a “NU5104” warning/err...

Tagi: dotnetcore
Dziel się z innymi:
[EN] .NET Core 2.1 June Update | .NET Blog

Narzędzia 2122 dni, 5 godzin, 37 minut temu Piotr Stapp 56 źrodło rozwiń

This is a usage guide for asynchronous programming in F# using the Async type. The content should be helpful to existing F# Async users or those approaching F# concurrency from another programming language, and is complementary to existing material such as Asynchronous Programming by Scott Wlaschin, Async in C# and F# by Tomas Petricek and Async Programming in F# on MSDN.Table of ContentsDefinition— th...

Tagi: fsharp
Źródło: medium.com
Dziel się z innymi:
[EN]F# Async Guide – Lev Gorodinski – Medium

Sztuka programowania 2126 dni, 18 godzin, 48 minut temu admin 26 źrodło rozwiń

In the previous article, we had a chance to look at the basics of machine learning and we got introduced to the way ML.NET framework is working. For that purpose, we have used Iris Dataset, which is a very basic classification problem. Let’s take up a notch and try to solve something which is a bit more advanced. In this article, we will see how we can apply same concepts from the previous article on one regression p...

Źródło: rubikscode.net
Dziel się z innymi:
[EN] Machine Learning with ML.NET – Solving Real-World Regression Problem (Bike Sharing Demands) | Rubik's Code

Narzędzia 2122 dni, 5 godzin, 37 minut temu Piotr Stapp 53 źrodło rozwiń

Minęły ponad 2 lata odkąd ogłosiłem projekt "Książka" w maju 2016 roku. Wtedy jeszcze nie zdawałem sobie sprawy jak potężne jest to przedsięwzięcie, choć oczywiście wiedziałem, że łatwe nie jest.

Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | Jak idzie pisanie czyli co to znaczy 100%

Inne 2126 dni, 18 godzin, 48 minut temu KonradKokosa 98 źrodło rozwiń

RyuJIT is the code name for the .NET just-in-time compiler, one of the foundational components of the .NET runtime. In contrast, the Roslyn C# compiler compiles C# code to IL byte code. The RyuJIT compiler compiles IL byte code to machine code for multiple processors. With the recent merge of the dotnet/coreclr #18064 pull request, the...

Tagi: Narzedzia
Dziel się z innymi:
[EN] The RyuJIT transition is complete! | .NET Blog

Narzędzia 2126 dni, 18 godzin, 48 minut temu Piotr Stapp 21 źrodło rozwiń

Microsoft nareszcie udostępnił wersje produkcyjna Azure Kubernetes Service. Klika słów i linków na temat AKS ode mnie.

Źródło: kaluzny.io
Dziel się z innymi:
Azure Kubernetes Service (AKS) już dostępny

Cloud 2130 dni, 17 godzin, 9 minut temu Łukasz Kałużny 89 źrodło rozwiń

This article renders the previousones obsolete (which they already were at this point anyway). EF Core vs NHibernate: Preface EF Core has made a lot of progress and it took me quite a while ...

Tagi: EF, efcore, nHibarnate
Dziel się z innymi:
[EN] EF Core 2.1 vs NHibernate 5.1: DDD perspective - Enterprise Craftsmanship

Narzędzia 2134 dni, 8 godzin, 53 minuty temu Piotr Stapp 131 źrodło rozwiń

Reducing memory allocations from 7.5GB to 32KB Table of Contents Context of the problem Establishing a baseline Easy win 1 Easy win 2 Splits are never cool Lists are not always nice Pooling byte arrays Goodbye StringBuilder Skipping commas The war between classes and structs Goodbye StreamReader TLDR

Tagi: C#, memory
Źródło: medium.com
Dziel się z innymi:
[EN] Strings Are Evil - Reducing memory allocations from 7.5GB to 32KB

Architektura 2140 dni, 12 godzin, 15 minut temu Piotr Stapp 158 źrodło rozwiń

Version 1.24 is now available! Read about the new features and fixes from May.Dismiss this updateUpdatesUpdates Downloads: Windows | Mac | Linux 64-bit: .tar.gz.deb.rpm | Linux 32-bit: .tar.gz.deb.rpm Welcome to the May 2018 release of Visual Studio Code. You will notice several new features available for Preview in this milestone. Give them a try and let us know what you think.

Dziel się z innymi:
[EN] Visual Studio Code May 2018 Release Notes

Narzędzia 2144 dni, 17 godzin, 2 minuty temu Piotr Stapp 24 źrodło rozwiń

Since we launched Visual Studio 2017 in March of that year, it has become our most popular Visual Studio release ever. Your feedback has helped our team publish seven updates since our initial GA, which have improved solution load performance, build performance, and unit test discovery performance. We’ve also made Visual Studio 2017...

Dziel się z innymi:
[EN] What’s Next for Visual Studio | The Visual Studio Blog

Narzędzia 2142 dni, 6 godzin, 36 minut temu Piotr Stapp 33 źrodło rozwiń

Wstrzykiwanie zależności z wykorzystaniem kontenerów jest bardzo wygodne, ale też niesie z sobą trochę problemów. Jednym z tych problemów jest ilość oraz moment tworzenia obiektów. W tym wpisie pokaże ten problem oraz zaproponuje swoje rozwiązanie z wykorzystaniem obiektów Lazy. Poniżej jest przedstawiona dość standardowy kawałek kodu aplikacji ASP.NET MVC, w której jest wykorzystane wstrzykiwanie zależności przez konstruktor w formie interfejsów. Jak widać na kodzie pow...

Źródło: plawgo.pl
Dziel się z innymi:
Wstrzykiwanie zależności z wykorzystaniem Lazy – Blog Daniela Plawgo

Sztuka programowania 2162 dni, 18 godzin, 29 minut temu danielplawgo 112 źrodło rozwiń

1 2... 13 14 15 16 17

Najaktywniejsi w tym miesiącu