DotNet 2019, el mayor evento de .NET de España DotNet 2019 es la conferencia de desarrolladores centrada en las últimas tendencias, con ponentes internacionales especializados en el desarrollo web, arquitectura de software, Inteligencia Artificial, Machine Learning, Blockchain, Javascript, Xamarin, e...
Becoming the ASP.NET Architect with David Fowler In this episode, David Fowler, the Partner Architect for the ASP.NET team walks you through landing his first job, moving from a dev to an architect role and what he had to learn and let go of at ever
.NET Design Review: Nullable Annotations -02:-47:-50 - Approved: Add protected SecurityDescriptor to ObjectSecurity https://github.com/dotnet/corefx/issues/35993
Careers Behind the Code: Becoming the ASP.NET Architect with David Fowler In this episode, David Fowler, the Partner Architect for the ASP.NET team walks you through landing his first job, moving from a dev to an architect role and what he had to learn and let go of at every step along the path. (David intros himself as a Prin...
Apple's 'Find My' Feature Uses Some Very Clever Cryptography Apple says an elaborate rotating key scheme will soon let you track down your stolen laptop, but not let anyone track you. Not even Apple.
GitHub Desktop 2.0 expands to support stashing and rebasing Resolve merge conflicts more easily, co-author commits to share credit with others, check out your GitHub pull requests, and more with the release of GitHub Desktop 2.0.
LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities Find zero-days and prevent vulnerabilities with LGTM's code analysis platform, powered by the purpose-built QL query language. Get continuous security analysis and automated code review. Free for open-source projects.
Kevin Gosse, Christophe Nasarre — Debugging asynchronous scenarios in .NET Ближайшая конференция: DotNext 2020 Piter — 6-7 апреля 2020, Санкт-Петербург Подробности и билеты: http://bit.ly/3bd3Pvx . Нет ничего проще, чем отладить асинхронный код — когда про это рассказывают два профессионала WinDbg и других инструментов. Time...
!!Con 2019- Tail Call Optimization: The Musical!! by Anjana Vakil & Natalia Margolis !!Con 2019- Tail Call Optimization: The Musical!! by Anjana Vakil & Natalia Margolis “Stack overflow”! “Maximum call stack size exceeded”!! “Too much recursion”!!! You may have seen errors like these thrown when you attempt to run a deeply recursive fun...
Getting Started With Blazored Typeahead In this post, I'm talking about the latest component in the Blazored collection, Blazored.Typeahead. I'm covering how to get it, the available settings and how to use it.
Local GC API to support object scanning · Issue #12809 · dotnet/runtime Current GC API to support creating custom GCs is nice but lacks one important feature: possibility to enumerate all the references inside an object. IGCToCLR interface provides already methods to s...
wybiral/localtoast Scan localhost for various popular services. Contribute to wybiral/localtoast development by creating an account on GitHub.
Target .NET Standard 2.1 · Issue #15498 · dotnet/efcore As recently announced, we need to make the necessary changes to target .NET Standard 2.1.
Remove dotnet migrate by nguerrera · Pull Request #11481 · dotnet/cli dotnet migrate will not be supported in .NET Core SDK 3.0.100+ This removes it. Fix https://github.com/dotnet/cli/issues/11458
HTTP Pipelining causes responses to mixed up. · Issue #2665 · elastic/elasticsearch ElasticSearch seems to advertise HTTP pipelining support by using HTTP 1/1 and not supplying a Connection-header in the response, but fails to deliver on the promises of responding to the requests ...