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...Discuss·58 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...Discuss·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...DiscussASP.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...Discuss·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...Discuss·623 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...Discussthe .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...Discuss·63 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...Discuss·40 reads.NET Ecosystem
Noor Ahmednoor-ahmed.hashnode.dev·Sep 22, 2023Stop Having Multiple Connection Strings in C#Introduction In this article, I will discuss how you can query/access your SQL database from multiple files in a C# project by only using one connection string instead of many. Problem Statements If you are making a large full-stack project in C# and...Discuss·183 readsC#
Yukta Modisoftware-development.hashnode.dev·Aug 3, 2023Microsoft's .NET Framework: Overview, Evolution & How to Hire a .NET DeveloperIn software development, the .NET Framework stands as a cornerstone, powering a vast array of applications and systems across multiple industries. As businesses increasingly seek to harness the potential of this robust framework, the demand for skill...Discuss.NET