coding

  1. Kickstart Your Coding Journey on Windows 11: A Comprehensive Guide

    Welcome to the exciting world of coding with Windows 11! This guide will take you from zero to hero, walking you through everything you need to kickstart your coding journey using the latest Microsoft operating system. Whether you're looking to dive into web development, app programming, or even...
  2. Microsoft Makes GitHub Copilot Free: A Game-Changer for Developers

    In what some might describe as a bold maneuver to disrupt the software development world, Microsoft has announced that GitHub Copilot, its cutting-edge AI-powered coding assistant, is now completely free for all users. For those keeping up with the tech giants' arm race in AI, this move not only...
  3. Anthropic's Claude 3.5: The Future of AI in Coding and Computer Use

    The world of artificial intelligence is in a constant state of evolution, with competitive advancements and groundbreaking innovations popping up like mushrooms after a rainstorm. Recently, Anthropic has made a splash with the release of its upgraded Claude 3.5 Sonnet and an entirely new variant...
  4. Windows 7 Difference between architecture and infrastructure in software?

    Hello, I've been working on implementing level order traversal in my project and encountered some challenges. I followed the guidelines for level order tree traversal. While the content was helpful, I'm currently facing specific issues in applying the concepts. Here are the challenges I'm...
  5. M

    Windows 10 Is it important to you how much of your code makes it into production?

    Hi all! As an engineer, is it important to you how much of your code makes it into production? Do you frequently monitor the features and projects you deliver in production, even if it's not your direct responsibility?
  6. Think I have a virus, vmmem

    My computer was running slow and hot, and I noticed that a process called vmmem was using 85-99% of my CPU at all times. I ran wsl --shutdown in the command line, and shut down my computer. Now, my CPU is running at a more normal level, but I'm concerned that I have a virus on my computer. I...
  7. VIDEO Announcing the launch of my YT channel to teach coding by building an AI to play video games

  8. C

    Windows 10 Install Windows 10 prof on Windows 11 laptop help

    Hello, I just bought a Lenovo Idea Pad with Windows 11 pre installed on it. However I cannot tolerate Windows 11 for x,y,z reasons. I saw on internet that in order to go to windows 10 professional, I have to re-image the laptop. I am a bit technology savvy so if anybody could give the desired...
  9. Making the app single-instanced (Part 3)

    Single-instanced apps only allow one instance of the app running at a time. WinUI apps are multi-instanced by default. They allow you to launch multiple instances of the same app at one time, which we call multiple instances. However, you may implement single-instancing based on the use case of...
  10. VIDEO Improved authoring and debugging experiences in Microsoft Edge DevTools and Visual Studio Code

    As web developers we spend a lot of time authoring our code in an editing environment. We then jump over to the browser to use the in-built developer tools to debug and tweak the product UI. The problem with this is that results of the tweaking and debugging aren’t reflected in the source code...
  11. E

    Windows 10 Access Violation When Iterating Through SCSI Slots

    I am getting an access violation when iterating through SCSI HDD's. I'm sure I'm doing something that needs a minor tweak to get it to work properly. Anyone have any ideas on why I'm getting an access violation every time? HANDLE handle = CreateFile("\\\\.\\PhysicalDrive1", GENERIC_READ |...
  12. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  13. VIDEO Lenovo’s New Realities project showcases women empowering their communities through technology

    Growing up in a rural village in India, Ashwini Doddalingappanavar was expected to follow the example of the women before her: stay close, get married and have children. She defied her community’s expectations to forge her own path. She learned how to use a mobile phone and access online maps...
  14. Making Win32 APIs More Accessible to More Languages

    Introduction Win32 APIs provide powerful functionality that let you get the most out of Windows in your applications. While these APIs are readily accessible to C and C++ developers, other languages like C# and Rust require wrappers or bindings in order to access these APIs. In C#, this is...
  15. VIDEO Best & Worst CPUs of 2020 (Gaming, Workstation, Coding, Overclocking, & Disappointment)

    :zoned:
  16. VIDEO Announcing Microsoft Edge WebView2 General Availability

    Today, we are excited to announce that Microsoft Edge WebView2 for Win32 C/C++ is generally available and ready for use in production applications! With today’s announcement, we are officially releasing a forward-compatible WebView2 SDK along with production-ready WebView2 Runtime. These can be...
  17. New Developer Landing Page and Issues Repo

    We are excited to announce two new online resources for developers using Windows: A new docs landing-page for developers building and deploying apps and systems running on non-Microsoft operating systems like Linux and Android A new GitHub issues repo for filing developer-oriented issues with...
  18. A deep-dive into WinUI 3 in desktop apps

    XAML Islands was our first solution to enable developers to use UWP XAML inside their desktop (Win32) apps. Within a couple of months after the release of XAML Islands, behavioral insights and customer interviews raised some signals about how developers were using it. We discovered that a...
  19. Announcing Windows Community Toolkit v6.1

    We are thrilled to announce today the next update to the Windows Community Toolkit, version 6.1. This release was made possible with help and contributions from across our developer community. While a ‘minor’ release, it is jam-packed with new controls, helpers, and improvements to the whole...
  20. Microsoft Store empowers students with free Computer Science Education Week workshops

    One hundred and thirteen years ago in New York, a girl was born into a generation where the average woman was more likely to perfect a signature pie recipe than solve a pi-based equation. Pushing against expectations, this girl became one of the pre-eminent technologists of our times and made it...