How to seed a new Microservice with data? #shorts 🔔 Subscribe: https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw?sub_confirmation=1💥 Join this channel to get access to a private Discord Server and a...
Weekly Update 351 Disclosure Pain; Azure API Management & Cloudflare Firewall; New Apple Bits; Have I Been Pwned Domain Searches; JD Group Data Breach
Visual Studio's IntelliSense list can now steer GitHub Copilot code completions. - Visual Studio Blog GitHub Copilot in Visual Studio now works with IntelliSense. v1.85 or above is needed, users may need to manually update.
Why Bayesian? How Bayesian? :: Jeff Crukley, Data Science & Statistics Register for an upcoming Intro to Bayesian in R and Stan: https://www.precision-analytics.ca/workshops/introduction-to-bayesian-analysis-in-r-and-stan/
June 5th, 2023 - The last new feature for OwaspHeaders.Core before dropping .NET Framework support Building one last piece of functionality before we drop support for .NET Framework. What is it, and why drop support for Framework? Watch this stream to find...
Impagliazzo's Five Worlds Boaz Barak in a comment last week mentioned one of my favorite survey papers, Russell Impagliazzo's A Personal Viewof Average-Case Complexi...
Friendship is Optimal - FiMFetch.net Hasbro just released the official My Little Pony MMO, with an A.I. Princess Celestia to run it.
Solving disinformation with Internet literacy Fake people and fake news have existed on Internet since forever. They didn’t make such a terrible impact at the beginning because Internet…
Effortlessly Support Next Gen Image Formats --or-- A Picture Is Worth A Better Image The Various Ruminations of Dennis Forbes / Software Developer
Tech fantasies and impostor syndrome Software is opaque, unknowable. This leads to a lot of pretence, pressure and imposter syndrome. There are some remedies.
Build your own Genetic Algorithm An introduction to genetic algorithms along with an example problem to solve with your own code.
Easy Performance Boost With Query Splitting (in some cases) #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
Modernize .NET and Java web apps in Azure App Service | BRK224 Web app developers have many choices for running their on-premises applications in the cloud, but knowing where to start is a challenge. Learn the easiest wa...
Integer compression: Using SIMD bit packing in practice In the last post, I talked about how the simdcomp library is actually just doing bit-packing. Given a set of numbers, it will put the first N bits in a packe...
How can I register a program to auto-relaunch if it crashes or is terminated?, redux - The Old New Thing You can get a little bit of the way there.
Add or Enable OData in ASP.NET Core Here is a very short blog post which shows how to add or enable OData in ASP.NET Core 7.0 application.
Gain visibility into your apps with Azure App Insights, DevOps, and monitoring Everyone stay home, stay safe and join us online.Agenda:In this talk, Randy Pagels will talk about.In the world of constantly evolving apps and continuous de...
How to seed a new Microservice with data? You're ready to deploy a new service but need to seed it with data from other services. How do you do that? I'll cover various solutions to this common probl...
Cloudflare Area 1 earns SOC 2 report Many customers want assurance that the sensitive information they send to us can be kept safe. One of the best ways to provide this assurance is a SOC 2 Type II report
Writing C# in VS Code Is Finally Awesome! Check out my courses: https://dometrain.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello, everybody, I'm Nick, and in...
Should We Use Records With EF Core as Model Classes? - Let’s learn if we should use C# records as model classes with EF Core and some of the potential pros and cons of this approach.
Span / Memory / ReadOnlySequence in C# There are many different memory types used in modern C# programs. The more common ones are Span<T> and Memory<T>. Occasionally there is also ReadOnlySequence<T>. What do these types do?
New Release: Media Player Element on Mobile, Web, Linux. WebView2 Support Uno Platform 4.9 release brings the highly anticipated features of MediaPlayerElement control and WebView2 support, alongside over 100 other improvements. Discover consistent media playback across platforms and effortless integration of dynamic web conten...
On AWS Shutting Down Open Source Documentation I am both surprised and not surprised - AWS announced (close to a month ago) the fact that they are retiring the AWS documentation on GitHub.
.NET Rocks! OpenTelemetry with Laïla Bougriâ What can OpenTelemetry do for you? While at Techorama in Belgium, Carl and Richard talked to Laïla Bougriâ about her experiences with the open-source library that can help give you more insight into the behavior of your applications. Laïla talks about bei...
Scanning Azure VMs, Azure Arc-enabled servers and ACR images for vulnerabilities with Microsoft Defender and Qualys In this blog post we'll look into how we can use integrated Qualys scanner in MS Defender for vulnerability assessment of Azure Arc-enabled servers and other applicable resources.
Updating a .NET library for native AOT David Fowler is going to help me make my RazorSlices library native AOT compatible, maybe.