What's Coming in VS 2022 v17.7 for Productivity, .NET/Cloud, C++ and More -- Visual Studio Magazine With Visual Studio v17.6 becoming generally available recently, Microsoft provided a peek at what's coming up in the next iteration, VS 2022 v17.7
Developer Feedback Shapes New Visual Studio 'Welcome Experience' -- Visual Studio Magazine Dev team shows how Welcome revamp was first presented and then how it was shaped by community feedback.
Large language models and applications in healthcare Risks and benefits of using LLMs like ChatGPT in the medical field
After Selling For $580M, Here’s What I Learned About SaaS During My Time At Buildium | Outseta Buildium sold for over half a billion dollars. Here's what I learned leading the marketing team over the course of 5 years.
Four Exercise Myths I Learned About the Hard Way I’ve exercised regularly since high school and I found that it has all sorts of benefits, including stress reduction/mental health benefits, added strength and endurance, and the overall feeling of being “in shape.” But along the way, I’ve believed things...
How malicious extensions hide running arbitrary code Eight malicious extensions still remain in Chrome Web Store. These use some interesting tricks to keep running arbitrary code despite restrictions of Manifest V3.
Firmware is broken Terminology Software and Hardware have pretty clear definitions, but when it comes to firmware… I ended up with the horribly vague definition that it's about software that's usually hard to modify or just external to the OS or just scary to update in case of failure....
JuLox: What I Learned Building a Lox Interpreter in Julia Design walk-though, opinions, and learnings from implementing Robert Nystrom's Lox language from his Crafting Interpreters book.
Understanding Spark Connect API - Part 3: Scala API Example Thoughts on technology, life and everything else.
ASP.NET Community Standup - ASP.NET Architecture Series: AOT Damian Edwards and David Fowler are back for another ASP.NET Core architecture deep dive, this time with a look at native ahead-of-time (AOT) compiler featur...
Unit of Work Is Even Better With MediatR + TransactionScope 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicThe unit of work pattern is common in Clean Architecture if you're ...
wasmati: You should write your WebAssembly in TypeScript If you know about WebAssembly or Wasm, you might have heard a few different pitches for why you need it: It’s a low level language for the web. So, it’s faster than JS. Use it to speed up things. It’s a build target. As such, it enables you to use languag...
dev-wasm-c/README.md at main · dev-wasm/dev-wasm-c Devcontainer for WASM development in C and C++. Contribute to dev-wasm/dev-wasm-c development by creating an account on GitHub.
dev-wasm-dotnet/README.md at main · dev-wasm/dev-wasm-dotnet Simple devcontainer for WASM + Dotnet development. Contribute to dev-wasm/dev-wasm-dotnet development by creating an account on GitHub.
dev-wasm-go/README.md at main · dev-wasm/dev-wasm-go Simple devcontainer for Golang + WASM development. Contribute to dev-wasm/dev-wasm-go development by creating an account on GitHub.
OWASP Top 10 for Large Language Model Applications | OWASP Foundation Aims to educate developers, designers, architects, managers, and organizations about the potential security risks when deploying and managing Large Language Models (LLMs)
356: Sunsetting software, libraries, & APIs Powerful podcast hosting and analytics. By podcasters, for podcasters.
C++/WinRT event handlers that are lambdas with weak pointers to the parent class, part 3 - The Old New Thing Extending to std::weak_ptr.
Code Maze Weekly #175 - Code Maze Issue #175 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks 5 Differences between Blazor Server and Blazor WebAssembly [www.claudiobernasconi.ch] Blazor Server and Blazor WebAssembly often get mixed up and ...
Visual Studio 2022 17.7 Preview 1: Productivity, Cloud and Game Development Enhancements Microsoft has announced the release of the first preview of Visual Studio 2022 version 17.7. This new version brings a range of improvements and features aimed at enhancing developer productivity. It also includes enhancements for .NET and cloud developme...
.NET MAUI UI Challenge # 5 - Food Delivery App Hi devs! This week we replicate the design of a .NET MAUI screen of a food delivery application. Don't forget to subscribe to the channel!#dotnet #dotnetmaui...
How to Build Dynamic Queries With Expression Trees in C# We explore building dynamic query expression trees in C#, creating powerful queries, and covering built-in expressions and conjunctions.
Microsoft Build 2023: Bing AI and Copilot Plugins for ChatGPT OpenAI, Microsoft Fabric and More This year's Microsoft Build was focused on artificial intelligence, with new Copilot experience additions for Windows 11 and Edge, as well as new Bing AI and Copilot plugins for ChatGPT OpenAI. Key announcements also included the Microsoft Fabric analytic...
Weekly Update 350 Printer Pain; House Renos Update; Yale’s IoT UX Hell; Polish Users Credential Stuffing List; BreachForums Data Breach
Новини України та Світу. Головні і останні новини - NV Останні новини України та світу онлайн. Свіжі українські та світові новини політики, бізнесу, фінансів, технологій, стилю, спорту і важливих подій.
Replace JS with no-JS (or lo-JS) Options An attempt at cataloging features that once required JS, but no longer do (or at least soon won't), so we can all remove as much JS as possible. Happy reducing!
Hashing String Data in JavaScript, C#, C++, and SQL Server I’m working with some data that needs to be hashed in both C# and JavaScript. Usually converting an algorithm across languages is pretty trivial. But in JavaScript the regular numeric type is…
Tmux Cheat Sheet: Essential Commands And Quick References Use this comprehensive Tmux cheat sheet covering all essential commands. Plus a bonus cheat sheet search and copy function.
Do in secret. Assert in public. Don't under-constrain your prover's witness computation in ZK programs Now is the time to learn and dive deep into ZK application development. A large class of security errors can crop up if you’re not careful when starting to build ZK applications. These issues often stem from having the wrong frame of reference in your hea...