Md Asif Alammeasifalam.hashnode.dev·Nov 11, 2024Using a Tag Helper to render a strongly typed partial view in ASP.NET Core MVCUsing a Tag Helper to render a strongly typed partial view in ASP.NET Core MVC can make your code cleaner and more intuitive. Here's how you can do it: Create a Model: public class Product { public int Id { get; set; } public string Name...DiscussMinimal API in DotNet Core.NET
Danyl Novhorodovdanyl.hashnode.dev·Sep 14, 2024Interfaces and inheritance in modern C# (revisited)In traditional Object-Oriented Programming (OOP), interfaces are a common way to ensure flexibility, testability, and adherence to SOLID principles. However, in modern C#, we can often avoid interfaces by embracing a more functional programming style...Discuss·446 readsC#
Suraj Pasunurisurajpasunuri.hashnode.dev·Jul 25, 2024Introduction to C#In the world of programming languages, C# (pronounced C-sharp) is a standout choice for many developers. Created by Microsoft and introduced in 2000, C# is a modern, object-oriented language that is part of the .NET framework. It combines the simplic...Discuss·2 likes·75 readsC#
Vikas Guptavikasfeedingdotnet.hashnode.dev·Jul 20, 2024Excel to SQL Server Data Import: A Step-by-Step GuideAre you looking to transfer data from Excel to SQL Server but don't know where to start? Look no further! I’ve created a detailed step-by-step video tutorial that walks you through the entire process. https://www.youtube.com/watch?v=y1hYCoRJuBc Why...Discussexcel
syncfusionsyncfusion-blogs.hashnode.dev·Jul 9, 2024What’s New in C# 13 for Developers?TL;DR: Explore the latest features in C# 13! From enhanced params collections to modernized thread synchronization, discover how these updates can boost your coding efficiency and productivity. Dive in and revolutionize your development experience! W...Discuss·110 reads.NET
syncfusionsyncfusion-blogs.hashnode.dev·Jul 9, 2024How to Maintain State in the Blazor ListBox Using Fluxor?TL;DR: Learn how to maintain state in the Syncfusion Blazor ListBox using the Fluxor state management library. This guide covers setting up Fluxor, integrating it with the ListBox, and managing selected items for a smooth user experience. The Syncfus...DiscussBlazor
Vikas Guptavikasfeedingdotnet.hashnode.dev·Jun 27, 2024Master C# String Manipulation: Character Frequency, Remove Duplicates, Reverse & Find Substrings!Watch now and master the essential string programs that will make you a C# wizard! 🔮 https://www.youtube.com/watch?v=nNsorUMalF0 In this video, you'll discover: ✨ How to count character frequency in a string ✨ How to remove duplicates from a strin...DiscussC#
Mritunjay Kumarcodecomponents.hashnode.dev·Jun 26, 2024Data Type in C#In C#, a data type defines what kind of value a variable can hold. Data types are essential in any programming language because they decide what operations can be done on the data and how the data is stored in memory. In c# there are 3 type's of data...Discuss·1 like·46 readsC#
Mritunjay Kumarcodecomponents.hashnode.dev·Jun 10, 2024Learn C#.NET Advancec LevelIf you do not understande what is .NET ,what is C#, Compilation of C#, execution of C#, Data types,Operatord, type casting, Strings, Conditional statments, Controll statments, Loop's, Array's and Method's. Then first understand this then come hear, h...Discuss·3 likes·420 readsadvance C#
In2in Globaldatadigital.hashnode.dev·May 28, 2024Your First Steps in C# ProgrammingEmbark on your programming journey with "Your First Steps in C# Programming" from In2In Global. This beginner-friendly guide is crafted to introduce you to the world of C# and equip you with the foundational skills needed to start coding confidently....DiscussIn2InGlobal