PinnedWhat’s New in C# 13 and .NET 9: The Latest Features You Need to KnowIn September 2024, Microsoft released C# 13 and .NET 9, packed with several exciting new features designed to enhance developer…Sep 28, 2024Sep 28, 2024
PinnedNew Features introduced in C# 12C# 12 is a major release that includes a number of new features, such as primary constructors, collection expressions, and inline arrays…Jan 28, 2024Jan 28, 2024
PinnedHow to import the data from an Excel file in a database(SQL Server)in .NETIf you’re a .NET developer dealing with data-driven applications, you’ve likely encountered the need to import data from Excel files into…Sep 1, 20232Sep 1, 20232
PinnedHow to read the Outlook email details through C# code in Visual StudioIntroduction:Jun 5, 20231Jun 5, 20231
Blazor: Creating a Custom Razor Component with Built-In ValidationIn this blog, we’ll create a custom Razor component in Blazor for handling form inputs with built-in validation. We will build a simple…Nov 18, 2024Nov 18, 2024
Published in.Net ProgrammingBlazor Project Structure Overview: Getting to Know the Core Files and FoldersAs we progress with our Blazor WebAssembly application, let’s take a closer look at the default project structure Visual Studio creates…Nov 7, 2024Nov 7, 2024
Getting Started with Blazor: A Beginner’s Guide for .NET DevelopersAs a .NET developer, you’re familiar with building robust server-side applications, but what if you could use those same skills to create…Oct 16, 20241Oct 16, 20241
Generate CSV in .NET CORE: CSVHelperCSV files are widely used for exporting and importing data. As a .NET Core developer, you can easily generate CSV files from your model…Oct 1, 2024Oct 1, 2024
Generate PDFs in .NET Core: RotativaThe Rotativa package is a popular tool for generating PDFs from views in .NET Core. This section will guide you through the steps to…Sep 28, 2024Sep 28, 2024