Hubert Garcia Gordonnet-9.hashnode.dev·Dec 12, 2024Modernización Gradual: De ASP.NET Framework 4.8 a .NET 9 usando API RESTIntroducción La migración de aplicaciones legacy a tecnologías modernas es uno de los desafíos más comunes en el desarrollo de software empresarial. En este artículo, exploraremos cómo podemos modernizar gradualmente una aplicación ASP.NET Framework ...42 readsC#
Simon Axelsennomisoft.hashnode.dev·Nov 29, 2024Variable substitution during deployment of .NET Framework web applicationBackground I love .NET Core. One of the nice features of .NET is the ability to configure the application using a “appsettings.json” file that contains default settings, and an “appsettings.<environment>.json” that contains settings for a specific en...azure-devops
Gabriel Ortizminimaltools.hashnode.dev·Jul 2, 2024Dynamic Schema and Connection String Changes with Entity Framework in NET Framework 4.8Source Code: GitHub In this article, we will explore how to create a connection that can be modified at runtime with Entity Framework in a desktop application based on .NET Framework 4.8. Database Structure The previous image provides an overview of...60 readsC#
Matt Paulmattpaul.hashnode.dev·Jun 18, 2024Things to be Considered About .NET FrameworkOne of the basic aspects of the software development realm is its set of libraries and frameworks. Technology keeps on evolving now and then, the moment you try and explore one, the next thing you know you have a new version to get well acquainted wi...26 reads.NET
Vikas Guptavikasfeedingdotnet.hashnode.dev·May 29, 2024The Power of Dependency Injection in ASP.NET CoreIntroduction Dependency Injection (DI) is a fundamental design pattern in modern software development that promotes loose coupling and enhances testability and maintainability. In the context of ASP.NET Core, DI is not just a concept but a core featu...ASP.NET
Russell Pittbackenddevelopment.hashnode.dev·May 9, 2024.NET vs. .NET Core: Which is better?Read our detailed analysis on .NET vs. .NET Core. Explore their features, significance, and performance benefits in our comprehensive comparative guide. In this post, we’ll show you EXACTLY why .NET is different from .NET Core. We’ll cover all rele...224 reads.NET
Jaimin Pateljaimin047.hashnode.dev·Feb 21, 2024Understanding Random Code Generation in C# for .NET Framework 4.8In this article, we'll explore two methods for generating verification codes and one-time passwords (OTPs) in C# for .NET Framework 4.8. These codes play a crucial role in various authentication and verification processes. Introduction In software de...742 reads.NET
Matt Hewittroad2co.de·Jan 31, 2024The .NET FiascoWelcome to the Road to Code! This new series aims to document the misery I went through to upgrade my large codebase to .NET. So, let's jump right in... The Awakening At the end of 2022 I finally accepted the inevitability of upgrading my huge codeba...the .NET Fiasco.NET Framework
Pavelblog.keenthinker.com·Jan 14, 2024From classic to modern: understanding the .NET Frameworks difference when crafting WinForms projects with Visual StudioDo you work with the Microsoft .NET Platform and Visual Studio (not VSCode) to build WinForms apps? I still do. Nothing quite matches the speed and simplicity of crafting a Windows app with a sleek UI using Windows Forms. Haven't done this in a while...67 reads.NET
Arjun Solankiweblineindia.hashnode.dev·Nov 27, 2023Navigating the .NET Ecosystem: Tools and Techniques for Modern Software DevelopmentThe .NET ecosystem is a powerful, flexible, and robust framework designed to cater to the diverse needs of modern software development. It offers a collection of tools, language support, and libraries that enable developers to build a wide range of a...40 reads.NET Ecosystem