dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Inne - Strona 7

Matt June 8th, 2021 I’m excited to share with you some of the improvements that have been made to .NET that are coming in .NET 6 in the area of dates, times, and time zones. You can try out all of the following, starting with .NET 6 Preview 4. In this blog post, I’m going to cover the following topics:The new DateOnly and TimeOnly typesTime Zone Conversion APIsTime Zone Display Names on Linux and macOSTimeZoneInfo.AdjustmentRule Improvements For even more details, you can also refer to dotnet/runtime...

Tagi: DateTime
Dziel się z innymi:
Date, Time, and Time Zone Enhancements in .NET 6 | .NET Blog

Inne 1049 dni, 18 godzin, 30 minut temu Piotr Stapp 27 źrodło rozwiń

SourceGear.Llama.Swift.Sdk, now available on NuGet, is an MSBuild project SDK for .NET 5 that allows compiling Swift, with support for calling .NET class libraries. This blog entry is a closer look at those features. Reminder: Llama is at the "proof of concept" stage, and is not production ready. In my previous Llama blog entry, I walked through a simplistic implementation of "grep" in both C# and Rust. Let's revisit that sample now in Swift.The .swiftproj file Recall that the project file for the C#...

Tagi: Swift
Źródło: ericsink.com
Dziel się z innymi:
Llama Preview: Swift on .NET

Inne 1049 dni, 18 godzin, 30 minut temu Piotr Stapp 22 źrodło rozwiń

Sign inSoftware CraftMicrosoftJavaScriptCoding For KidsScience & TechHumorAboutGlobal using, file-scoped namespaces, and other enhancements will slim down unnecessary codeMatthew MacDonaldFollow·7 min read We’ve been speculating about the future of C# 10 for a while. The possibilities are no secret. Spend some time on the C# GitHub page and you’ll find a long list of tantalizing ideas — some with major headaches still being hashed out. Many of them won’t make it into the next version of C#, and some ...

Tagi: csharp
Źródło: medium.com
Dziel się z innymi:
5 New Features in C# 10 - Global using, file-scoped namespaces, and more | Young Coder  | Young Coder

Inne 1050 dni, 18 godzin, 21 minut temu Piotr Stapp 79 źrodło rozwiń

azure devops · devops · WydarzeniaProgrammer-girl Nie pisałam tutaj już od jakiegoś czasu – a to dlatego, że intensywnie pracuję nad Kursem Azure DevOps. Tworzymy go razem ze Stanisławem Bugalskim już od kilku miesięcy. Planujemy wystartować w połowie lipca, a do piątku 11.06. do godz. 20:59 trwa przedsprzedaż. Tyle reklamy, teraz przejdźmy do materiałów, z których możecie sie czegoś nauczyć.Moje materiały o Azure DevOps O Azure DevOps już nie raz pisałam tutaj na blogu. Jeśli jesteście ciekawi innych...

Tagi: kurs
Dziel się z innymi:
[Reklama] Kurs Azure DevOps – przedsprzedaż – Programmer-girl

Inne 1050 dni, 18 godzin, 21 minut temu Piotr Stapp 33 źrodło rozwiń

Programming adventuresdotnetdotnet-coreaspnetaspnet-coreComments So you want to learn .NET but you are confused about the differences between .NET Framework and .NET Core or what the various versions of ASP.NET are or what the relationship is between C# and F#? If that is the case then you came to the right place. This guide will cover all the basics of .NET and shed some light on the various acronyms and buzz words behind it! If you are new to .NET and you want to get a holistic overview of the enti...

Tagi: basic
Źródło: dusted.codes
Dziel się z innymi:
.NET Basics - Dusted Codes

Inne 1051 dni, 17 godzin, 30 minut temu Piotr Stapp 45 źrodło rozwiń

It’s a Thursday, which means: .NET open source drama. Last October, Dominick Baier and Brock Allen, the two creators and maintainers of IdentityServer, announced that IS’s current business model was inherently unsustainable and they’d be moving to a paid licensing model using the Reciprocal Public License (RPL) and under a new company, Duende Software, beginning with IdentityServer5. Last month Microsoft announced that they were going to continue to include Duende’s IdentityServer dependency in their...

Tagi: open source
Źródło: aaronstannard.com
Dziel się z innymi:
.NET Open Source: What Happens When the Free Lunch Ends? – Aaronontheweb

Inne 1051 dni, 17 godzin, 30 minut temu Piotr Stapp 27 źrodło rozwiń

Bycie dobrym Tech Liderem wymaga doskonalenia zarówno umiejętności technicznych, jak i miękkich. Zauważyłem, że przez dłuższy czas skupiałem się na aspektach technicznych, zaniedbując obszar umiejętności miękkich. Czułem się bardzo zajęty i kręciłem się w kółko. Po poznaniu w jaki sposób odpowiednio delegować, udaje mi się zaoszczędzić czas i koncentruje się na rzeczach, które są dla mnie ważne.

Tagi: leadership
Dziel się z innymi:
How Best To Delegate Work And Free Up Your Time As a Tech Leader

Inne 1052 dni, 18 godzin, 44 minuty temu Adrian_Tarnowski 41 źrodło rozwiń

Richard June 3rd, 2021 The .NET or Common Language Runtime (CLR) type system is the foundation of the .NET programming model. We often talk about System.Object being the base of the type system, but it’s really the base of all (reference) types. The type system is (at least) one step lower than that. It defines that both reference and value types exist, that strings are immutable, that single-inheritence is allowed and multiple-inheritence is not, and that generics are a runtime concept. On the other h...

Tagi: CLR
Dziel się z innymi:
Conversation about the .NET type system | .NET Blog

Inne 1052 dni, 18 godzin, 44 minuty temu Piotr Stapp 34 źrodło rozwiń

News.NET 6 Preview 4 Ships 'Ready for Real-World Testing'David Ramel05/25/2021 Many features in the just-shipped .NET 6 Preview 4 are close to being in final form, Microsoft says, making it "ready for real world testing if you haven't yet tried .NET 6 in your environment." That doesn't mean it's ready for production use, though, as "go live" builds for that aren't expected until August, ahead of a newly finalized Nov. 9 GA release date. At that time, Microsoft's massive effort to unify all .NET...

Tagi: dotnet6
Dziel się z innymi:
.NET 6 Preview 4 Ships 'Ready for Real-World Testing' -- Visual Studio Magazine

Inne 1057 dni, 18 godzin, 6 minut temu matwiatrzyk 44 źrodło rozwiń

A new Blazor feature for ASP.NET Core 6 is custom events. With them, we can add custom logic to browser events. In this post we are going to implement a “multimedia paste”. What we will do is allow users to paste both text and images into a textarea. For that we will use a custom event. For this example I will use ASP.NET Core 6 and a Blazor WASM app. We need to configure the new event in two places, in JavaScript and in Blazor. Let’s start with JavaScript. JavaScript In JavaScript we ind...

Tagi: dotnet6
Źródło: gavilan.blog
Dziel się z innymi:
Blazor .NET 6 – Custom Events – Pasting Images Like on Twitter – ASP.NET Core 6

Inne 1057 dni, 18 godzin, 6 minut temu matwiatrzyk 31 źrodło rozwiń

25th May 202125th May 2021Steve Gordon.NET 6 In .NET 6 (preview 4), two long-awaited types have been introduced as part of the core library. DateOnly and TimeOnly allow developers to represent either the date or time portion of a DateTime. These two new types are structs (value types) and may be used when your code deals with date or time concepts independently. Both types can be found in the System namespace. Using these new types may align well with how databases allow similar data to be represented. ...

Tagi: dotnet6
Dziel się z innymi:
Using DateOnly and TimeOnly in .NET 6 - Steve Gordon - Code with Steve

Inne 1062 dni, 17 godzin, 17 minut temu Piotr Stapp 84 źrodło rozwiń

I will introduce you to how you can design a neural network in C# using TensorFlow.NET.

Designing neural networks in C# using TensorFlow.NET | bush_dev

Inne 1065 dni, 18 godzin, 34 minuty temu bush_dev 86 źrodło rozwiń

W tym odcinku zapraszam na rozmowę z Adamem Marczakiem, osobą która połączyła dwie kariery w jedną całość. Adam jest architektem rozwiązań w chmurze, oraz z sukcesem prowadzi kanał technologiczny na YouTube. Oprócz tego jest po prostu skromną i niesłychanie pozytywną osobą. Jak połączyć te dwie kariery? Co daje prowadzenie kanały na YouTube z ponad 55 TYSIĄCAMI subskrybentów? Jak przekuć stres w pozytywne działanie, skąd brać inspiracje i jak działa ekstremalne podejście do zadań w życiu prywatnym i zaw...

Dziel się z innymi:
IT i TO | #9: Dwie kariery, architekt chmury i "jutuber" - Adam Marczak

Inne 1071 dni, 17 godzin, 42 minuty temu tonyszko 31 źrodło rozwiń

Certyfikaty w karierze IT! Niezbędny punkt w CV czy raczej kwiatek do kożucha? A może inaczej to wygląda na poszczególnych etapach kariery. Wy pytacie o to, ja odpowiadam. W tym odcinku, przedstawiam mój punkt widzenia na rolę certyfikatów w karierze i ogólniej w branży IT. Czy warto inwestować w certyfikaty i kiedy? Kiedy mogą one już być zbędne? Czy certyfikaty mogą służyć jako podsumowanie wiedzy? Kiedy mogą być naszym wyróżnikiem na rynku.

IT i TO | #8: O certyfikatach: czy, kiedy, po co ... a może nie warto

Inne 1076 dni, 16 godzin, 31 minut temu tonyszko 80 źrodło rozwiń

Krótki opis wraz z przykładem techniki EventStorming - Process Level.

EventStorming - Process Level

Inne 1076 dni, 16 godzin, 31 minut temu blackik 39 źrodło rozwiń

Kim jest generalista i co robi w świecie technologii (podpowiem, nie jest to generał)? Zapraszam na rozmowę z Sebastianem Gębskim, architektem w AWS. Rozmawiamy nie o AWS ale o roli konsultanta, i jak zmieniała się na przestrzeni ostatnich lat przez zmianę w dostępie do informacji; o leadership w świecie technologii; roli CTO i VP of Engineering; byciu generalistą i co to oznacza; ewolucji internetu ... i wielu innych tematach.

IT i TO | #07: Bycie generalistą w technologii - Sebastian Gębski

Inne 1076 dni, 16 godzin, 31 minut temu tonyszko 16 źrodło rozwiń

I’m going to talk about reflection-heavy libraries; I will describe the scenario I’m talking about - as it is commonly used today, the status quo, giving a brief overview of the pros and cons of this, and then present the case that times have changed, and with new language and runtime features: it may be time to challenge our way of thinking about this kind of library. I’m a code-first kind of developer; I love the inner-loop experience of being able to tweak some C# types and immediately have everyth...

Tagi: tool
Dziel się z innymi:
Code, code and more code.: Is the era of reflection-heavy C# libraries at an end?

Inne 1080 dni, 12 godzin, 29 minut temu Piotr Stapp 75 źrodło rozwiń

Darmowa konferencja w tematyce kontenerów, docker i kubernetes

Tagi: reklama
Dziel się z innymi:
[Zaproszenie] Architektura i kontenery - 100% free i online

Inne 1080 dni, 12 godzin, 29 minut temu Piotr Stapp 54 źrodło rozwiń

Maarten Balliauw Loves web and HTTP, C#, Kotlin, Azure and application performance. Developer Advocate at JetBrains. Frequent speaker at and organizer of various community events. Likes brewing his own beer.Follow Antwerp, Belgium Twitter LinkedIn Github Edit on GitHub For a couple of months now, I’ve been pondering about what tools are at your disposal in .NET to help build and execute a supply chain attack. My goal was to see what is available out there, and what we, as .NET developers, should be awa...

Tagi: NuGet
Dziel się z innymi:
Building a supply chain attack with .NET, NuGet, DNS, source generators, and more! - Maarten Balliauw {blog}

Inne 1083 dni, 5 godzin, 32 minuty temu Piotr Stapp 50 źrodło rozwiń

Witajcie w 72. odcinku Ostrej. W tym odcinku staramy się przedyskutować temat kiedy iść po podwyżkę. Rozmawiamy o tym czy po podwyżkę można iść codziennie, czy kasa jest dobrym motywatorem i czy dalej jest się zmotywowanym zarabiając 60k złotych. Miłego słuchania.

Źródło: ostrapila.pl
Dziel się z innymi:
Kiedy iść po podwyżkę – Ostra Piła

Inne 1100 dni, 15 godzin, 45 minut temu macabre13 70 źrodło rozwiń

1 2... 5 6 7 8 9 10... 121 122

Najaktywniejsi w tym miesiącu