.net

  1. Critical Update for .NET Developers: Transition from Edgio Domains

    Microsoft has just issued a critical advisory to developers using its .NET framework: you need to update your installation links immediately or risk serious disruptions. The announcement is a direct result of Edgio (formerly known as Limelight), a major Content Delivery Network (CDN) provider...
  2. Urgent: Developers Must Migrate from Edgio's Domains Before January 2025

    Here's a New Year's gift (or headache, depending on your perspective) from Microsoft: If you're a developer relying on .NET, brace yourselves. Microsoft has officially issued an urgent notification concerning the imminent shutdown of azureedge.net domains, a direct consequence of Edgio's...
  3. Critical Edgio CDN Changes: Prepare for .NET Migration by 2025

    Hold on to your keyboards, developers: Microsoft has just issued a critical warning that is bound to send ripples through the .NET development community. The tech giant has confirmed that the domains used for .NET binaries and installer resources are changing, and this move is far from optional...
  4. Microsoft Discloses Critical RCE Vulnerability CVE-2024-43498 in .NET and Visual Studio

    On November 12, 2024, the cybersecurity landscape took another significant turn as Microsoft disclosed information regarding a critical vulnerability identified as CVE-2024-43498. This flaw affects .NET and Visual Studio and is classified as a remote code execution (RCE) vulnerability—a term...
  5. CVE-2024-43499 Vulnerability: Protecting .NET and Visual Studio from DoS Attacks

    In the ever-evolving landscape of cybersecurity, vulnerabilities like CVE-2024-43499 bring to the forefront the pressing need to safeguard our development environments. Published on November 12, 2024, through the Microsoft Security Response Center (MSRC), this vulnerability affects .NET and...
  6. CVE-2024-43485: Critical .NET and Visual Studio Denial of Service Vulnerability

    Understanding CVE-2024-43485: A Denial of Service Vulnerability in .NET and Visual Studio What Is CVE-2024-43485? CVE-2024-43485 is a newly identified vulnerability affecting Microsoft’s .NET framework and Visual Studio. This flaw presents a denial of service (DoS) risk, which means that it...
  7. CVE-2024-43484: Critical DoS Vulnerability in .NET and Visual Studio

    The tech world was recently alerted to a Denial of Service (DoS) vulnerability identified as CVE-2024-43484 affecting .NET, .NET Framework, and Visual Studio. Although details are sparse, this vulnerability poses significant risks to developers and users of these platforms. What is...
  8. Understanding CVE-2024-38229: A Critical .NET and Visual Studio Vulnerability

    In the ongoing pursuit of maintaining system integrity and user security, vulnerabilities in software platforms can send shivers down the spines of developers and IT administrators alike. One such recent concern is CVE-2024-38229, a remote code execution vulnerability affecting .NET and Visual...
  9. P

    Windows 10 IMAGE_REL_AMD64_ADDR32NB relocation requires anordered section layout

    I am running .netcore 3.1 console app written in c# that handles quite significant amount of data. At some point, subject of this thread starts being logged. I am running it on virtual machine, x64 4 cores. Application is multithreaded. Can you explain the error and give me some hint what to do...
  10. C

    Windows 10 .NET error after login

    Im on a W10 1903 gigabyte 17 laptop and after logging on I get the following .net framework error. Can anyone suggest what might be wrong? Ive run all driver updates and windows updates. Thanks, See the end of this message for details on invoking just-in-time (JIT) debugging instead of...
  11. 4021279 - Vulnerabilities in .NET Core, ASP.NET Core Could Allow Elevation of Privilege -...

    Revision Note: V1.0 (May 9, 2017): Advisory published. Summary: Microsoft is releasing this security advisory to provide information about vulnerabilities in the public .NET Core and ASP.NET Core. This advisory also provides guidance on what developers can do to update their applications...
  12. writing a .net 3.5 program running on Windows 10

    Hi guys, I have a question about getting .net 3.5 applications run on Windows 10. According to the article here .net 3.5 in by-default disabled in windows 10. I have some .net 3.5 code that runs perfect on Windows 7, and I do not like to set the .net framework of those code to .net 4.5 or...
  13. P

    Windows 7 .NET program closes at startup: "Unhandled exception"

    When I start occasionally .NET programs the close immediately after start. Just a simple error box appears informing me that "xxxxxxprogram has stopped working". I installed .NET 2.0 3.0 3.5 and 4.6.2 here on 64bit Win 7. Not all .NET programs are affected. As an example one of the...
  14. What would you do with 10kB?

    Sixteen years ago, Link Removed conceived of a contest that would test the mettle of any web designer: The 5k. The idea was that entrants would build an entire site in 5kb of code or less. Its aim was to force us to get creative by putting a bounding box on what we could do: Between servers and...
  15. P

    Windows Server Monitoring

    I hope I don't come across as horibly spammy on my third post here but I would like to share some info on a project that I've been working on. I know when it comes to free monitoring solutions we're all basically stuck with Nagios or some sort of Linux based product that is typically ugly and...
  16. Intellitest | Visual Studio Toolbox

    In this episode, Robert is joined by Link Removed, who shows us how to use IntelliTest to automatically generate unit tests. IntelliTest explores your .NET code to generate test data and a suite of unit tests. For every statement in the code, a test input is generated that will execute that...
  17. .NET Compiler Platform ("Roslyn"): Analyzers and the Rise of Code-Aware Libraries |...

    We've rewritten (and open sourced!) the C# and VB compilers, and exposed their functionality through APIs as the .NET Compiler Platform. But what do these APIs mean for those who aren't compiler jocks? Learn about diagnostic analyzers, a key new feature of Visual Studio 2015 that lets a NuGet...
  18. Delimiter, Brace and Brackets... SyntaxHighlighter

    Today's Visual Studio Extension from Stefan Tashev is one of those nice to haves, one of a kind that you get very used to and come to rely on. With Visual Studio 2015 and the .NET Compiler Platform (fka Roslyn), building an extension like this should become very much easier, but today it's...
  19. WebSocketing the Kinect

    Link Removed, Microsoft Technical Evangelist, fills in a Kinect for Windows v2 sample gap, providing a means to connect to a Kinect web WebSockets and thereby a web browser... Link Removed For the older Kinect v1.0 there was a sample included with the Link Removed which provided browser...
  20. C# Smappee

    Today's project is from Tim Dams, on a device that I'd not seen before, but now that I've seen how Tim is using it and that I can C# it, well... :) A C# Portable Class Library to talk with Smappee API I wrote a small C# portable class library (.NET4.5/WP8.1/Win8) that allow users to talk with...