Community Devs Revive WCF After Microsoft Deprecation -- Visual Studio Magazine 'CoreWCF is intended for customers who have been using WCF on .NET Framework and need WCF support in .NET Core to facilitate modernizing the application.'
Adversarial Pair Programming In traditional pair programming, two trusted developers are assigned to work jointly on writing sections of software. This article explores an adversarial pair programming concept where two anonymous developers code together under the assumption the other...
Creating Offline Custom Style Maps With tileserver-gl - Yasoob Khalid Hi lovely people! 👋 Last year, I saw a project on Product Hunt which allowed people to generate posters from maps. The website has since closed down and the company has been acquired by Airbnb. This is what the output looked like: Now, I was interested i...
Automatically opening issues when tracked file content changes I figured out a GitHub Actions pattern to keep track of a file published somewhere on the internet and automatically open a new repository issue any time the contents of …
My Startup is Broken - Caseysoftware Whenever I advise (or join!) a startup, one of the first conversations goes something like this: “Oh man. Everything here is broken! It sucks! There’s so much to do and not enough people to do it. We’re missing so many things, we don’t know where to start...
Using “Deprecation” Correctly | AlanHogan.com Deprecation isn’t the end of life moment; it’s the preceding warning.
Using Pushover for Super Simple SysAdmin Alerts For those who don't know, Pushover is a really great tool that allows users to easily set up and send push notifications to a smartphone. The setup is super simple, and all you need is their app and a little scripting know-how.
Your Opinion Doesn't Matter The current "race" debate (or lack thereof) is essentially about the honoring of opinions from one side, but not the other. There is no equal footing here. The only way to get on common ground is to put both sides in an equivalent place - Only my opini...
Some Thoughts on Terraform CI for Monorepos Continuous integration and deployment for terraform monorepos is not a solved problem. I’m not proposing to solve it, but this is a record of my thoughts and experiments.
csharplang/extended-nameof-scope.md at main · dotnet/csharplang The official repo for the design of the C# programming language - csharplang/extended-nameof-scope.md at main · dotnet/csharplang
AWS Previews Framework for Writing .NET 6 Lambda Functions -- Visual Studio Magazine Amazon Web Services is previewing a new framework for using its recently introduced .NET 6 runtime to create AWS Lambda functions, the foundation of serverless computing in the Amazon cloud.
CoreWCF 1.0 has been Released, WCF for .NET Core and .NET 5+ CoreWCF 1.0 has been released, the first major release of the project, and provides WCF functionality for .NET Core, .NET Framework and .NET 5+.
I want off Mr. Golang's Wild Ride My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I've been posting the past year - it's a proper rant. And I alw...
How can I get an information security team to see that their over-the-top security measures are only decreasing security? Summary: I worked for a small startup, that was acquired by a mega corporation. Its IT security policies are excessive, but they don't add more security, and prevent me from doing work. How do I ch...
April 28, 2022 When you need to pass two sets of variadic parameters, and to work around other extremely weird edge cases.
GitHub - Azure-Samples/Orleans-Cluster-on-Azure-App-Service: Sample application demonstrating a multiple-silo Orleans cluster running in Azure App Service. Sample application demonstrating a multiple-silo Orleans cluster running in Azure App Service. - GitHub - Azure-Samples/Orleans-Cluster-on-Azure-App-Service: Sample application demonstrating a mul...
RavenDB Grafana Data Source I’m happy to announce that we have released v1.0 of RavenDB’s Grafana Data Source. This RavenDB data source plugin allows you to query and visual...
Secret Management with HashiCorp Vault We chose HashiCorp Vault to make better secret management with a better security model. Here's why
Using Visual Studio for Crash Dump Debugging Memory dumps come in two flavors user mode dumps or kernel mode dumps. The user ...
Secret Management with HashiCorp Vault We chose HashiCorp Vault to make better secret management with a better security model. Here's why
Hacking PayPal Accounts with one click An interesting 0day on paypal was discolsed by Yasser Ali. We have found out that an Attacker can obtain the CSRF Auth which can be valid for ALL users, by intercepting the POST request from a page that provide an Auth Token before the Logging-in process...
How I Earned $160,000 in Passive Income from Writing Non-fiction Books In about six years, I have sold over 40,000 books and earned over $160,000 (income) from selling non-fiction books on Amazon, all these…
It Took Me 10 Years to Understand Entropy, Here is What I Learned. From the Big bang to the Heat death of the universe
Minimal API using Azure Cosmos DB (Emulator) with Entity Framework in Visual Studio Documentation: https://docs.microsoft.com/en-us/visualstudio/azure/azure-cosmosdb-add-connected-service?view=vs-2022Code: https://github.com/vijayrkn/WebAPIW...
Priority Queue in C# - Code Maze Priority Queue in C# is a special type of queue where the element that has the highest priority is dequeued first.
GitHub - adnanaga/pushy: Create awkward situations with my chrome extension that send you messages that look like an iMessage popup Create awkward situations with my chrome extension that send you messages that look like an iMessage popup - GitHub - adnanaga/pushy: Create awkward situations with my chrome extension that send yo...
Simple Web Interactivity with Alpine.js After working with lots of these little JavaScript libraries, sometimes I pine for something simple to create interactivity on websites. In this Coding Short, I investigate Alpine.js to see how it works and where it might be useful:
csharplang/relaxing_shift_operator_requirements.md at main · dotnet/csharplang The official repo for the design of the C# programming language - csharplang/relaxing_shift_operator_requirements.md at main · dotnet/csharplang
Using sharding to build multi-tenant apps using ASP.NET Core and EF Core – The Reformed Programmer Last Updated: April 27, 2022 | Created: April 5, 2022
HTMX for ASP.NET Core Developers – Tutorial | The .NET Tools Blog If you're developing ASP.NET Core applications, and are looking at building a rich client-side experience, you're in luck. We just published a new tutorial to the JetBrains .NET Guide: HTMX for ASP
Exploring Architectural Concepts Building a Card Game One of the things I missed during the pandemic were my friends, the possibility to meet them, discuss with them and, why not, play cards with them. So I decided to implement an app to play Scopone with my friends and, at the same time, test “in the code” ...
Tech Community Calendar A calendar list of upcoming Conferences, Meetups and Hackathons in the Tech Community
Different Ways to Implement IHttpClientFactory in .NET Core Apps Discussion of ways for implementing IHttpClientFactory in .NET Core apps
Microsoft finds new elevation of privilege Linux vulnerability, Nimbuspwn - Microsoft Security Blog Microsoft has discovered several vulnerabilities, collectively referred to as Nimbuspwn, that could be chained together, allowing an attacker to elevate privileges to root on many Linux desktop endpoints. Leveraging Nimbuspwn as a vector for root access c...
clog/LEARN.md at main · rabbibotton/clog CLOG - The Common Lisp Omnificent GUI. Contribute to rabbibotton/clog development by creating an account on GitHub.
Why isn't my ASP.NET Core app in Docker working? In this post I describe a problem where my ASP.NET Core app in Docker wasn't responding to requests. This post debugs and diagnoses the problem