Polymorphism: Queer Encounters of Intimacy in Games — VGA Gallery Ali Krouse, KMG Tournament: Kiss More Girls Polymorphism: Queer Encounters of Intimacy in Games Curated by Brice Puls January 18 - April 28, 2019 Opening Reception Friday, January 18, 6-9pm VGA Society Private Cocktail Preview and Tour: 5-6pm ...
New Code Visualizer for Swift: Source Is View Hello, Swifty people! For April Prototypes Day I want to share a brand new API visualization tool I've been working on in tandem with my work on module stability. I call it—not for any particular reason, mind you—Source Is View. Taking cues from a rece...
ReSharper Ultimate 2018.3.4 and Rider 2018.3.4 are released! - .NET Tools Blog Today it is time to introduce you the new bug-fix update for 2018.3 releases of both ReSharper Ultimate and Rider. ReSharper Ultimate 2018.3.4 fixes some critical issues which prevented using ReSharper in the Visual Studio 2019 Release Candidate build: Bo...
Dotnetos Conference - .NET Performance Conference Dotnetos Conference is a premium .NET conference focused on the .NET Core and .NET performance. Top-notch speakers from around the globe and .NET community. Chance to meet well-known people from .NET community in person.
Software Anti-Patterns: How to destroy a codebase for developers Ex-Google Tech Lead explains examples of spaghetti code and other eggcelent coding malpractices that will rot your codebase into extenuating eggs. Let me know your favorite coding anti-patterns in the comments below, would love to hear! Join ex-Google/e...
John A. De Goes at #ScalaUA - Thinking Functionally John A. De Goes at #ScalaUA - Thinking Functionally In Thinking Functionally, you'll learn how a functional programmer thinks about problems as John live-refactors a concurrent imperative program to its purely functional equivalent — which is shorter, mo...
ScottGu's Blog - ASP.NET MVC 1.0 Two weeks ago at MIX we released ASP.NET MVC 1.0. ASP.NET MVC is a free, fully supported, Microsoft product that enables developers to easily build web applications using a model-view- …
BenchmarkDotNet v0.11.5 | BenchmarkDotNet In #952, power plan management was implemented. It resolves a pretty old issue #68 which was created more than three years ago. Now BenchmarkDotNet forces OS to execute a benchmark on the High-Performance power plan. You can disable this feature by modify...
DevExpress UI for Blazor / Razor Components - Free Early Access Preview To celebrate this new technology, we have designed and created a new suite of Razor Components for Blazor. Best of all, these new components will work for both client and server side Blazor
Using Lambda@Edge to handle Angular client-side routing with S3 and CloudFront In this post I show how to use Lambda@Edge with a statically hosted site to intercept invalid requests caused by client-side routing and return index.html
Visual Studio 2019: Code faster. Work smarter. Create the future. | Visual Studio Blog Visual Studio 2019 is now available for download at visualstudio.com/downloads. Try it today to experience our best release yet.
Visual Studio 2019 | Download for free Write code using code completions, debugging, testing, Git management, and cloud deployments with Visual Studio. Download Community for free today.
Fetch API, Streams API, NDJSON, and ASP.NET Core MVC This post discusses how to use Fetch API, Streams API, and NDJSON to improve user experience by streaming JSON objects from server to client in ASP.NET Core MVC
Marvel Studios’ Avengers: Endgame | Special Look “It’s not about how much we lost, it’s about how much we have left.” Tickets are now available for Marvel Studios’ Avengers: Endgame, in theaters April 26: https://www.fandango.com/AvengersEndgame ► Subscribe to Marvel: http://bit.ly/WeO3YJ Follow Marv...
Jeffrey Richter — Generics Ближайшая конференция: DotNext 2020 Piter — 6-7 апреля 2020, Санкт-Петербург Подробности и билеты: http://bit.ly/3bd3Pvx . Автор настольной книги каждого .NET-разработчика и один из самых известных людей в мире .NET. In this talk, Jeff focuses on .NET...
C++ vector with dynamic item size the C++ STL vector has a lot of decent properties, but only works when the size of each item is known at run-time. I would like to have a vector class that features dynamic item size at run-time.
Is making a struct readonly a breaking change? C# 7.2 added the ability to mark a struct declaration as readonly. This has the effect of guaranteeing that no member of the struct can mutate its contents as it ensures every field is marked as readonly. This guarantee is imporant because it allows the...
How to Beat Array Iteration Performance with Parallelism in C# .NET - Michael's Coding Spot Let's consider a simple programming challenge: Summing all items of a large array. Now it stands to reason that this can be easily optimized by using parallelism...
mrpmorris/blazor-fluxor A low-boilerplate Flux/Redux state library for Blazor - mrpmorris/blazor-fluxor
The ACME Protocol is an IETF Standard - Let's Encrypt - Free SSL/TLS Certificates It has long been a dream of ours for there to be a standardized protocol for certificate issuance and management. That dream has become a reality now that the IETF has standardized the ACME protocol as RFC 8555. I’d like to thank everyone involved in that...
Announcing the Microsoft Graph Security Hackathon winners - Microsoft Security We asked Microsoft Graph Security Hackathon participants to come up with innovative solutions using the Microsoft Graph Security API, and they did not disappoint.
NaN Gates and Flip FLOPS A new kind of computer architecture that's more elegant than 1s and 0s, being based directly on Mathematics. Note: Everything in here is real (IEEE-754), but the target is computer scientists and the troll level is set to ULTRA. Source code and stuff (w...