PinnedPublished in.Net ProgrammingWhat’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 28Sep 28
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 28Jan 28
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…2d ago2d ago
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 7Nov 7
Published in.Net ProgrammingGetting 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 161Oct 161
Published in.Net ProgrammingGenerate 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 1Oct 1
Published in.Net ProgrammingGenerate 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 28Sep 28
Published in.Net ProgrammingMastering Entity Framework Core for .NET Developers (Interview Prep Included)This blog presents a question-and-answer format to help you grasp the concepts of Entity Framework (EF) Core. It also provides useful…Sep 22Sep 22