#10 PayPal Mafia, apprenez des fondateurs de PayPal - Doumer's Blog Apprenez des fondateurs de PayPal. La "PayPal Mafia" étrangers dans l'industrie de la finance devenant des entrepreneurs à succès
T𝐢𝐦𝐞𝐬 𝐍e𝐰 𝐁𝐚𝐬𝐭a𝐫𝐝 - szymszl a "font" (unicode abomination) that makes you hate yourself (not my idea)
Flat & differentiable JSON for collaborative editing So, I’m spit-balling a problem. I’m building a property editor like I remember having access to in Visual Studio. I found bdimitrijoski’s clean-web-ui-property-grid, and it’s a good start. I built one similar last year, and then I kicked myself because I ...
Why Write? As a reaction to the previous article on how to write a scientific paper, I got some reactions from friends and colleagues, the underlying message being that they would rather like to understand why writing can be important. There is indeed a tendency to ...
Spark is still a safe port when compared to DuckDB and Polars The author faced obstacles and encountered performance issues with DuckDB and Polars, while Spark proved to be a reliable and efficient solution. The experience highlights the importance of having the necessary skills to work with these technologies and i...
Writing an OpenAI plugin for ChatGPT using ASP.NET Core Unleash the power of your APIs into ChatGPT using ASP.NET Core and Visual Studio to quickly expose and develop an OpenAI ChatGPT plugin. You won't believe how easy it is!
You Should Start Using Pattern Matching In C# #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
Working With Guid in C# - Code Maze In this article, we explore the Guid class in C#, looking at how we create them, and working with some of the methods provided for us.
My 24 year old HP Jornada can do things your modern iPhone still can't do! I like to tinker with old hardware. The DEC PDP-8 is my favorite retro computer and Office 2003 is the best version ever released IMHO. One of my other favorite retro devices is the HP Jornada 720. A small handheld PC (smaller than a netbook) running Win...
C# 12: Collection literals A new feature is hitting C# 12 and it is called Collection literals. In this blog post, I will show you what it is and how it works.
Add Next.js implementation of the TechEmpower Fortunes benchmark by DamianEdwards · Pull Request #1866 · aspnet/Benchmarks This is an attempt to add an implementation of the TechEmpower Fortunes benchmark in Next.js. This is interesting to us given Blazor's updates in .NET 8 to support SSR, etc. Some notes about this i...
Securing Software Supply Chains with Zero Knowledge Proofs - Galois, Inc. Software supply chain attacks are on the rise, increasing a staggering 742% per year on average since 2019. Sometimes called “third party attacks,” these cyberattacks infiltrate third party or open source software libraries with malicious code, infecting ...
Please tell us about your Azure tooling experience! Take this survey powered by surveymonkey.com. Create your own surveys for free.
ASP.NET Community Standup | Create a Microsoft Power App for your ASP.NET Core Web API Learn how to quickly build a front-end for your .net web APIs (using Power Platform) with Julia Kasper and Marcel Ferreira.Featuring: Julia Kasper, Marcel Fe...
Refactoring From an Anemic Domain Model To a Rich Domain Model Is the Anemic domain model an antipattern? It's a domain model without any behavior and only data properties. Anemic domain models work great in simple applications, but they are difficult to maintain and evolve if you have rich business logic. The impor...